Home
last modified time | relevance | path

Searched refs:nElementCount (Results 1 – 8 of 8) sorted by relevance

/aoo4110/main/starmath/source/
H A Dmathmlimport.cxx852 sal_uLong nElementCount; member in SmXMLRowContext_Impl
992 if (rNodeStack.Count() - nElementCount > 1) in EndElement()
1220 sal_uLong i = rNodeStack.Count() - nElementCount; in EndElement()
1221 if (rNodeStack.Count() - nElementCount > 1) in EndElement()
1222 i += rNodeStack.Count() - 1 - nElementCount; in EndElement()
1224 while (rNodeStack.Count() > nElementCount) in EndElement()
1264 while (rNodeStack.Count() > nElementCount) in EndElement()
2625 if (rNodeStack.Count()-nElementCount > 1) in MiddleElement()
2635 while (rNodeStack.Count()-nElementCount) in MiddleElement()
2783 if (rNodeStack.Count()-nElementCount > 1) in EndElement()
[all …]
/aoo4110/main/framework/test/
H A Dtest_documentproperties.bas208 nElementCount% = UBound ( aDefaultValue_ByteSequence )
950 nElementCount% = UBound ( seqByteSequence() )
952 if ( nElementCount% < 1 ) then
956 for nCounter%=0 to nElementCount% step 1
1070 nElementCount% = UBound ( aNameField () )
1073 for nCounter%=0 to nElementCount% step 1
1098 nElementCount% = UBound ( aNameField () )
1102 getNameContainerCount = nElementCount% + 1
/aoo4110/main/xmlscript/source/xmllib_imexp/
H A Dxmllib_export.cxx149 sal_Int32 nElementCount = rLib.aElementNames.getLength(); in exportLibrary() local
150 if( nElementCount ) in exportLibrary()
153 for( sal_Int32 i = 0 ; i < nElementCount ; i++ ) in exportLibrary()
H A Dxmllib_import.cxx321 sal_Int32 nElementCount = mElements.size(); in endElement() local
322 Sequence< OUString > aElementNames( nElementCount ); in endElement()
324 for( sal_Int32 i = 0 ; i < nElementCount ; i++ ) in endElement()
/aoo4110/main/extensions/source/propctrlr/
H A Deformshelper.cxx687 sal_Int32 nElementCount = xElements->getCount(); in getAllElementUINames() local
688 for ( sal_Int32 i = 0; i < nElementCount; ++i ) in getAllElementUINames()
/aoo4110/main/basctl/source/basicide/
H A Dbaside2b.cxx1852 sal_uInt16 nElementCount = 0; in RequestingChilds() local
1894 nElementCount++; in RequestingChilds()
1897 if( nElementCount > 0 ) in RequestingChilds()
/aoo4110/main/xmloff/source/style/
H A Dxmlnumfi.cxx1062 sal_uInt16 nElementCount = aNumInfo.aEmbeddedElements.Count(); in AddEmbeddedElement() local
1063 for (sal_uInt16 i=0; i<nElementCount; i++) in AddEmbeddedElement()
/aoo4110/main/basic/source/uno/
H A Dnamecont.cxx1767 sal_Int32 nElementCount = rLib.aElementNames.getLength(); in implImportLibDescriptor() local
1770 for( sal_Int32 i = 0 ; i < nElementCount ; i++ ) in implImportLibDescriptor()

Completed in 98 milliseconds