Home
last modified time | relevance | path

Searched refs:nItems (Results 26 – 33 of 33) sorted by relevance

12

/aoo42x/main/sw/source/filter/xml/
H A Dxmlexp.cxx237 sal_uInt32 i=0, nItems = rPool.GetItemCount2( nWhichId ); in exportDoc() local
238 for( i = 0; i < nItems; ++i ) in exportDoc()
/aoo42x/main/sfx2/source/appl/
H A Dappuno.cxx971 sal_Int32 nItems=0; in TransformItems() local
1001 nItems++; in TransformItems()
1026 nItems++; in TransformItems()
1139 nItems += nAdditional; in TransformItems()
1147 if ( rSet.Count() != nItems ) in TransformItems()
/aoo42x/main/vcl/inc/vcl/
H A Dimage.hxx169 SAL_DLLPRIVATE void ImplInit( sal_uInt16 nItems, const Size &rSize );
/aoo42x/main/forms/source/misc/
H A DInterfaceContainer.cxx414 sal_Int32 nItems = m_aItems.size(); in transformEvents() local
417 for (sal_Int32 i=0; i<nItems; ++i) in transformEvents()
/aoo42x/main/framework/source/services/
H A Dbackingwindow.cxx102 sal_uInt16 nItems = GetItemCount(); in calcMinSize() local
103 for( sal_uInt16 i = 0; i < nItems; i++ ) in calcMinSize()
/aoo42x/main/toolkit/source/awt/
H A Dvclxwindows.cxx1973 sal_uInt16 nItems = pListBox->GetEntryCount(); in getProperty() local
1974 ::com::sun::star::uno::Sequence< ::rtl::OUString> aSeq( nItems ); in getProperty()
1976 for ( sal_uInt16 n = 0; n < nItems; n++ ) in getProperty()
4134 sal_uInt16 nItems = pComboBox->GetEntryCount(); in getProperty() local
4135 ::com::sun::star::uno::Sequence< ::rtl::OUString> aSeq( nItems ); in getProperty()
4137 for ( sal_uInt16 n = 0; n < nItems; n++ ) in getProperty()
/aoo42x/main/vcl/source/gdi/
H A Dpdfwriter_impl.cxx4388 int i, nItems = m_aOutline.size(); in emitOutline() local
4391 if( nItems < 2 ) in emitOutline()
4395 for( i = 0; i < nItems; ++i ) in emitOutline()
4399 for( i = 0; i < nItems; ++i ) in emitOutline()
4419 std::vector< sal_Int32 > aCounts( nItems ); in emitOutline()
4423 for( i = 0; i < nItems; ++i ) in emitOutline()
/aoo42x/main/sc/source/filter/xml/
H A Dxmlexprt.cxx4430 sal_uInt32 nItems(pPool->GetItemCount2( nAttrib )); in CollectUserDefinedNamespaces() local
4431 for( sal_uInt32 i = 0; i < nItems; ++i ) in CollectUserDefinedNamespaces()

Completed in 323 milliseconds

12