Home
last modified time | relevance | path

Searched refs:nValueCount (Results 1 – 10 of 10) sorted by path

/trunk/main/filter/source/xsltdialog/
H A Dxmlfiltersettingsdialog.cxx407 const sal_Int32 nValueCount( aValues.getLength() ); in createUniqueInterfaceName() local
411 for( nValue = 0; nValue < nValueCount; nValue++, pValues++ ) in createUniqueInterfaceName()
853 const sal_Int32 nValueCount( aValues.getLength() ); in onDelete() local
857 for( nValue = 0; (nValue < nValueCount) && !bTypeStillUsed; nValue++, pValues++ ) in onDelete()
1107 const sal_Int32 nValueCount( aValues.getLength() ); in initFilterList() local
1111 for( nValue = 0; nValue < nValueCount; nValue++, pValues++ ) in initFilterList()
H A Dxmlfiltertabdialog.cxx194 const sal_Int32 nValueCount( aValues.getLength() ); in onOk() local
198 for( nValue = 0; (nValue < nValueCount) && (nErrorId == 0); nValue++, pValues++ ) in onOk()
/trunk/main/sc/source/filter/excel/
H A Dxechart.cxx936 sal_uInt32 nValueCount = 0; in ConvertDataSequence() local
948 ++nValueCount; in ConvertDataSequence()
970 nValueCount += nCols * nRows * nTabs; in ConvertDataSequence()
981 return ulimit_cast< sal_uInt16 >( nValueCount, EXC_CHDATAFORMAT_MAXPOINTCOUNT ); in ConvertDataSequence()
/trunk/main/sc/source/ui/dbgui/
H A Dfiltdlg.cxx543 sal_uInt16 nValueCount = pColl->GetCount(); in UpdateValueList() local
544 if ( nValueCount > 0 ) in UpdateValueList()
546 for ( sal_uInt16 i=0; i<nValueCount; i++ ) in UpdateValueList()
H A Dpfiltdlg.cxx356 sal_uInt16 nValueCount = pColl->GetCount(); in UpdateValueList() local
357 if ( nValueCount > 0 ) in UpdateValueList()
359 for ( sal_uInt16 i=0; i<nValueCount; i++ ) in UpdateValueList()
/trunk/main/tools/inc/tools/
H A Dinetmsg.hxx250 sal_uIntPtr nValueCount; member in INetMessageHeaderIterator
259 sal_uIntPtr GetValueCount (void) const { return nValueCount; } in GetValueCount()
262 if (nIndex < nValueCount) in GetValue()
/trunk/main/tools/source/inet/
H A Dinetmsg.cxx213 nValueCount = aValueList.Count(); in INetMessageHeaderIterator()
/trunk/main/vcl/unx/generic/printergfx/
H A Dprinterjob.cxx931 int nValueCount = pKey->countValues(); in writeJobPatch() local
932 for( int i = 0; i < nValueCount; i++ ) in writeJobPatch()
/trunk/main/xmloff/source/style/
H A Dxmlexppr.cxx433 sal_uInt32 nValueCount = 0; in FillPropertyStateArray() local
439 nValueCount++; in FillPropertyStateArray()
442 if( nValueCount ) in FillPropertyStateArray()
445 Sequence < OUString > aAPINames( nValueCount ); in FillPropertyStateArray()
449 aPropIters.reserve( nValueCount ); in FillPropertyStateArray()
456 while( i < nValueCount ) in FillPropertyStateArray()
475 for( i = 0; i < nValueCount; i++ ) in FillPropertyStateArray()
H A Dxmlimppr.cxx374 sal_Int32 nValueCount = 0; in FillPropertySequence() local
388 ++nValueCount; in FillPropertySequence()
391 if( nValueCount < nCount ) in FillPropertySequence()
392 rValues.realloc( nValueCount ); in FillPropertySequence()

Completed in 76 milliseconds