Home
last modified time | relevance | path

Searched refs:idx (Results 1 – 25 of 118) sorted by last modified time

12345

/aoo41x/main/xmloff/source/transform/
H A DEventOASISTContext.cxx300 sal_Int16 idx = pMutableAttrList->GetIndexByName( in StartElement() local
305 pMutableAttrList->SetValueByIndex( idx, in StartElement()
352 sal_Int16 idx = pMutableAttrList->GetIndexByName( in StartElement() local
357 pMutableAttrList->SetValueByIndex( idx, in StartElement()
/aoo41x/main/xmloff/source/core/
H A DRDFaImportHelper.cxx185 const sal_Int32 idx( i_rCURIE.indexOf(':') ); in ReadCURIE() local
186 if (idx >= 0) in ReadCURIE()
/aoo41x/main/xmlhelp/source/cxxhelp/provider/
H A Durlparameter.cxx585 while( idx < length && isLetterOrDigit( (m_aExpr.getStr())[idx] ) ) in module()
586 ++idx; in module()
588 if( idx != 0 ) in module()
590 m_aModule = m_aExpr.copy( 0,idx ); in module()
591 m_aExpr = m_aExpr.copy( idx ); in module()
608 sal_Int32 idx = 1; in name() local
609 while( idx < length && (m_aExpr.getStr())[idx] != '?' ) in name()
613 ++idx; in name()
615 if( idx != 1 && ! modulePresent ) in name()
619 m_aId = m_aExpr.copy( 1,idx-1 ); in name()
[all …]
H A Durlparameter.hxx59 sal_Int32 idx; in getHash() local
60 if( ( idx = Hash.indexOf( sal_Unicode( '#' ) ) ) != -1 ) in getHash()
61 return Hash.copy( 1+idx ); in getHash()
74 sal_Int32 idx; in getFile() local
75 if( ( idx = File.indexOf( sal_Unicode( '#' ) ) ) != -1 ) in getFile()
76 return File.copy( 0,idx ); in getFile()
H A Dcontentcaps.cxx55 props[idx++] = in getProperties()
63 props[idx++] = in getProperties()
71 props[idx++] = in getProperties()
79 props[idx++] = in getProperties()
87 props[idx++] = in getProperties()
95 props[idx++] = in getProperties()
104 props[idx++] = in getProperties()
114 props[idx++] = in getProperties()
122 props[idx++] = in getProperties()
132 props[idx++] = in getProperties()
[all …]
H A Ddatabases.cxx332 ++idx; in replaceName()
351 if( oustring.indexOf( prodName,idx ) == idx ) in replaceName()
353 else if( oustring.indexOf( prodVersion,idx ) == idx ) in replaceName()
355 else if( oustring.indexOf( vendName,idx ) == idx ) in replaceName()
357 else if( oustring.indexOf( vendVersion,idx ) == idx ) in replaceName()
359 else if( oustring.indexOf( vendShort,idx ) == idx ) in replaceName()
361 else if( oustring.indexOf( newProdName,idx ) == idx ) in replaceName()
452 ( str[idx + 1] == 'c' || str[idx + 1] == 'C' ) && in getModuleList()
453 ( str[idx + 2] == 'f' || str[idx + 2] == 'F' ) && in getModuleList()
454 ( str[idx + 3] == 'g' || str[idx + 3] == 'G' ) && in getModuleList()
[all …]
H A Dresultsetforquery.cxx104 sal_Int32 idx; in ResultSetForQuery() local
108 idx = query.indexOf( sal_Unicode( ' ' ) ); in ResultSetForQuery()
109 if( idx == -1 ) in ResultSetForQuery()
110 idx = query.getLength(); in ResultSetForQuery()
113 rtl::OUString tmp(query.copy( 0,idx )); in ResultSetForQuery()
124 int nCpy = 1 + idx; in ResultSetForQuery()
128 query = query.copy( 1 + idx ); in ResultSetForQuery()
/aoo41x/main/xmlhelp/source/treeview/
H A Dtvread.cxx201 if( oustring.indexOf( prodName,idx ) == idx ) in replaceName()
203 else if( oustring.indexOf( prodVersion,idx ) == idx ) in replaceName()
205 else if( oustring.indexOf( vendName,idx ) == idx ) in replaceName()
207 else if( oustring.indexOf( vendVersion,idx ) == idx ) in replaceName()
209 else if( oustring.indexOf( vendShort,idx ) == idx ) in replaceName()
392 sal_Int32 idx; in getByHierarchicalName() local
409 sal_Int32 idx; in hasByHierarchicalName() local
561 if( idx < 0 || Elements.size() <= sal_uInt32( idx ) ) in getByName()
592 if( idx < 0 || Elements.size() <= sal_uInt32( idx ) ) in hasByName()
607 sal_Int32 idx; in getByHierarchicalName() local
[all …]
/aoo41x/main/vcl/win/source/window/
H A Dsalframe.cxx4825 int idx = idxSelected != -1 ? idxSelected+1 : 0; // if duplicate mnemonics cycle through menu in ImplMenuChar() local
4826 for( int i=0; i< nItemCount; i++, idx++ ) in ImplMenuChar()
4828 WinSalMenuItem* pSalMenuItem = ImplGetSalMenuItem( hMenu, idx % nItemCount ); in ImplMenuChar()
4836 idxFound = idx % nItemCount; in ImplMenuChar()
/aoo41x/main/vcl/unx/generic/fontmanager/
H A DparseAFM.cxx272 int ch, idx; in token() local
279 idx = 0; in token()
282 ident[idx++] = ch; in token()
286 if (ch == -1 && idx < 1) return ((char *)NULL); in token()
288 if (idx < 1 ) ident[idx++] = ch; /* single-character token */ in token()
289 ident[idx] = 0; in token()
290 rLen = idx; in token()
307 int ch, idx; in linetoken() local
311 idx = 0; in linetoken()
314 ident[idx++] = ch; in linetoken()
[all …]
/aoo41x/main/vcl/source/control/
H A Dtabctrl.cxx1186 size_t idx; in ImplPaint() local
1194 idx = mpTabCtrlData->maItemList.size()-1; in ImplPaint()
1200 idx = 0; in ImplPaint()
1203 while ( idx < mpTabCtrlData->maItemList.size() ) in ImplPaint()
1205 ImplTabItem* pItem = &mpTabCtrlData->maItemList[idx]; in ImplPaint()
1217 idx--; in ImplPaint()
1219 idx++; in ImplPaint()
/aoo41x/main/unoxml/source/rdf/
H A DCURI.cxx784 sal_Int32 idx; in initialize() local
785 if ( ((idx = arg0.indexOf ('#')) >= 0) in initialize()
786 || ((idx = arg0.lastIndexOf('/')) >= 0) in initialize()
787 || ((idx = arg0.lastIndexOf(':')) >= 0)) in initialize()
790 if (idx < arg0.getLength() - 1) { in initialize()
791 arg1 = arg0.copy(idx+1); in initialize()
792 arg0 = arg0.copy(0, idx+1); in initialize()
/aoo41x/main/unoxml/source/dom/
H A Delement.cxx674 sal_Int32 idx = qualifiedName.indexOf(':'); in setAttributeNS() local
675 if (idx != -1) in setAttributeNS()
678 qualifiedName.copy(0,idx), in setAttributeNS()
682 qualifiedName.copy(idx+1), in setAttributeNS()
H A Dsaxbuilder.cxx217 sal_Int32 idx=-1; in startElement() local
244 idx = aName.indexOf(':'); in startElement()
245 if (idx != -1) in startElement()
247 aPrefix = aName.copy(0, idx); in startElement()
277 idx = attr_qname.indexOf(':'); in startElement()
278 if(idx != -1) in startElement()
280 aPrefix = attr_qname.copy(0, idx); in startElement()
/aoo41x/main/toolkit/qa/complex/toolkit/accessibility/
H A D_XAccessibleContext.java172 int idx = oObj.getAccessibleIndexInParent(); in _getAccessibleIndexInParent() local
177 parentAC.getAccessibleChild(idx).getAccessibleContext(),oObj); in _getAccessibleIndexInParent()
181 parentAC.getAccessibleChild(idx).getAccessibleContext())); in _getAccessibleIndexInParent()
/aoo41x/main/sw/source/core/unocore/
H A Dunoobj2.cxx223 xub_StrLen idx = in CollectFrameAtNode() local
229 FrameDependSortListEntry entry(idx, nOrder, pNewDepend); in CollectFrameAtNode()
/aoo41x/main/sw/source/core/bastyp/
H A Dbparr.cxx135 ElementPtr BigPtrArray::operator[]( sal_uLong idx ) const in operator []()
138 DBG_ASSERT( idx < nSize, "operator[]: Index aussserhalb" ); in operator []()
140 sal_uInt16 cur = Index2Block( idx ); in operator []()
143 return p->pData[ idx - p->nStart ]; in operator []()
209 sal_uLong idx = (*pp)->nEnd + 1; in UpdIndex() local
214 p->nStart = idx; in UpdIndex()
215 idx += p->nElem; in UpdIndex()
216 p->nEnd = idx - 1; in UpdIndex()
459 DBG_ASSERT( idx < nSize, "Set: Index aussserhalb" ); in Replace()
461 sal_uInt16 cur = Index2Block( idx ); in Replace()
[all …]
/aoo41x/main/solenv/bin/
H A Drelocate161 my $idx = 0;
170 $idx || print "\n ";
171 if ($idx++ == 6) {
172 $idx = 0;
/aoo41x/main/shell/source/win32/shlxthandler/ooofilt/
H A Dooofilt.cxx1178 std::string::size_type idx = String.find(Placeholder); in SubstitutePlaceholder() local
1181 while (std::string::npos != idx) in SubstitutePlaceholder()
1183 String.replace(idx, len, Replacement); in SubstitutePlaceholder()
1184 idx = String.find(Placeholder); in SubstitutePlaceholder()
/aoo41x/main/shell/source/win32/shlxthandler/
H A Dshlxthdl.cxx68 std::string::size_type idx = String.find(Placeholder); in SubstitutePlaceholder() local
71 while (std::string::npos != idx) in SubstitutePlaceholder()
73 String.replace(idx, len, Replacement); in SubstitutePlaceholder()
74 idx = String.find(Placeholder); in SubstitutePlaceholder()
/aoo41x/main/shell/source/win32/shlxthandler/util/
H A Dfileextensions.cxx75 std::string::size_type idx = file_name.find_last_of("."); in get_file_name_extension() local
77 if (std::string::npos != idx++) in get_file_name_extension()
78 return std::string(file_name.begin() + idx, file_name.end()); in get_file_name_extension()
/aoo41x/main/shell/source/tools/lngconvex/
H A Dlngconvex.cxx189 sal_Int32 idx = lang_.indexOf("-"); in init() local
191 if (idx > -1) in init()
193 country_ = lang_.copy(idx + 1); in init()
194 lang_ = lang_.copy(0, idx); in init()
/aoo41x/main/shell/source/backends/macbe/
H A Dmacbackend.cxx421 for (CFIndex idx = 0; idx < CFArrayGetCount(rExceptionsList); idx++) in getPropertyValue() local
423 CFStringRef rException = (CFStringRef) CFArrayGetValueAtIndex(rExceptionsList, idx); in getPropertyValue()
425 if (idx>0) in getPropertyValue()
/aoo41x/main/sfx2/source/doc/
H A Dobjuno.cxx382 sal_Int32 idx = sName.indexOfAsciiL("%1", 2); in Reset() local
383 ::rtl::OUString name = (idx > 0) in Reset()
384 ? sName.replaceAt(idx, 2, ::rtl::OUString::valueOf(i+1)) in Reset()
H A DDocumentMetadataAccess.cxx254 sal_Int32 idx(0); in isFileNameValid() local
257 i_rFileName.getToken(0, static_cast<sal_Unicode> ('/'), idx) ); in isFileNameValid()
264 } while (idx >= 0); in isFileNameValid()
273 const sal_Int32 idx(i_rPath.indexOf(static_cast<sal_Unicode>('/'))); in splitPath() local
274 if (idx < 0 || idx >= i_rPath.getLength()) { in splitPath()
278 } else if (idx == 0 || idx == i_rPath.getLength() - 1) { in splitPath()
282 o_rDir = (i_rPath.copy(0, idx)); in splitPath()
283 o_rRest = (i_rPath.copy(idx+1)); in splitPath()
293 if ((idx <= 0) || (idx >= i_XmlId.getLength() - 1)) { in splitXmlId()
296 o_StreamName = (i_XmlId.copy(0, idx)); in splitXmlId()
[all …]

Completed in 295 milliseconds

12345