Searched refs:nPropSize (Results 1 – 9 of 9) sorted by relevance
/aoo42x/main/sd/source/filter/ppt/ |
H A D | propread.cxx | 441 nPropSize = 4; in Read() 447 nPropSize += 4; in Read() 460 nPropSize += 4; in Read() 465 nPropSize++; in Read() 471 nPropSize += 2; in Read() 478 nPropSize += 4; in Read() 487 nPropSize += 8; in Read() 520 nPropSize = 0; in Read() 522 if ( nPropSize ) in Read() 530 if ( nPropSize ) in Read() [all …]
|
H A D | pptin.cxx | 276 sal_uInt32 nType, nPropSize, nPropCount; in Import() local 396 aPropItem >> nPropSize in Import()
|
/aoo42x/main/setup_native/source/win32/customactions/reg64/ |
H A D | reg64.cxx | 332 DWORD nPropSize = wcslen(sBasisInstallLocation); in DoRegEntries() local 335 DWORD nNewValueBytes = (nPropSize + nPostfixSize + 1) * sizeof( wchar_t ); in DoRegEntries() 343 wcsncat(newValue, sBasisInstallLocation, nPropSize * sizeof( wchar_t )); in DoRegEntries() 346 wcsncat(newValue, nPos + ( wcslen( INSTALLLOCATION ) ), nPropSize * sizeof( wchar_t )); in DoRegEntries()
|
/aoo42x/main/oox/source/export/ |
H A D | vmlexport.cxx | 665 it->nPropId, it->nPropValue, it->nPropSize, it->pBuf ); in Commit() 666 if ( it->nPropSize ) in Commit() 670 for ( int nCount = it->nPropSize; nCount; --nCount ) in Commit()
|
/aoo42x/main/odk/examples/java/Storage/ |
H A D | TestHelper.java | 437 int nPropSize = AnyConverter.toInt( xPropSet.getPropertyValue( "Size" ) ); in InternalCheckStream() local 447 if ( nPropSize != pBytes.length ) in InternalCheckStream()
|
/aoo42x/main/package/qa/ofopxmlstorages/ |
H A D | TestHelper.java | 472 int nPropSize = AnyConverter.toInt( xPropSet.getPropertyValue( "Size" ) ); in InternalCheckStream() local 482 if ( nPropSize != pBytes.length ) in InternalCheckStream()
|
/aoo42x/main/filter/source/msfilter/ |
H A D | escherex.cxx | 213 …sal_uInt16 nPropID, sal_Bool bBlib, sal_uInt32 nPropValue, sal_uInt8* pProp, sal_uInt32 nPropSize ) in AddOpt() argument 228 nCountSize -= pSortStruct[ i ].nPropSize; in AddOpt() 232 pSortStruct[ i ].nPropSize = nPropSize; in AddOpt() 235 nCountSize += nPropSize; in AddOpt() 254 pSortStruct[ nSortCount ].nPropSize = nPropSize; in AddOpt() 259 nCountSize += nPropSize; in AddOpt() 333 rSt.Write( pSortStruct[ i ].pBuf, pSortStruct[ i ].nPropSize ); in Commit()
|
/aoo42x/main/package/qa/storages/ |
H A D | TestHelper.java | 831 int nPropSize = AnyConverter.toInt( xPropSet.getPropertyValue( "Size" ) ); in InternalCheckStream() local 842 if ( nPropSize != pBytes.length ) in InternalCheckStream()
|
/aoo42x/main/filter/inc/filter/msfilter/ |
H A D | escherex.hxx | 1145 sal_uInt32 nPropSize; member 1191 sal_uInt8* pProp, sal_uInt32 nPropSize );
|
Completed in 250 milliseconds