/aoo41x/main/sw/source/ui/shells/ |
H A D | drformsh.cxx | 102 SdrUnoObj* pUnoCtrl = PTR_CAST(SdrUnoObj, rMarkList.GetMark(0)->GetMarkedSdrObj()); in TYPEINIT1() local 103 if (pUnoCtrl && FmFormInventor == pUnoCtrl->GetObjInventor()) in TYPEINIT1() 117 … uno::Reference< awt::XControlModel > xControlModel = pUnoCtrl->GetUnoControlModel(); in TYPEINIT1() 191 SdrUnoObj* pUnoCtrl = PTR_CAST(SdrUnoObj, rMarkList.GetMark(0)->GetMarkedSdrObj()); in GetState() local 192 if (pUnoCtrl && FmFormInventor == pUnoCtrl->GetObjInventor()) in GetState() 194 uno::Reference< awt::XControlModel > xControlModel = pUnoCtrl->GetUnoControlModel(); in GetState()
|
H A D | textdrw.cxx | 88 SdrUnoObj* pUnoCtrl = PTR_CAST(SdrUnoObj, rMarkList.GetMark(0)->GetMarkedSdrObj()); in InsertURLButton() local 89 uno::Reference< awt::XControlModel > xControlModel = pUnoCtrl->GetUnoControlModel(); in InsertURLButton()
|
/aoo41x/main/sfx2/source/menu/ |
H A D | mnuitem.cxx | 553 pUnoCtrl = new SfxUnoControllerItem( this, rBindings, rCmd ); in SfxUnoMenuControl() 554 pUnoCtrl->acquire(); in SfxUnoMenuControl() 555 pUnoCtrl->GetNewDispatch(); in SfxUnoMenuControl() 566 pUnoCtrl = new SfxUnoControllerItem( this, rBindings, rCmd ); in SfxUnoMenuControl() 567 pUnoCtrl->acquire(); in SfxUnoMenuControl() 568 pUnoCtrl->GetNewDispatch(); in SfxUnoMenuControl() 573 pUnoCtrl->UnBind(); in ~SfxUnoMenuControl() 574 pUnoCtrl->release(); in ~SfxUnoMenuControl() 579 pUnoCtrl->Execute(); in Select()
|
/aoo41x/main/sc/source/ui/drawfunc/ |
H A D | drawsh5.cxx | 98 SdrUnoObj* pUnoCtrl = PTR_CAST(SdrUnoObj, pObj); in GetHLinkState() local 99 if (pUnoCtrl && FmFormInventor == pUnoCtrl->GetObjInventor()) in GetHLinkState() 101 uno::Reference<awt::XControlModel> xControlModel = pUnoCtrl->GetUnoControlModel(); in GetHLinkState() 184 SdrUnoObj* pUnoCtrl = PTR_CAST(SdrUnoObj, pObj ); in ExecuteHLink() local 185 if (pUnoCtrl && FmFormInventor == pUnoCtrl->GetObjInventor()) in ExecuteHLink() 188 pUnoCtrl->GetUnoControlModel(); in ExecuteHLink()
|
/aoo41x/main/sw/source/ui/wrtsh/ |
H A D | wrtsh3.cxx | 204 SdrUnoObj* pUnoCtrl = PTR_CAST(SdrUnoObj, rMarkList.GetMark(0)->GetMarkedSdrObj()); in GetURLFromButton() local 205 if (pUnoCtrl && FmFormInventor == pUnoCtrl->GetObjInventor()) in GetURLFromButton() 207 … uno::Reference< awt::XControlModel > xControlModel = pUnoCtrl->GetUnoControlModel(); in GetURLFromButton()
|
/aoo41x/main/sc/source/ui/app/ |
H A D | seltrans.cxx | 58 SdrUnoObj* pUnoCtrl = PTR_CAST(SdrUnoObj, pObject); in lcl_IsURLButton() local 59 if (pUnoCtrl && FmFormInventor == pUnoCtrl->GetObjInventor()) in lcl_IsURLButton() 61 uno::Reference<awt::XControlModel> xControlModel = pUnoCtrl->GetUnoControlModel(); in lcl_IsURLButton()
|
H A D | drwtrans.cxx | 152 SdrUnoObj* pUnoCtrl = PTR_CAST(SdrUnoObj, pObject); in ScDrawTransferObj() local 153 if (pUnoCtrl && FmFormInventor == pUnoCtrl->GetObjInventor()) in ScDrawTransferObj() 155 uno::Reference<awt::XControlModel> xControlModel = pUnoCtrl->GetUnoControlModel(); in ScDrawTransferObj()
|
/aoo41x/main/sd/source/ui/view/ |
H A D | drviewse.cxx | 1598 SdrUnoObj* pUnoCtrl = static_cast< SdrUnoObj* >( pMarkedObj ); in InsertURLButton() local 1600 … Reference< awt::XControlModel > xControlModel( pUnoCtrl->GetUnoControlModel(), UNO_QUERY_THROW ); in InsertURLButton() 1633 …SdrUnoObj* pUnoCtrl = static_cast< SdrUnoObj* >( SdrObjFactory::MakeNewObject(FmFormInventor, OBJ_… in InsertURLButton() local 1636 …Reference< awt::XControlModel > xControlModel( pUnoCtrl->GetUnoControlModel(), uno::UNO_QUERY_THRO… in InsertURLButton() 1665 pUnoCtrl->SetLogicRect(Rectangle(aPos, aSize)); in InsertURLButton() 1676 mpDrawView->InsertObjectAtView(pUnoCtrl, *mpDrawView->GetSdrPageView(), nOptions); in InsertURLButton()
|
H A D | drviewsf.cxx | 148 SdrUnoObj* pUnoCtrl = dynamic_cast< SdrUnoObj* >( pMarkedObj ); in GetCtrlState() local 150 if(pUnoCtrl) try in GetCtrlState() 152 …uno::Reference< awt::XControlModel > xControlModel( pUnoCtrl->GetUnoControlModel(), uno::UNO_QUERY… in GetCtrlState()
|
H A D | drviews7.cxx | 1543 …SdrUnoObj* pUnoCtrl = PTR_CAST(SdrUnoObj, mpDrawView->GetMarkedObjectList().GetMark(0)->GetMarkedS… in GetMenuState() local 1545 if ( pUnoCtrl && FmFormInventor == pUnoCtrl->GetObjInventor() ) in GetMenuState() 1547 uno::Reference< awt::XControlModel > xControlModel( pUnoCtrl->GetUnoControlModel() ); in GetMenuState()
|
/aoo41x/main/sd/source/ui/app/ |
H A D | sdxfer.cxx | 215 SdrUnoObj* pUnoCtrl = static_cast< SdrUnoObj* >( pObj ); in CreateObjectReplacement() local 217 if (pUnoCtrl && FmFormInventor == pUnoCtrl->GetObjInventor()) in CreateObjectReplacement() 219 … Reference< ::com::sun::star::awt::XControlModel > xControlModel( pUnoCtrl->GetUnoControlModel() ); in CreateObjectReplacement()
|
/aoo41x/main/sc/source/ui/view/ |
H A D | tabvwshg.cxx | 78 SdrUnoObj* pUnoCtrl = PTR_CAST(SdrUnoObj, pObj); in InsertURLButton() local 80 uno::Reference<awt::XControlModel> xControlModel = pUnoCtrl->GetUnoControlModel(); in InsertURLButton()
|
/aoo41x/main/sfx2/inc/sfx2/ |
H A D | mnuitem.hxx | 99 SfxUnoControllerItem* pUnoCtrl; member in SfxUnoMenuControl
|