Searched refs:aCompObj (Results 1 – 4 of 4) sorted by relevance
/trunk/main/sot/source/sdstor/ |
H A D | stg.cxx | 983 StgCompObjStream aCompObj( *this, sal_True ); in SetClass() local 985 aCompObj.GetCbFormat() = nOriginalClipFormat; in SetClass() 986 aCompObj.GetUserName() = rUserTypeName; in SetClass() 987 if( !aCompObj.Store() ) in SetClass() 988 SetError( aCompObj.GetError() ); in SetClass() 1017 StgCompObjStream aCompObj( *this, sal_False ); in GetClassName() local 1018 if( aCompObj.Load() ) in GetClassName() 1031 if( aCompObj.Load() ) in GetFormat() 1032 return aCompObj.GetCbFormat(); in GetFormat() 1040 if( aCompObj.Load() ) in GetUserName() [all …]
|
/trunk/main/filter/source/msfilter/ |
H A D | msocximex.cxx | 1524 xStor->Write(aCompObj,sizeof(aCompObj)); in Export() 1626 xStor->Write(aCompObj,sizeof(aCompObj)); in Export() 1845 xStor->Write(aCompObj,sizeof(aCompObj)); in Export() 2117 xStor->Write(aCompObj,sizeof(aCompObj)); in Export() 2265 xStor->Write(aCompObj,sizeof(aCompObj)); in Export() 2365 xStor->Write(aCompObj,sizeof(aCompObj)); in Export() 2745 xStor->Write(aCompObj,sizeof(aCompObj)); in Export() 2961 xStor->Write(aCompObj,sizeof(aCompObj)); in Export() 4354 xStor->Write(aCompObj,sizeof(aCompObj)); in Export() 4926 xStor->Write(aCompObj,sizeof(aCompObj)); in Export() [all …]
|
/trunk/main/sw/source/filter/ww8/ |
H A D | wrtww8.cxx | 3429 static const sal_uInt8 aCompObj[] = in PrepareStorage() local 3448 pData = aCompObj; in PrepareStorage() 3449 nLen = sizeof( aCompObj ); in PrepareStorage() 3455 static const sal_uInt8 aCompObj[] = in PrepareStorage() local 3473 pData = aCompObj; in PrepareStorage() 3474 nLen = sizeof( aCompObj ); in PrepareStorage()
|
/trunk/main/starmath/source/ |
H A D | mathtype.cxx | 2054 static sal_uInt8 __READONLY_DATA aCompObj[] = { in ConvertFromStarMath() local 2070 xStor->Write(aCompObj,sizeof(aCompObj)); in ConvertFromStarMath()
|
Completed in 109 milliseconds