Searched refs:OpenContainer (Results 1 – 14 of 14) sorted by relevance
/trunk/main/filter/source/msfilter/ |
H A D | eschesdo.cxx | 250 mpEscherEx->OpenContainer( ESCHER_SpContainer ); in ImplWriteShape() 292 mpEscherEx->OpenContainer( ESCHER_SpContainer ); in ImplWriteShape() 351 mpEscherEx->OpenContainer( ESCHER_SpContainer ); in ImplWriteShape() 524 mpEscherEx->OpenContainer( ESCHER_SpContainer ); in ImplWriteShape() 543 mpEscherEx->OpenContainer( ESCHER_SpContainer ); in ImplWriteShape() 555 mpEscherEx->OpenContainer( ESCHER_SpContainer ); in ImplWriteShape() 567 mpEscherEx->OpenContainer( ESCHER_SpContainer ); in ImplWriteShape() 582 mpEscherEx->OpenContainer( ESCHER_SpContainer ); in ImplWriteShape() 592 mpEscherEx->OpenContainer( ESCHER_SpContainer ); in ImplWriteShape() 640 mpEscherEx->OpenContainer( ESCHER_SpContainer ); in ImplWriteShape() [all …]
|
H A D | escherex.cxx | 5275 void EscherEx::OpenContainer( sal_uInt16 nEscherContainer, int nRecInstance ) in OpenContainer() function in EscherEx 5434 OpenContainer( ESCHER_SpgrContainer ); in EnterGroup() 5435 OpenContainer( ESCHER_SpContainer ); in EnterGroup()
|
/trunk/main/sd/source/filter/eppt/ |
H A D | eppt.cxx | 508 mpPptEscherEx->OpenContainer( EPP_HeadersFooters, 0 ); in ImplCreateHeaderFooters() 535 mpPptEscherEx->OpenContainer( EPP_Document ); in ImplCreateDocument() 958 mpPptEscherEx->OpenContainer( EPP_MainMaster ); in ImplCreateMaster() 1018 mpPptEscherEx->OpenContainer( EPP_PPDrawing ); in ImplCreateMaster() 1019 mpPptEscherEx->OpenContainer( ESCHER_DgContainer ); in ImplCreateMaster() 1075 mpPptEscherEx->OpenContainer( EPP_Notes ); in ImplCreateMainNotes() 1079 mpPptEscherEx->OpenContainer( EPP_PPDrawing ); in ImplCreateMainNotes() 1241 mpPptEscherEx->OpenContainer( EPP_Slide ); in ImplCreateSlide() 1530 mpPptEscherEx->OpenContainer( EPP_PPDrawing ); in ImplCreateSlide() 1656 mpPptEscherEx->OpenContainer( EPP_Notes ); in ImplCreateNotes() [all …]
|
H A D | epptso.cxx | 4186 mpPptEscherEx->OpenContainer( ESCHER_SpContainer ); in ImplCreatePresentationPlaceholder() 4211 mpPptEscherEx->OpenContainer( ESCHER_ClientData ); in ImplCreatePresentationPlaceholder() 4252 mpPptEscherEx->OpenContainer( ESCHER_SpContainer ); in ImplCreateTextShape() 4930 mpPptEscherEx->OpenContainer( ESCHER_ClientData ); in ImplWritePage() 4960 mpPptEscherEx->OpenContainer( ESCHER_SpContainer ); in ImplWritePage() 5024 mpPptEscherEx->OpenContainer( ESCHER_ClientData ); in ImplWritePage() 5064 mpPptEscherEx->OpenContainer( ESCHER_SpContainer ); in ImplWritePage() 5652 mpPptEscherEx->OpenContainer( ESCHER_SpContainer ); in ImplCreateCellBorder() 5774 mpPptEscherEx->OpenContainer( ESCHER_SpgrContainer ); in ImplCreateTable() 5775 mpPptEscherEx->OpenContainer( ESCHER_SpContainer ); in ImplCreateTable() [all …]
|
H A D | escherex.cxx | 152 void PptEscherEx::OpenContainer( sal_uInt16 n_EscherContainer, int nRecInstance ) in OpenContainer() function in PptEscherEx 255 OpenContainer( ESCHER_SpgrContainer ); in EnterGroup() 256 OpenContainer( ESCHER_SpContainer ); in EnterGroup()
|
H A D | escherex.hxx | 61 void OpenContainer( sal_uInt16 n_EscherContainer, int nRecInstance = 0 );
|
/trunk/main/sw/source/filter/ww8/ |
H A D | wrtw8esh.cxx | 1531 OpenContainer(ESCHER_SpContainer); in WriteEmptyFlyFrame() 1566 OpenContainer( ESCHER_SpContainer ); in WriteGrfBullet() 1624 OpenContainer( ESCHER_SpContainer ); in WriteGrfFlyFrame() 1841 OpenContainer(ESCHER_SpContainer); in WriteOLEFlyFrame() 2211 OpenContainer( ESCHER_DggContainer ); in SwEscherEx() 2241 OpenContainer( ESCHER_DgContainer ); in SwEscherEx() 2318 OpenContainer( ESCHER_SpContainer ); in SwEscherEx() 2962 OpenContainer( ESCHER_SpContainer ); in WriteTxtFlyFrame() 3034 OpenContainer( ESCHER_SpContainer ); in WriteOCXControl()
|
H A D | rtfsdrexport.cxx | 86 void RtfSdrExport::OpenContainer( sal_uInt16 nEscherContainer, int nRecInstance ) in OpenContainer() function in RtfSdrExport 90 EscherEx::OpenContainer( nEscherContainer, nRecInstance ); in OpenContainer()
|
H A D | rtfsdrexport.hxx | 90 virtual void OpenContainer( sal_uInt16 nEscherContainer, int nRecInstance = 0 );
|
/trunk/main/sc/source/filter/excel/ |
H A D | xeescher.cxx | 212 mrEscherEx.OpenContainer( ESCHER_DggContainer ); in XclExpMsoDrawingGroup() 396 mrEscherEx.OpenContainer( ESCHER_SpContainer ); in XclExpOcxControlObj() 540 mrEscherEx.OpenContainer( ESCHER_SpContainer ); in XclExpTbxControlObj() 930 mrEscherEx.OpenContainer( ESCHER_SpContainer ); in XclExpChartObj()
|
/trunk/main/sc/source/filter/xcl97/ |
H A D | xcl97rec.cxx | 95 mrEscherEx.OpenContainer( ESCHER_DgContainer ); in XclExpObjList() 343 mrEscherEx.OpenContainer( ESCHER_SpContainer ); in ProcessEscherObj() 384 mrEscherEx.OpenContainer( ESCHER_SpContainer ); in XclObjDropDown()
|
/trunk/main/oox/source/export/ |
H A D | vmlexport.cxx | 81 void VMLExport::OpenContainer( UINT16 nEscherContainer, int nRecInstance ) in OpenContainer() function in VMLExport 83 EscherEx::OpenContainer( nEscherContainer, nRecInstance ); in OpenContainer()
|
/trunk/main/oox/inc/oox/export/ |
H A D | vmlexport.hxx | 90 virtual void OpenContainer( UINT16 nEscherContainer, int nRecInstance = 0 );
|
/trunk/main/filter/inc/filter/msfilter/ |
H A D | escherex.hxx | 1534 virtual void OpenContainer( sal_uInt16 nEscherContainer, int nRecInstance = 0 );
|
Completed in 185 milliseconds