Home
last modified time | relevance | path

Searched refs:nPropCount (Results 1 – 25 of 33) sorted by last modified time

12

/trunk/main/sd/source/ui/dlg/
H A Ddlgass.cxx826 sal_Int32 nPropCount = lProps.getLength(); in ScanDocmenu() local
828 for( sal_Int32 i=0; i<nPropCount; ++i ) in ScanDocmenu()
/trunk/main/sc/source/ui/unoobj/
H A Dfmtuno.cxx256 long nPropCount = aConditionalEntry.getLength(); in addNew() local
257 for (long i = 0; i < nPropCount; i++) in addNew()
H A Dviewuno.cxx2133 long nPropCount = aArguments.getLength(); in startRangeSelection() local
2134 for (long i = 0; i < nPropCount; i++) in startRangeSelection()
H A Dstyleuno.cxx703 long nPropCount = aOptions.getLength(); in loadStylesFromURL() local
704 for (long i = 0; i < nPropCount; i++) in loadStylesFromURL()
H A Ddocuno.cxx659 long nPropCount = rOptions.getLength(); in lcl_GetRenderDevice() local
660 for (long i = 0; i < nPropCount; i++) in lcl_GetRenderDevice()
1079 long nPropCount = bWasCellRange ? 3 : 2; in getRenderer() local
1080 uno::Sequence<beans::PropertyValue> aSequence(nPropCount); in getRenderer()
H A Deventuno.cxx99 sal_Int32 nPropCount = aPropSeq.getLength(); in replaceByName() local
100 for (sal_Int32 nPos=0; nPos<nPropCount; ++nPos) in replaceByName()
H A Dfiltuno.cxx118 long nPropCount = aProps.getLength(); in setPropertyValues() local
119 for (long i = 0; i < nPropCount; i++) in setPropertyValues()
H A Ddatauno.cxx254 long nPropCount = rSeq.getLength(); in FillImportParam() local
255 for (long i = 0; i < nPropCount; i++) in FillImportParam()
387 long nPropCount = rSeq.getLength(); in FillSortParam() local
388 for (long nProp = 0; nProp < nPropCount; nProp++) in FillSortParam()
H A Dchartuno.cxx513 long nPropCount = aArgs.getLength(); in GetData_Impl() local
514 for (long i = 0; i < nPropCount; i++) in GetData_Impl()
/trunk/main/sd/source/filter/ppt/
H A Dpptin.cxx276 sal_uInt32 nType, nPropSize, nPropCount; in Import() local
397 >> nPropCount; in Import()
399 if ( ! ( nPropCount % 6 ) ) in Import()
403 nPropCount /= 6; // 6 propertys a hyperlink in Import()
406 for ( i = 0; i < nPropCount; i++ ) in Import()
520 if ( i != nPropCount ) in Import()
H A Dpropread.cxx422 …sal_uInt32 i, nSecOfs, nSecSize, nPropCount, nPropId, nPropOfs, nPropType, nPropSize, nCurrent, nV… in Read() local
430 *pStrm >> nSecSize >> nPropCount; in Read()
431 while( nPropCount-- && ( pStrm->GetError() == ERRCODE_NONE ) ) in Read()
534 nPropCount = 0; in Read()
586 nPropCount = 0; in Read()
/trunk/main/ucb/source/ucp/webdav/
H A DPropfindRequest.cxx44 const int nPropCount = ( !onlyPropertyNames && propNames ) in generatePROPFINDRequestBody() local
47 if ( nPropCount > 0 ) in generatePROPFINDRequestBody()
51 for ( int theIndex = 0; theIndex < nPropCount; theIndex ++ ) in generatePROPFINDRequestBody()
/trunk/main/xmloff/source/core/
H A Dxmlexp.cxx908 const sal_Int32 nPropCount = aDescriptor.getLength(); in filter() local
911 for( sal_Int32 nIndex = 0; nIndex < nPropCount; nIndex++, pProps++ ) in filter()
/trunk/main/framework/source/fwe/xml/
H A Deventsdocumenthandler.cxx228 long nPropCount = 2; // every event config entry needs at least 2 properties in startElement() local
229 Sequence< PropertyValue > aEventProperties( nPropCount ); in startElement()
305 ++nPropCount; in startElement()
306 aEventProperties.realloc( nPropCount ); in startElement()
308 aEventProperties[nPropCount-1].Value <<= a; in startElement()
309 …aEventProperties[nPropCount-1].Name = ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( PROP_LIBRARY )… in startElement()
314 ++nPropCount; in startElement()
315 aEventProperties.realloc( nPropCount ); in startElement()
317 aEventProperties[nPropCount-1].Value <<= a; in startElement()
318 …aEventProperties[nPropCount-1].Name = ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( PROP_SCRIPT )); in startElement()
/trunk/main/uui/source/
H A Diahndl-filter.cxx336 sal_Int32 nPropCount = rRequest.rProperties.getLength(); in handleFilterOptionsRequest_() local
337 for( sal_Int32 ind = 0; ind < nPropCount; ++ind ) in handleFilterOptionsRequest_()
/trunk/main/xmloff/source/text/
H A Dtxtimppr.cxx767 sal_Int32 nPropCount = getPropertySetMapper()->GetEntryCount(); in finished() local
768 for( sal_Int32 j=0; j < nPropCount; j++ ) in finished()
/trunk/main/unotools/source/config/
H A Deventcfg.cxx276 sal_Int32 nPropCount = props.getLength(); in replaceByName() local
277 for( sal_Int32 index = 0 ; index < nPropCount ; ++index ) in replaceByName()
/trunk/main/sw/source/ui/uno/
H A DSwXFilterOptions.cxx98 long nPropCount = aProps.getLength(); in setPropertyValues() local
99 for (long i = 0; i < nPropCount; i++) in setPropertyValues()
/trunk/main/sw/source/core/unocore/
H A Dunosrch.cxx125 sal_uInt32 nPropCount = 0; in GetProperties() local
129 nPropCount++; in GetProperties()
131 uno::Sequence< beans::PropertyValue > aRet(nPropCount); in GetProperties()
133 nPropCount = 0; in GetProperties()
138 pProps[nPropCount++] = *(pValueArr[i]); in GetProperties()
/trunk/main/sfx2/source/doc/
H A Doleprops.cxx936 sal_Int32 nPropCount; in ImplLoad() local
937 rStrm >> nSize >> nPropCount; in ImplLoad()
942 …for( sal_Int32 nPropIdx = 0; (nPropIdx < nPropCount) && (rStrm.GetErrorCode() == SVSTREAM_OK) && !… in ImplLoad()
995 sal_Int32 nPropCount = static_cast< sal_Int32 >( maPropMap.size() + 1 ); in ImplSave() local
997 ++nPropCount; in ImplSave()
998 rStrm << sal_uInt32( 0 ) << nPropCount; in ImplSave()
1002 rStrm.SeekRel( static_cast< sal_sSize >( 8 * nPropCount ) ); in ImplSave()
/trunk/main/sc/source/ui/miscdlgs/
H A Doptsolver.cxx805 sal_Int32 nPropCount = maProperties.getLength(); in FindTimeout() local
806 for (sal_Int32 nProp=0; nProp<nPropCount && !bFound; ++nProp) in FindTimeout()
1000 sal_Int32 nPropCount = maProperties.getLength(); in CallSolver() local
1001 for (sal_Int32 nProp=0; nProp<nPropCount; ++nProp) in CallSolver()
/trunk/main/sc/source/filter/xml/
H A DXMLCodeNameProvider.cxx42 sal_Int32 nPropCount = aProps.getLength(); in _getCodeName() local
43 for( sal_Int32 i=0; i<nPropCount; i++ ) in _getCodeName()
/trunk/main/sc/source/core/data/
H A Ddocumen5.cxx85 long nPropCount = aArgs.getLength(); in lcl_GetChartParameters() local
86 for (long i = 0; i < nPropCount; i++) in lcl_GetChartParameters()
/trunk/main/oox/source/dump/
H A Doledumper.cxx405 sal_Int32 nPropCount = dumpDec< sal_Int32 >( "property-count" ); in dumpSection() local
411 for( sal_Int32 nPropIdx = 0; !mxStrm->isEof() && (nPropIdx < nPropCount); ++nPropIdx ) in dumpSection()
H A Ddffdumper.cxx222 sal_uInt16 nPropCount = getInst(); in dumpDffOpt() local
225 for( sal_uInt16 nPropIdx = 0; !mxStrm->isEof() && (nPropIdx < nPropCount); ++nPropIdx ) in dumpDffOpt()

Completed in 175 milliseconds

12