/aoo4110/main/framework/source/fwe/xml/ |
H A D | eventsdocumenthandler.cxx | 228 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()
|
/aoo4110/main/sd/source/filter/ppt/ |
H A D | propread.cxx | 422 …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()
|
H A D | pptin.cxx | 276 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()
|
/aoo4110/main/ucb/source/ucp/webdav/ |
H A D | SerfPropFindReqProcImpl.cxx | 107 const int nPropCount = ( !mbOnlyPropertyNames && mpPropNames ) in createSerfRequestBucket() local 110 if ( nPropCount > 0 ) in createSerfRequestBucket() 114 for ( int theIndex = 0; theIndex < nPropCount; theIndex ++ ) in createSerfRequestBucket()
|
H A D | SerfPropPatchReqProcImpl.cxx | 71 const int nPropCount = ( mpProperties != 0 ) in createSerfRequestBucket() local 74 if ( nPropCount > 0 ) in createSerfRequestBucket() 88 for ( int n = 0; n < nPropCount; ++n ) in createSerfRequestBucket()
|
/aoo4110/main/sfx2/source/doc/ |
H A D | oleprops.cxx | 936 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()
|
/aoo4110/main/filter/source/msfilter/ |
H A D | dffpropset.cxx | 1114 sal_uInt32 nPropCount = aHd.nRecInstance; in ReadPropSet() local 1117 sal_uInt32 nComplexDataFilePos = rIn.Tell() + ( nPropCount * 6 ); in ReadPropSet() 1119 for( sal_uInt32 nPropNum = 0; nPropNum < nPropCount; nPropNum++ ) in ReadPropSet()
|
/aoo4110/main/sw/source/core/unocore/ |
H A D | unosrch.cxx | 125 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()
|
/aoo4110/main/linguistic/workben/ |
H A D | sprophelp.cxx | 58 const char *pPropNames[], USHORT nPropCount ) : in PropertyChgHelper() argument 61 aPropNames (nPropCount), in PropertyChgHelper() 65 for (INT32 i = 0; i < nPropCount; ++i) in PropertyChgHelper()
|
H A D | sprophelp.hxx | 78 const char *pPropNames[], USHORT nPropCount );
|
/aoo4110/main/sw/source/ui/uno/ |
H A D | SwXFilterOptions.cxx | 98 long nPropCount = aProps.getLength(); in setPropertyValues() local 99 for (long i = 0; i < nPropCount; i++) in setPropertyValues()
|
/aoo4110/main/sc/source/ui/unoobj/ |
H A D | eventuno.cxx | 99 sal_Int32 nPropCount = aPropSeq.getLength(); in replaceByName() local 100 for (sal_Int32 nPos=0; nPos<nPropCount; ++nPos) in replaceByName()
|
H A D | filtuno.cxx | 118 long nPropCount = aProps.getLength(); in setPropertyValues() local 119 for (long i = 0; i < nPropCount; i++) in setPropertyValues()
|
H A D | chartuno.cxx | 513 long nPropCount = aArgs.getLength(); in GetData_Impl() local 514 for (long i = 0; i < nPropCount; i++) in GetData_Impl()
|
H A D | datauno.cxx | 254 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()
|
/aoo4110/main/sc/source/filter/xml/ |
H A D | XMLCodeNameProvider.cxx | 42 sal_Int32 nPropCount = aProps.getLength(); in _getCodeName() local 43 for( sal_Int32 i=0; i<nPropCount; i++ ) in _getCodeName()
|
/aoo4110/main/oox/source/dump/ |
H A D | dffdumper.cxx | 222 sal_uInt16 nPropCount = getInst(); in dumpDffOpt() local 225 for( sal_uInt16 nPropIdx = 0; !mxStrm->isEof() && (nPropIdx < nPropCount); ++nPropIdx ) in dumpDffOpt()
|
/aoo4110/main/sc/source/ui/miscdlgs/ |
H A D | optsolver.cxx | 805 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()
|
/aoo4110/main/comphelper/source/property/ |
H A D | propstate.cxx | 142 sal_Int32 nPropCount = aProps.getLength(); in getPropertyStates() local 145 for (sal_Int32 i=0, j=0; i<nPropCount && j<nLen; ++i, ++pProps) in getPropertyStates()
|
/aoo4110/main/uui/source/ |
H A D | iahndl-filter.cxx | 336 sal_Int32 nPropCount = rRequest.rProperties.getLength(); in handleFilterOptionsRequest_() local 337 for( sal_Int32 ind = 0; ind < nPropCount; ++ind ) in handleFilterOptionsRequest_()
|
/aoo4110/main/basctl/source/basicide/ |
H A D | baside2b.cxx | 1831 sal_uInt16 nPropCount = pProps->Count(); in RequestingChilds() local 1832 pItem->maMemberList.allocList( nPropCount ); in RequestingChilds() 1834 for( sal_uInt16 i = 0 ; i < nPropCount - 3 ; i++ ) in RequestingChilds() 1845 if( nPropCount > 0 ) in RequestingChilds() 2250 sal_uInt16 nPropCount = pProps->Count(); in UpdateWatches() local 2251 for( sal_uInt16 i = 0 ; i < nPropCount - 3 ; i++ ) in UpdateWatches()
|
/aoo4110/main/unotools/source/config/ |
H A D | eventcfg.cxx | 276 sal_Int32 nPropCount = props.getLength(); in replaceByName() local 277 for( sal_Int32 index = 0 ; index < nPropCount ; ++index ) in replaceByName()
|
/aoo4110/main/cppuhelper/test/ |
H A D | testpropshlp.cxx | 334 , nPropCount( n ) in test_OPropertySetHelper() 387 sal_Int32 nPropCount; member in test_OPropertySetHelper 653 static OPropertyArrayHelper aInfo( pBasicProps, nPropCount ); in getInfoHelper()
|
/aoo4110/main/xmloff/source/text/ |
H A D | txtimppr.cxx | 767 sal_Int32 nPropCount = getPropertySetMapper()->GetEntryCount(); in finished() local 768 for( sal_Int32 j=0; j < nPropCount; j++ ) in finished()
|
/aoo4110/main/sc/source/core/data/ |
H A D | documen5.cxx | 85 long nPropCount = aArgs.getLength(); in lcl_GetChartParameters() local 86 for (long i = 0; i < nPropCount; i++) in lcl_GetChartParameters()
|