Home
last modified time | relevance | path

Searched refs:aCompObj (Results 1 – 4 of 4) sorted by relevance

/AOO41X/main/sot/source/sdstor/
H A Dstg.cxx983 StgCompObjStream aCompObj( *this, sal_True ); in SetClass() local
984 aCompObj.GetClsId() = (const ClsId&) rClass.GetCLSID(); in SetClass()
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()
1019 return SvGlobalName( (const CLSID&) aCompObj.GetClsId() ); in GetClassName()
1030 StgCompObjStream aCompObj( *this, sal_False ); in GetFormat() local
[all …]
/AOO41X/main/filter/source/msfilter/
H A Dmsocximex.cxx1503 static sal_uInt8 __READONLY_DATA aCompObj[] = { in Export() local
1524 xStor->Write(aCompObj,sizeof(aCompObj)); in Export()
1605 static sal_uInt8 __READONLY_DATA aCompObj[] = { in Export() local
1626 xStor->Write(aCompObj,sizeof(aCompObj)); in Export()
1824 static sal_uInt8 __READONLY_DATA aCompObj[] = { in Export() local
1845 xStor->Write(aCompObj,sizeof(aCompObj)); in Export()
2097 static sal_uInt8 __READONLY_DATA aCompObj[] = { in Export() local
2117 xStor->Write(aCompObj,sizeof(aCompObj)); in Export()
2245 static sal_uInt8 __READONLY_DATA aCompObj[] = { in Export() local
2265 xStor->Write(aCompObj,sizeof(aCompObj)); in Export()
[all …]
/AOO41X/main/sw/source/filter/ww8/
H A Dwrtww8.cxx3443 static const sal_uInt8 aCompObj[] = in PrepareStorage() local
3462 pData = aCompObj; in PrepareStorage()
3463 nLen = sizeof( aCompObj ); in PrepareStorage()
3469 static const sal_uInt8 aCompObj[] = in PrepareStorage() local
3487 pData = aCompObj; in PrepareStorage()
3488 nLen = sizeof( aCompObj ); in PrepareStorage()
/AOO41X/main/starmath/source/
H A Dmathtype.cxx2054 static sal_uInt8 __READONLY_DATA aCompObj[] = { in ConvertFromStarMath() local
2070 xStor->Write(aCompObj,sizeof(aCompObj)); in ConvertFromStarMath()