Lines Matching refs:checked
871 $checked = array();
876 if (isset($checked [$out])) {
882 $checked [$out] = $params->document->replaceXMLEntities($found ['content']);
884 $checked [$out] = $found ['content'];
926 $checked [$out] = '<text:span text:style-name="'.$style_name.'">';
927 $checked [$in] = '</text:span>';
934 … $checked [$out] = $params->document->openHyperlink ($url, NULL, NULL, true);
935 $checked [$in] = $params->document->closeHyperlink (true);
938 …$checked [$out] = '<text:list text:style-name="'.$ul_list_style.'" text:continue-numbering="false"…
939 $checked [$in] = '</text:list>';
942 …$checked [$out] = '<text:list text:style-name="'.$ol_list_style.'" text:continue-numbering="false"…
943 $checked [$in] = '</text:list>';
976 $checked [$out] = '<text:list-item';
978 $checked [$out] .= ' text:start-value="'.$olStartValue.'"';
981 $checked [$out] .= '><text:p text:style-name="'.$style_name.'">';
982 $checked [$in] = '</text:p></text:list-item>';
986 $checked [$out] = $elements [$found ['tag-open']]['open'];
987 $checked [$in] = $elements [$found ['tag-open']]['close'];
998 … $checked [$out] = $params->document->replaceXMLEntities($found ['tag-orig']);
1000 $checked [$out] = $found ['tag-orig'];
1006 $checked [$out] = $params->document->replaceXMLEntities($found ['tag-orig']);
1026 for ($index = 0 ; $index < count($checked) ; $index++) {
1027 $content .= $checked [$index];