Home
last modified time | relevance | path

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

/AOO42X/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 …]
/AOO42X/main/filter/source/msfilter/
H A Dmsocximex.cxx1502 static sal_uInt8 __READONLY_DATA aCompObj[] = { in Export() local
1523 xStor->Write(aCompObj,sizeof(aCompObj)); in Export()
1604 static sal_uInt8 __READONLY_DATA aCompObj[] = { in Export() local
1625 xStor->Write(aCompObj,sizeof(aCompObj)); in Export()
1823 static sal_uInt8 __READONLY_DATA aCompObj[] = { in Export() local
1844 xStor->Write(aCompObj,sizeof(aCompObj)); in Export()
2096 static sal_uInt8 __READONLY_DATA aCompObj[] = { in Export() local
2116 xStor->Write(aCompObj,sizeof(aCompObj)); in Export()
2244 static sal_uInt8 __READONLY_DATA aCompObj[] = { in Export() local
2264 xStor->Write(aCompObj,sizeof(aCompObj)); in Export()
[all …]
/AOO42X/main/sw/source/filter/ww8/
H A Dwrtww8.cxx3428 static const sal_uInt8 aCompObj[] = in PrepareStorage() local
3447 pData = aCompObj; in PrepareStorage()
3448 nLen = sizeof( aCompObj ); in PrepareStorage()
3454 static const sal_uInt8 aCompObj[] = in PrepareStorage() local
3472 pData = aCompObj; in PrepareStorage()
3473 nLen = sizeof( aCompObj ); in PrepareStorage()
/AOO42X/main/starmath/source/
H A Dmathtype.cxx2053 static sal_uInt8 __READONLY_DATA aCompObj[] = { in ConvertFromStarMath() local
2069 xStor->Write(aCompObj,sizeof(aCompObj)); in ConvertFromStarMath()