| /AOO41X/main/oox/source/xls/ |
| H A D | drawingfragment.cxx | 306 const ::oox::vml::ClientData* pClientData = rShape.getClientData(); in operator ()() local 307 return pClientData && (pClientData->mnCol == mnCol) && (pClientData->mnRow == mnRow); in operator ()() 397 const ::oox::vml::ClientData* pClientData = rShape.getClientData(); in isShapeSupported() local 398 return !pClientData || (pClientData->mnObjType != XML_Note); in isShapeSupported() 403 if( const ::oox::vml::ClientData* pClientData = rShape.getClientData() ) in getShapeBaseName() local 405 switch( pClientData->mnObjType ) in getShapeBaseName() 416 …case XML_Pict: return (pClientData->mbDde || getOleObjectInfo( rShape.getShapeId() )) ? CREAT… in getShapeBaseName() 440 const ::oox::vml::ClientData* pClientData = rShape.getClientData(); in createAndInsertClientXShape() local 441 if( (aShapeName.getLength() > 0) && pClientData ) in createAndInsertClientXShape() 446 switch( pClientData->mnObjType ) in createAndInsertClientXShape() [all …]
|
| H A D | commentsbuffer.cxx | 154 const ::oox::vml::ClientData* pClientData = pNoteShape->getClientData(); in finalizeImport() local 155 bVisible = pClientData && pClientData->mbVisible; in finalizeImport()
|
| /AOO41X/main/sd/source/filter/eppt/ |
| H A D | escherex.cxx | 242 sal_uInt32 PptEscherEx::EnterGroup( Rectangle* pBoundRect, SvMemoryStream* pClientData ) in EnterGroup() argument 286 if ( pClientData ) in EnterGroup() 288 pClientData->Seek( STREAM_SEEK_TO_END ); in EnterGroup() 289 sal_uInt32 nSize = pClientData->Tell(); in EnterGroup() 294 mpOutStrm->Write( pClientData->GetData(), nSize ); in EnterGroup()
|
| H A D | epptso.cxx | 4286 SvMemoryStream* pClientData = NULL; in ImplWritePage() local 5294 if ( !pClientData ) in ImplWritePage() 5295 pClientData = new SvMemoryStream( 0x200, 0x200 ); in ImplWritePage() 5296 *pClientData << (sal_uInt16)0 in ImplWritePage() 5301 … *pClientData << (sal_uInt32)( ( EPP_InteractiveInfo << 16 ) | 0xf ) << (sal_uInt32)24; in ImplWritePage() 5302 *pClientData << (sal_uInt16)0 in ImplWritePage() 5370 if ( !pClientData ) in ImplWritePage() 5371 pClientData = new SvMemoryStream( 0x200, 0x200 ); in ImplWritePage() 5373 *pClientData << (sal_uInt32)( EPP_OEPlaceholderAtom << 16 ) << (sal_uInt32)8 in ImplWritePage() 5381 if ( !pClientData ) in ImplWritePage() [all …]
|
| H A D | escherex.hxx | 64 sal_uInt32 EnterGroup( Rectangle* pBoundRect, SvMemoryStream* pClientData );
|
| /AOO41X/main/filter/inc/filter/msfilter/ |
| H A D | escherex.hxx | 1320 EscherExClientRecord_Base* pClientData; member in EscherExHostAppData 1326 EscherExHostAppData() : pClientAnchor(0), pClientData(0), in EscherExHostAppData() 1333 { pClientData = p; } in SetClientData() 1341 { return pClientData; } in GetClientData() 1348 { if( pClientData ) pClientData->WriteData( rEx ); } in WriteClientData()
|
| H A D | msdffimp.hxx | 90 void ReadPropSet( SvStream& rIn, void* pClientData, sal_uInt32 nShapeType = 0 ) const; 92 void ReadPropSet( SvStream& rIn, void* pClientData ) const; 516 virtual sal_Bool SeekToShape( SvStream& rSt, void* pClientData, sal_uInt32 nId ) const;
|
| H A D | svdfppt.hxx | 454 virtual sal_Bool SeekToShape( SvStream& rSt, void* pClientData, sal_uInt32 nId ) const; 600 virtual sal_Bool SeekToShape( SvStream& rSt, void* pClientData, sal_uInt32 nId ) const;
|
| /AOO41X/main/oox/source/vml/ |
| H A D | vmlshape.cxx | 314 const ClientData* pClientData = getClientData(); in calcShapeRectangle() local 315 if( !pClientData || !mrDrawing.convertClientAnchor( aShapeRect, pClientData->maAnchor ) ) in calcShapeRectangle()
|
| /AOO41X/main/vcl/unx/generic/app/ |
| H A D | i18n_im.cxx | 573 InputMethod_ConnectionWatchProc (Display *pDisplay, XPointer pClientData, in InputMethod_ConnectionWatchProc() argument 576 SalXLib *pConnectionHandler = (SalXLib*)pClientData; in InputMethod_ConnectionWatchProc()
|
| /AOO41X/main/filter/source/msfilter/ |
| H A D | msdffimp.cxx | 247 void DffPropertyReader::ReadPropSet( SvStream& rIn, void* pClientData, sal_uInt32 nShapeId ) const in ReadPropSet() argument 249 void DffPropertyReader::ReadPropSet( SvStream& rIn, void* pClientData ) const in ReadPropSet() 257 if ( rManager.SeekToShape( rIn, pClientData, GetPropertyValue( DFF_Prop_hspMaster ) ) ) in ReadPropSet() 4158 SdrObject* SvxMSDffManager::ImportObj( SvStream& rSt, void* pClientData, in ImportObj() argument 4166 …pRet = ImportGroup( aObjHd, rSt, pClientData, rClientRect, rGlobalChildRect, nCalledByGroup, pShap… in ImportObj() 4170 …pRet = ImportShape( aObjHd, rSt, pClientData, rClientRect, rGlobalChildRect, nCalledByGroup, pShap… in ImportObj() 4176 …Object* SvxMSDffManager::ImportGroup( const DffRecordHeader& rHd, SvStream& rSt, void* pClientData, in ImportGroup() argument 4193 …pRet = ImportShape( aRecHd, rSt, pClientData, rClientRect, rGlobalChildRect, nCalledByGroup + 1, p… in ImportGroup() 4231 …SdrObject* pTmp = ImportGroup( aRecHd2, rSt, pClientData, aGroupClientAnchor, aGroupChildAnchor, n… in ImportGroup() 4243 …SdrObject* pTmp = ImportShape( aRecHd2, rSt, pClientData, aClientRect, aGlobalChildRect, nCalledBy… in ImportGroup() [all …]
|
| H A D | svdfppt.cxx | 2770 sal_Bool SdrPowerPointImport::SeekToShape( SvStream& rSt, void* pClientData, sal_uInt32 nId ) const in SeekToShape() argument 2772 sal_Bool bRet = SvxMSDffManager::SeekToShape( rSt, pClientData, nId ); in SeekToShape() 2775 ProcessData& rData = *( (ProcessData*)pClientData ); in SeekToShape()
|
| /AOO41X/main/sc/source/filter/inc/ |
| H A D | xiescher.hxx | 1023 void* pClientData, 1029 void* pClientData,
|
| /AOO41X/main/sc/source/filter/excel/ |
| H A D | xiescher.cxx | 3421 void* pClientData, Rectangle& /*rTextRect*/, SdrObject* pOldSdrObj ) in ProcessObj() argument 3442 XclImpDrawObjBase** ppTopLevelObj = reinterpret_cast< XclImpDrawObjBase** >( pClientData ); in ProcessObj()
|