Home
last modified time | relevance | path

Searched refs:pDrawModel (Results 1 – 25 of 36) sorted by last modified time

12

/trunk/main/sw/source/core/doc/
H A Ddocnew.cxx244 pDrawModel( 0 ), in SwDoc()
539 if( pDrawModel ) in ~SwDoc()
792 …OSL_ENSURE(!pDrawModel || pDrawModel->GetPersist() == GetPersist(), "draw model's persist is out o… in SetDocShell()
825 if( pDrawModel ) in ClearDoc()
835 ASSERT( !pDrawModel || !pDrawModel->GetPage(0)->GetObjCount(), in ClearDoc()
H A Ddoc.cxx374 if( pDrawModel ) in setForbiddenCharacters()
376 pDrawModel->SetForbiddenCharsTable( xForbiddenCharsTable ); in setForbiddenCharacters()
378 pDrawModel->ReformatAllTextObjects(); in setForbiddenCharacters()
445 if( pDrawModel ) in setCharacterCompressionType()
449 pDrawModel->ReformatAllTextObjects(); in setCharacterCompressionType()
496 pDrawModel->SetRefDevice( pPrt ); in setPrinter()
527 pDrawModel->SetRefDevice( pVirDev ); in setVirtualDevice()
564 if( pDrawModel ) in setReferenceDeviceType()
565 pDrawModel->SetRefDevice( pMyVirDev ); in setReferenceDeviceType()
577 if( pDrawModel ) in setReferenceDeviceType()
[all …]
H A Ddocdraw.cxx599 if ( pDrawModel ) in InitDrawModel()
608 pDrawModel = new SwDrawModel( this ); in InitDrawModel()
636 pDrawModel->InsertPage( pMasterPage ); in InitDrawModel()
640 SdrOutliner& rOutliner = pDrawModel->GetDrawOutliner(); in InitDrawModel()
653 pDrawModel->SetLinkManager( &GetLinkManager() ); in InitDrawModel()
658 pDrawModel->SetRefDevice( pRefDev ); in InitDrawModel()
818 if ( pDrawModel ) in ReleaseDrawModel()
821 delete pDrawModel; pDrawModel = 0; in ReleaseDrawModel()
830 ASSERT( !pDrawModel, "_MakeDrawModel: Why?" ); in _MakeDrawModel()
848 return pDrawModel; in _MakeDrawModel()
[all …]
H A Ddocfly.cxx436 SwDrawModel* pDrawModel = GetOrCreateDrawModel(); in CheckForUniqueItemForLineFillNameOrIndex() local
447 … pResult = static_cast< const XFillBitmapItem* >(pItem)->checkForUniqueItem(pDrawModel); in CheckForUniqueItemForLineFillNameOrIndex()
452 … pResult = static_cast< const XLineDashItem* >(pItem)->checkForUniqueItem(pDrawModel); in CheckForUniqueItemForLineFillNameOrIndex()
457 … pResult = static_cast< const XLineStartItem* >(pItem)->checkForUniqueItem(pDrawModel); in CheckForUniqueItemForLineFillNameOrIndex()
462 pResult = static_cast< const XLineEndItem* >(pItem)->checkForUniqueItem(pDrawModel); in CheckForUniqueItemForLineFillNameOrIndex()
467 … pResult = static_cast< const XFillGradientItem* >(pItem)->checkForUniqueItem(pDrawModel); in CheckForUniqueItemForLineFillNameOrIndex()
472 … pResult = static_cast< const XFillFloatTransparenceItem* >(pItem)->checkForUniqueItem(pDrawModel); in CheckForUniqueItemForLineFillNameOrIndex()
477 … pResult = static_cast< const XFillHatchItem* >(pItem)->checkForUniqueItem(pDrawModel); in CheckForUniqueItemForLineFillNameOrIndex()
H A Ddocdesc.cxx682 if( pDrawModel ) in PrtDataChanged()
684 pDrawModel->SetAddExtLeading( get(IDocumentSettingAccess::ADD_EXT_LEADING) ); in PrtDataChanged()
685 pDrawModel->SetRefDevice( getReferenceDevice( false ) ); in PrtDataChanged()
705 if ( bDraw && pDrawModel ) in PrtDataChanged()
708 if ( bTmpAddExtLeading != pDrawModel->IsAddExtLeading() ) in PrtDataChanged()
709 pDrawModel->SetAddExtLeading( bTmpAddExtLeading ); in PrtDataChanged()
712 if ( pOutDev != pDrawModel->GetRefDevice() ) in PrtDataChanged()
713 pDrawModel->SetRefDevice( pOutDev ); in PrtDataChanged()
/trunk/main/sw/source/filter/ww8/
H A Dww8par.cxx3790 pDrawModel = 0; in SwWW8ImplReader()
H A Dww8par.hxx1096 SdrModel* pDrawModel; member in SwWW8ImplReader
H A Dww8graf.cxx1215 pObj->SetModel( pDrawModel ); in ReadTxtBox()
1273 pObj->SetModel( pDrawModel ); in ReadCaptionBox()
1312 SfxAllItemSet aSet(pDrawModel->GetItemPool()); in ReadGroup()
1405 SfxAllItemSet aSet( pDrawModel->GetItemPool() ); in ReadGrafLayer1()
2212 pDrawModel); in CreateContactObject()
2570 pMSDffManager->SetModel(pDrawModel, 1440); in Read_GrafLayer()
2909 SfxItemSet aSet(pDrawModel->GetItemPool()); in MungeTextIntoDrawBox()
3235 if (!pDrawModel) in GrafikCtor()
3240 pDrawModel = rDoc.GetDrawModel(); in GrafikCtor()
3242 pDrawPg = pDrawModel->GetPage(0); in GrafikCtor()
[all …]
H A Dww8par6.cxx2523 if (!pDrawModel) in StartApo()
H A Dww8graf2.cxx579 pMSDffManager->SetModel(pDrawModel, 1440); in ImportGraf()
/trunk/main/sw/source/ui/uno/
H A Dunotxdoc.cxx2091 SwDrawModel* pDrawModel = 0; in setPropertyValue() local
2096 pDrawModel->SetAutoControlFocus( bAuto ); in setPropertyValue()
2106 pDrawModel = pDocShell->GetDoc()->GetOrCreateDrawModel(); in setPropertyValue()
2108 pDrawModel->SetAutoControlFocus ( bAuto ); in setPropertyValue()
2114 SwDrawModel* pDrawModel = 0; in setPropertyValue() local
2119 pDrawModel->SetOpenInDesignMode( bMode ); in setPropertyValue()
2132 pDrawModel->SetOpenInDesignMode ( bMode ); in setPropertyValue()
2275 SwDrawModel* pDrawModel = 0; in getPropertyValue() local
2280 bAuto = pDrawModel->GetAutoControlFocus(); in getPropertyValue()
2292 SwDrawModel* pDrawModel = 0; in getPropertyValue() local
[all …]
/trunk/main/sw/source/ui/uiview/
H A Dview.cxx1679 SwDrawModel* pDrawModel = 0; in Notify() local
1681 if ( 0 != ( pDrawModel = GetDocShell()->GetDoc()->GetDrawModel() ) ) in Notify()
1683 if( !pDrawModel->GetOpenInDesignMode() ) in Notify()
/trunk/main/sw/source/ui/shells/
H A Dtextsh.cxx630 … const SwDrawModel* pDrawModel = GetShell().GetView().GetDocShell()->GetDoc()->GetDrawModel(); in TYPEINIT1() local
631 aSet.Put(SvxColorTableItem(pDrawModel->GetColorTableFromSdrModel(), SID_COLOR_TABLE)); in TYPEINIT1()
632 … aSet.Put(SvxGradientListItem(pDrawModel->GetGradientListFromSdrModel(), SID_GRADIENT_LIST)); in TYPEINIT1()
633 aSet.Put(SvxHatchListItem(pDrawModel->GetHatchListFromSdrModel(), SID_HATCH_LIST)); in TYPEINIT1()
634 aSet.Put(SvxBitmapListItem(pDrawModel->GetBitmapListFromSdrModel(), SID_BITMAP_LIST)); in TYPEINIT1()
H A Dtextsh1.cxx917 const SwDrawModel* pDrawModel = GetView().GetDocShell()->GetDoc()->GetDrawModel(); in Execute() local
919 … aCoreSet.Put(SvxColorTableItem(pDrawModel->GetColorTableFromSdrModel(), SID_COLOR_TABLE)); in Execute()
920 … aCoreSet.Put(SvxGradientListItem(pDrawModel->GetGradientListFromSdrModel(), SID_GRADIENT_LIST)); in Execute()
921 aCoreSet.Put(SvxHatchListItem(pDrawModel->GetHatchListFromSdrModel(), SID_HATCH_LIST)); in Execute()
922 … aCoreSet.Put(SvxBitmapListItem(pDrawModel->GetBitmapListFromSdrModel(), SID_BITMAP_LIST)); in Execute()
H A Dfrmsh.cxx452 … const SwDrawModel* pDrawModel = rSh.GetView().GetDocShell()->GetDoc()->GetDrawModel(); in Execute() local
454 … aSet.Put(SvxColorTableItem(pDrawModel->GetColorTableFromSdrModel(), SID_COLOR_TABLE)); in Execute()
455 … aSet.Put(SvxGradientListItem(pDrawModel->GetGradientListFromSdrModel(), SID_GRADIENT_LIST)); in Execute()
456 aSet.Put(SvxHatchListItem(pDrawModel->GetHatchListFromSdrModel(), SID_HATCH_LIST)); in Execute()
457 … aSet.Put(SvxBitmapListItem(pDrawModel->GetBitmapListFromSdrModel(), SID_BITMAP_LIST)); in Execute()
H A Dgrfsh.cxx154 const SwDrawModel* pDrawModel = rSh.GetView().GetDocShell()->GetDoc()->GetDrawModel(); in Execute() local
156 aSet.Put(SvxColorTableItem(pDrawModel->GetColorTableFromSdrModel(), SID_COLOR_TABLE)); in Execute()
157 … aSet.Put(SvxGradientListItem(pDrawModel->GetGradientListFromSdrModel(), SID_GRADIENT_LIST)); in Execute()
158 aSet.Put(SvxHatchListItem(pDrawModel->GetHatchListFromSdrModel(), SID_HATCH_LIST)); in Execute()
159 aSet.Put(SvxBitmapListItem(pDrawModel->GetBitmapListFromSdrModel(), SID_BITMAP_LIST)); in Execute()
/trunk/main/sw/source/ui/utlui/
H A Dcontent.cxx950 SwDrawModel* pDrawModel = pActiveShell->GetDoc()->GetDrawModel(); in GetEntryAltText() local
951 SdrPage* pPage = pDrawModel->GetPage(0); in GetEntryAltText()
1043 SwDrawModel* pDrawModel = pActiveShell->GetDoc()->GetDrawModel(); in GetEntryLongDescription() local
1044 SdrPage* pPage = pDrawModel->GetPage(0); in GetEntryLongDescription()
1436 SwDrawModel* pDrawModel = pActiveShell->GetDoc()->GetDrawModel(); in GetDrawingObjectsByContent() local
1437 SdrPage* pPage = pDrawModel->GetPage(0); in GetDrawingObjectsByContent()
2717 SwDrawModel* pDrawModel = pActiveShell->GetDoc()->GetDrawModel(); in KeyInput() local
2718 SdrPage* pPage = pDrawModel->GetPage(0); in KeyInput()
/trunk/main/sw/source/ui/app/
H A Ddocstyle.cxx1114 const SwDrawModel* pDrawModel = rDoc.GetDrawModel(); in GetItemSet() local
1116 … aCoreSet.Put(SvxColorTableItem(pDrawModel->GetColorTableFromSdrModel(), SID_COLOR_TABLE)); in GetItemSet()
1117 … aCoreSet.Put(SvxGradientListItem(pDrawModel->GetGradientListFromSdrModel(), SID_GRADIENT_LIST)); in GetItemSet()
1118 … aCoreSet.Put(SvxHatchListItem(pDrawModel->GetHatchListFromSdrModel(), SID_HATCH_LIST)); in GetItemSet()
1119 … aCoreSet.Put(SvxBitmapListItem(pDrawModel->GetBitmapListFromSdrModel(), SID_BITMAP_LIST)); in GetItemSet()
H A Ddocst.cxx666 const SwDrawModel* pDrawModel = GetDoc()->GetDrawModel(); in Edit() local
668 rSet.Put(SvxColorTableItem(pDrawModel->GetColorTableFromSdrModel(), SID_COLOR_TABLE)); in Edit()
669 rSet.Put(SvxGradientListItem(pDrawModel->GetGradientListFromSdrModel(), SID_GRADIENT_LIST)); in Edit()
670 rSet.Put(SvxHatchListItem(pDrawModel->GetHatchListFromSdrModel(), SID_HATCH_LIST)); in Edit()
671 rSet.Put(SvxBitmapListItem(pDrawModel->GetBitmapListFromSdrModel(), SID_BITMAP_LIST)); in Edit()
/trunk/main/sw/source/filter/xml/
H A Dxmlimp.cxx758 SwDrawModel* pDrawModel = pDoc->GetDrawModel(); in startDocument() local
759 if ( pDrawModel ) in startDocument()
760 pDrawModel->setLock( sal_True ); in startDocument()
964 SwDrawModel* pDrawModel = pDoc->GetDrawModel(); in endDocument() local
965 if ( pDrawModel ) in endDocument()
966 pDrawModel->setLock( sal_False ); in endDocument()
/trunk/main/sw/source/filter/rtf/
H A Dswparrtf.cxx1299 SwDrawModel* pDrawModel = pDoc->GetDrawModel(); in ReadDrawingObject() local
1300 SdrPage* pDrawPg = pDrawModel->GetPage(0); in ReadDrawingObject()
1333 SwDrawModel* pDrawModel = pDoc->GetDrawModel(); in InsertShpObject() local
1334 SdrPage* pDrawPg = pDrawModel->GetPage(0); in InsertShpObject()
/trunk/main/sw/source/core/unocore/
H A Dunoframe.cxx1300 SwDrawModel* pDrawModel = pDoc->GetOrCreateDrawModel(); in GetOrCreateSdrObject() local
1303 = new SwFlyDrawContact( pFmt, pDrawModel ); in GetOrCreateSdrObject()
1312 pDrawModel->GetPage(0)->InsertObject( pObject ); in GetOrCreateSdrObject()
1693 SwDrawModel* pDrawModel = pDoc->GetDrawModel(); in setPropertyValue() local
1694 pDrawModel->GetPage(0)-> in setPropertyValue()
/trunk/main/sw/source/core/frmedt/
H A Dfeshview.cxx2853 SdrModel* pDrawModel = pDrawView->GetModel(); in CreateDefaultShape() local
2856 0L, pDrawModel); in CreateDefaultShape()
2881 SfxItemSet aAttr(pDrawModel->GetItemPool()); in CreateDefaultShape()
3005 SfxItemSet aSet(pDrawModel->GetItemPool()); in CreateDefaultShape()
3015 SfxItemSet aSet(pDrawModel->GetItemPool(), SDRATTR_MISC_FIRST, SDRATTR_MISC_LAST); in CreateDefaultShape()
/trunk/main/sw/source/core/access/
H A Daccmap.cxx123 SwDrawModellListener_Impl( SdrModel *pDrawModel );
133 SwDrawModellListener_Impl::SwDrawModellListener_Impl( SdrModel *pDrawModel ) : in SwDrawModellListener_Impl() argument
135 mpDrawModel( pDrawModel ) in SwDrawModellListener_Impl()
/trunk/main/sw/inc/
H A Ddoc.hxx330 SwDrawModel* pDrawModel; // StarView Drawing member in SwDoc

Completed in 272 milliseconds

12