/aoo41x/main/vcl/ |
H A D | WinResTarget_vcl.mk | 37 vcl/win/source/src/dtext.cur \ 40 vcl/win/source/src/dpie.cur \ 53 vcl/win/source/src/ase.cur \ 58 vcl/win/source/src/asn.cur \ 60 vcl/win/source/src/fill.cur \ 63 vcl/win/source/src/asne.cur \ 65 vcl/win/source/src/hand.cur \ 68 vcl/win/source/src/asns.cur \ 83 vcl/win/source/src/ass.cur \ 91 vcl/win/source/src/pen.cur \ [all …]
|
/aoo41x/main/sw/source/core/bastyp/ |
H A D | bparr.cxx | 142 pThis->nCur = cur; in operator []() 190 cur = ( n == cur ) ? n+1 : n; in Index2Block() 191 p = ppInf[ cur ]; in Index2Block() 193 return cur; in Index2Block() 195 upper = cur; in Index2Block() 197 lower = cur; in Index2Block() 276 sal_uInt16 cur; in Insert() local 299 if( cur < ( nBlock - 1 ) && ppInf[ cur+1 ]->nElem < MAXENTRY ) in Insert() 365 if( cur != ( nBlock - 1 ) ) UpdIndex( cur ); in Insert() 366 nCur = cur; in Insert() [all …]
|
/aoo41x/main/unoxml/source/dom/ |
H A D | node.cxx | 205 while (cur != 0) in lcl_nsexchange() 220 cur = cur->next; in lcl_nsexchange() 229 if (cur != NULL && cur->type == XML_ELEMENT_NODE) in nscleanup() 244 while (cur != NULL) in nscleanup() 246 nscleanup(cur->children, cur); in nscleanup() 249 xmlNsPtr ns = xmlSearchNs(cur->doc, aParent, cur->ns->prefix); in nscleanup() 272 cur = cur->next; in nscleanup() 716 while (cur != NULL) in insertBefore() 734 cur = cur->next; in insertBefore() 915 while (cur != NULL) in replaceChild() [all …]
|
H A D | attributesmap.cxx | 52 xmlAttrPtr cur = pNode->properties; in getLength() local 53 while (cur != NULL) in getLength() 56 cur = cur->next; in getLength() 76 xmlAttrPtr cur = pNode->properties; in getNamedItem() local 77 while (cur != NULL) in getNamedItem() 86 cur = cur->next; in getNamedItem() 113 while (cur != NULL && pNs != NULL) in getNamedItemNS() 116 cur->ns == pNs) in getNamedItemNS() 123 cur = cur->next; in getNamedItemNS() 143 while (cur != NULL) in item() [all …]
|
H A D | childlist.cxx | 51 xmlNodePtr cur = m_pNode->GetNodePtr(); in getLength() local 52 if (0 != cur) { in getLength() 53 cur = cur->children; in getLength() 55 while (cur != NULL) in getLength() 58 cur = cur->next; in getLength() 74 xmlNodePtr cur = m_pNode->GetNodePtr(); in item() local 75 if (0 != cur) { in item() 76 cur = cur->children; in item() 78 while (cur != NULL) in item() 82 m_pNode->GetOwnerDocument().GetCNode(cur).get()); in item() [all …]
|
H A D | document.cxx | 58 xmlNodePtr cur = i_pDocument->children; in lcl_getDocumentType() local 59 while (cur != NULL) in lcl_getDocumentType() 62 (cur->type == XML_DTD_NODE)) { in lcl_getDocumentType() 63 return cur; in lcl_getDocumentType() 74 while (cur != NULL) in lcl_getDocumentRootPtr() 76 if (cur->type == XML_ELEMENT_NODE) in lcl_getDocumentRootPtr() 78 cur = cur->next; in lcl_getDocumentRootPtr() 80 return cur; in lcl_getDocumentRootPtr() 662 if (cur == NULL) in lcl_search_element_by_id() 665 if (cur->type == XML_ELEMENT_NODE) in lcl_search_element_by_id() [all …]
|
/aoo41x/main/jvmfwk/source/ |
H A D | elements.cxx | 113 while (cur != NULL) in createSettingsStructure() 120 cur = cur->next; in createSettingsStructure() 285 if (cur == NULL || cur->children == NULL) in load() 289 cur = cur->children; in load() 290 while (cur != NULL) in load() 388 cur = cur->next; in load() 538 cur = cur->next; in write() 579 cur = cur->next; in write() 933 while (cur != NULL) in loadFromNode() 996 cur = cur->next; in loadFromNode() [all …]
|
H A D | fwkbase.cxx | 151 xmlNode* cur = result->nodesetval->nodeTab[0]; in getPluginData() local 153 while (cur != NULL) in getPluginData() 156 if (cur->type == XML_ELEMENT_NODE) in getPluginData() 181 cur = cur->next; in getPluginData() 247 while (cur != NULL) in getVersionInformation() 249 if (cur->type == XML_ELEMENT_NODE ) in getVersionInformation() 262 cur = cur->next; in getVersionInformation() 282 xmlNode* cur = result->nodesetval->nodeTab[0]; in getSupportedVendors() local 283 while (cur != NULL) in getSupportedVendors() 286 if (cur->type == XML_ELEMENT_NODE) in getSupportedVendors() [all …]
|
/aoo41x/main/forms/source/xforms/ |
H A D | submission.cxx | 626 Reference< XNode > cur = source; in _cloneNodes() local 630 if (cur.is()) in _cloneNodes() 633 MIP mip = aModel.queryMIP(cur); in _cloneNodes() 634 if(mip.isRelevant() && !(bRemoveWSNodes && _isIgnorable(cur))) in _cloneNodes() 636 imported = dstDoc->importNode(cur, sal_False); in _cloneNodes() 639 for( cur = cur->getFirstChild(); cur.is(); cur = cur->getNextSibling() ) in _cloneNodes() 640 _cloneNodes(aModel, imported, cur, bRemoveWSNodes); in _cloneNodes()
|
/aoo41x/main/unoxml/source/events/ |
H A D | eventdispatcher.cxx | 183 xmlNodePtr cur = pNode; in dispatchEvent() local 184 while (cur != NULL) in dispatchEvent() 187 rDocument.GetCNode(cur).get()); in dispatchEvent() 188 captureVector.push_back(::std::make_pair(xRef, cur)); in dispatchEvent() 189 cur = cur->parent; in dispatchEvent()
|
/aoo41x/main/forms/source/xforms/submission/ |
H A D | serialization_app_xml.cxx | 136 Reference< XNode > cur = m_aFragment->getFirstChild(); in serialize() local 137 while (cur.is()) in serialize() 139 serialize_node(cur); in serialize() 140 cur = cur->getNextSibling(); in serialize()
|
H A D | serialization_urlencoded.cxx | 192 CSS::uno::Reference< CSS::xml::dom::XNode > cur = m_aFragment->getFirstChild(); in serialize() local 193 while (cur.is()) in serialize() 195 serialize_node(cur); in serialize() 196 cur = cur->getNextSibling(); in serialize()
|
/aoo41x/main/soltools/giparser/ |
H A D | gi_list.cxx | 213 for ( unsigned cur = high / 2; high > low; cur = (low + high) / 2 ) in lower_bound() local 215 if ( *aChildren[cur] < aSearch ) in lower_bound() 217 low = cur+1; in lower_bound() 221 high = cur; in lower_bound()
|
/aoo41x/main/jvmfwk/plugins/sunmajor/pluginlib/ |
H A D | sunjavaplugin.cxx | 229 const rtl::Reference<VendorBase>& cur = *i; in jfw_plugin_getAllJavaInfos() local 231 if (ouVendor.equals(cur->getVendor()) == sal_False) in jfw_plugin_getAllJavaInfos() 238 if (cur->compareVersions(sMinVersion) == -1) in jfw_plugin_getAllJavaInfos() 246 + ouMinVer + OUSTR(" for vendor: ") + cur->getVendor() in jfw_plugin_getAllJavaInfos() 256 if (cur->compareVersions(sMaxVersion) == 1) in jfw_plugin_getAllJavaInfos() 264 + ouMaxVer + OUSTR(" for vendor: ") + cur->getVendor() in jfw_plugin_getAllJavaInfos() 278 if (cur->compareVersions(sExVer) == 0) in jfw_plugin_getAllJavaInfos() 289 + sExVer + OUSTR(" for vendor: ") + cur->getVendor() in jfw_plugin_getAllJavaInfos()
|
H A D | util.cxx | 644 rtl::Reference<VendorBase>& cur= vec.at(j); in bubbleSortVersion() local 654 cur->compareVersions(cur->getVersion()); in bubbleSortVersion() 665 nCmp = cur->compareVersions(next->getVersion()); in bubbleSortVersion() 676 vec.at(j-1)= cur; in bubbleSortVersion()
|
/aoo41x/main/sal/systools/win32/uwinapi/ |
H A D | sntprintf.c | 74 _TCHAR *cur = buffer; in GetLastBufferChar() local 76 while ( (size_t)(cur - buffer) < count ) in GetLastBufferChar() 78 last = cur; in GetLastBufferChar() 83 cur = _tcsinc(last); in GetLastBufferChar()
|
/aoo41x/main/cli_ure/source/uno_bridge/ |
H A D | cli_data.cxx | 583 int cur = index; in mapPolymorphicName() local 585 while (cur <= endIndex) in mapPolymorphicName() 596 cur++; in mapPolymorphicName() 598 index = cur; in mapPolymorphicName() 611 cur++; in mapPolymorphicName() 614 for (;;cur++) in mapPolymorphicName() 630 cur++; in mapPolymorphicName() 644 int cur = typeName->Length - 1; in mapCliTypeName() local 646 while (cur >= 0) in mapCliTypeName() 670 cur--; in mapCliTypeName() [all …]
|
/aoo41x/main/libxmlsec/ |
H A D | xmlsec1-customkeymanage.patch | 1782 + xmlNodePtr cur; 4973 + xmlNodePtr cur; 5031 + if(cur == NULL) { 5145 - xmlNodePtr cur; 5163 - if(cur == NULL) { 5229 - if(cur == NULL) { 5251 - if(cur == NULL) { 5276 - xmlNodePtr cur; 5286 - if(cur == NULL) { 5394 - if(cur == NULL) { [all …]
|
/aoo41x/main/cosv/inc/cosv/ |
H A D | streamstr.hxx | 259 const_iterator cur() const; 270 iterator cur(); 360 StreamStr::cur() const in cur() function in csv::StreamStr 369 StreamStr::cur() in cur() function in csv::StreamStr
|
/aoo41x/main/solenv/bin/ |
H A D | make_ext_update_info.pl | 324 my @cur = $parser->current_ns_prefixes(); 325 for (@cur) { 485 my @cur = $parser->current_ns_prefixes(); 488 for (@cur) {
|
/aoo41x/main/oox/source/export/ |
H A D | preset-definitions-to-shape-types.pl | 883 for ( my $cur = $stAng; $cur != $end; $cur += $step ) { 884 elliptic_quadrant( $wR, $hR, ( $cur % 360 ), $step );
|
/aoo41x/main/l10ntools/source/help/ |
H A D | HelpCompiler.cxx | 61 static xsltStylesheetPtr cur = NULL; in getSourceDocument() local 74 if (!cur) in getSourceDocument() 81 cur = xsltParseStylesheetFile((const xmlChar *)resEmbStylesheet.native_file_string().c_str()); in getSourceDocument() 99 res = xsltApplyStylesheet(cur, doc, params); in getSourceDocument()
|
/aoo41x/main/cli_ure/source/climaker/ |
H A D | climaker_emit.cxx | 245 int cur = index; in mapUnoPolymorphicName() local 247 while (cur <= endIndex) in mapUnoPolymorphicName() 249 System::Char c = unoName->Chars[cur]; in mapUnoPolymorphicName() 256 System::String * sParam = unoName->Substring(index, cur - index); in mapUnoPolymorphicName() 258 cur++; in mapUnoPolymorphicName() 260 index = cur; in mapUnoPolymorphicName() 265 cur++; in mapUnoPolymorphicName() 268 for (;;cur++) in mapUnoPolymorphicName() 270 System::Char curChar = unoName->Chars[cur]; in mapUnoPolymorphicName() 284 cur++; in mapUnoPolymorphicName()
|
/aoo41x/main/autodoc/source/parser/cpp/ |
H A D | defdescr.cxx | 88 o_rText.seekp(-1, csv::cur); in GetDefineText() 134 o_rText.seekp(-1, csv::cur); in GetMacroText()
|
/aoo41x/main/xmlhelp/source/cxxhelp/provider/ |
H A D | urlparameter.cxx | 1058 xsltStylesheetPtr cur = in InputStreamTransformer() local 1063 xmlDocPtr res = xsltApplyStylesheet(cur, doc, parameter); in InputStreamTransformer() 1068 xsltSaveResultToString(&doc_txt_ptr, &doc_txt_len, res, cur); in InputStreamTransformer() 1077 xsltFreeStylesheet(cur); in InputStreamTransformer()
|