/aoo4110/main/unoxml/source/dom/ |
H A D | node.cxx | 183 CNode::GetImplementation(uno::Reference<uno::XInterface> const& xNode) in GetImplementation() function in DOM::CNode 305 CNode *const pNewChild(CNode::GetImplementation(xNewChild)); in appendChild() 682 CNode *const pNewNode(CNode::GetImplementation(newChild)); in insertBefore() 683 CNode *const pRefNode(CNode::GetImplementation(refChild)); in insertBefore() 793 ::rtl::Reference<CNode> const pOld(CNode::GetImplementation(xOldChild)); in removeChild() 870 CNode::GetImplementation(xOldChild)); in replaceChild() 872 CNode::GetImplementation(xNewChild)); in replaceChild()
|
H A D | element.cxx | 487 CNode::GetImplementation(Reference<XNode>(oldAttr.get()))); in removeAttributeNode() 547 CNode::GetImplementation(xNewAttr)); in setAttributeNode_Impl_Lock()
|
H A D | node.hxx | 140 static CNode * GetImplementation(::com::sun::star::uno::Reference<
|
/aoo4110/main/toolkit/source/helper/ |
H A D | vclunohelper.cxx | 90 VCLXBitmap* pVCLBitmap = VCLXBitmap::GetImplementation( rxBitmap ); in GetBitmap() 121 VCLXWindow* pVCLXWindow = VCLXWindow::GetImplementation( rxWindow ); in GetWindow() 127 VCLXWindow* pVCLXWindow = VCLXWindow::GetImplementation( rxWindow ); in GetWindow() 133 VCLXWindow* pVCLXWindow = VCLXWindow::GetImplementation( rxWindow ); in GetWindow() 140 VCLXRegion* pVCLRegion = VCLXRegion::GetImplementation( rxRegion ); in GetRegion() 173 VCLXDevice* pDev = VCLXDevice::GetImplementation( rxDevice ); in GetOutputDevice() 182 VCLXGraphics* pGrf = VCLXGraphics::GetImplementation( rxGraphics ); in GetOutputDevice() 384 VCLXFont* pVCLXFont = VCLXFont::GetImplementation( rxFont ); in CreateFont()
|
/aoo4110/main/framework/source/uielement/ |
H A D | controlmenucontroller.cxx | 254 … pPopupMenu = (VCLXPopupMenu *)VCLXMenu::GetImplementation( rPopupMenu … in fillPopupMenu() 300 VCLXPopupMenu* pPopupMenu = (VCLXPopupMenu *)VCLXMenu::GetImplementation( m_xPopupMenu ); in statusChanged() 369 … VCLXPopupMenu* pPopupMenu = (VCLXPopupMenu *)VCLXPopupMenu::GetImplementation( m_xPopupMenu ); in itemActivated()
|
H A D | newmenucontroller.cxx | 343 VCLXPopupMenu* pPopupMenu = (VCLXPopupMenu *)VCLXMenu::GetImplementation( rPopupMenu ); in fillPopupMenu() 435 VCLXPopupMenu* pPopupMenu = (VCLXPopupMenu *)VCLXPopupMenu::GetImplementation( xPopupMenu ); in itemSelected() 478 … VCLXPopupMenu* pPopupMenu = (VCLXPopupMenu *)VCLXPopupMenu::GetImplementation( m_xPopupMenu ); in itemActivated()
|
H A D | toolbarsmenucontroller.cxx | 207 VCLXPopupMenu* pPopupMenu = (VCLXPopupMenu *)VCLXPopupMenu::GetImplementation( rPopupMenu ); in addCommand() 474 … VCLXPopupMenu* pXPopupMenu = (VCLXPopupMenu *)VCLXMenu::GetImplementation( m_xPopupMenu ); in fillPopupMenu() 586 VCLXPopupMenu* pXPopupMenu = (VCLXPopupMenu *)VCLXMenu::GetImplementation( xPopupMenu ); in statusChanged() 638 VCLXPopupMenu* pPopupMenu = (VCLXPopupMenu *)VCLXPopupMenu::GetImplementation( xPopupMenu ); in itemSelected()
|
H A D | objectmenucontroller.cxx | 95 … pPopupMenu = (VCLXPopupMenu *)VCLXMenu::GetImplementation( rPopupMenu … in fillPopupMenu()
|
/aoo4110/main/unoxml/source/xpath/ |
H A D | xpathapi.cxx | 152 DOM::CNode *const pCNode(DOM::CNode::GetImplementation(xNamespaceNode)); in lcl_collectNamespaces() 354 dynamic_cast<DOM::CDocument*>( DOM::CNode::GetImplementation( in eval() 358 DOM::CNode *const pCNode = DOM::CNode::GetImplementation(xContextNode); in eval()
|
/aoo4110/main/framework/source/fwi/uielement/ |
H A D | itemcontainer.cxx | 136 ConstItemContainer* pSource = ConstItemContainer::GetImplementation( rSubContainer ); in deepCopyContainer() 173 ItemContainer* ItemContainer::GetImplementation( const ::com::sun::star::uno::Reference< ::com::sun… in GetImplementation() function in framework::ItemContainer
|
H A D | rootitemcontainer.cxx | 204 ConstItemContainer* pSource = ConstItemContainer::GetImplementation( rSubContainer ); in deepCopyContainer() 240 RootItemContainer* RootItemContainer::GetImplementation( const ::com::sun::star::uno::Reference< ::… in GetImplementation() function in framework::RootItemContainer
|
H A D | constitemcontainer.cxx | 275 ItemContainer* pSource = ItemContainer::GetImplementation( rSubContainer ); in deepCopyContainer() 313 ConstItemContainer* ConstItemContainer::GetImplementation( const ::com::sun::star::uno::Reference< … in GetImplementation() function in framework::ConstItemContainer
|
/aoo4110/main/toolkit/source/layout/vcl/ |
H A D | wrapper.cxx | 226 ::Window* window = VCLXWindow::GetImplementation (ref)->GetWindow (); in redraw() 321 if (VCLXWindow *vcl = VCLXWindow::GetImplementation( ref )) in SetParent() 356 return VCLXWindow::GetImplementation( GetRef() ); in GetVCLXWindow() 1466 = static_cast<layoutimpl::VCLXPlugin*>( VCLXWindow::GetImplementation( ref ) ); in PluginImpl() 1493 …, mpString( static_cast<layoutimpl::LocalizedString*>( VCLXWindow::GetImplementation( uno::Referen… in LocalizedStringImpl()
|
/aoo4110/main/toolkit/inc/toolkit/helper/ |
H A D | macros.hxx | 53 ClassName* ClassName::GetImplementation( const ::com::sun::star::uno::Reference< ::com::sun::star::… 83 ClassName* ClassName::GetImplementation( const ::com::sun::star::uno::Reference< ::com::sun::star::…
|
/aoo4110/main/toolkit/source/layout/core/ |
H A D | helper.cxx | 160 VCLXWindow* parentComponent = VCLXWindow::GetImplementation( xWinParent ); in toolkitCreateWidget() 389 if (VCLXWindow* parentComponent = VCLXWindow::GetImplementation (xParent)) in implCreateWidget()
|
/aoo4110/main/toolkit/workben/layout/ |
H A D | simple-paragraph.cxx | 158 VCLXWindow *pCompParent = VCLXWindow::GetImplementation( GetPeer() ); in SvxSimpleParagraphDialog()
|
/aoo4110/main/framework/source/uiconfiguration/ |
H A D | uiconfigurationmanager.cxx | 262 … RootItemContainer* pRootItemContainer = RootItemContainer::GetImplementation( xContainer ); in impl_requestUIElementData() 286 … RootItemContainer* pRootItemContainer = RootItemContainer::GetImplementation( xIndexContainer ); in impl_requestUIElementData() 303 … RootItemContainer* pRootItemContainer = RootItemContainer::GetImplementation( xIndexContainer ); in impl_requestUIElementData()
|
/aoo4110/main/toolkit/inc/toolkit/awt/ |
H A D | vclxpointer.hxx | 65 …static VCLXPointer* GetImplementation( const ::com::sun::star::uno::Reference< ::com::su…
|
H A D | vclxbitmap.hxx | 66 …static VCLXBitmap* GetImplementation( const ::com::sun::star::uno::Reference< ::com::sun…
|
H A D | vclxfont.hxx | 69 …static VCLXFont* GetImplementation( const ::com::sun::star::uno::Reference< ::com::sun::…
|
H A D | vclxregion.hxx | 66 …static VCLXRegion* GetImplementation( const ::com::sun::star::uno::Reference< ::com::sun…
|
/aoo4110/main/dbaccess/source/ui/uno/ |
H A D | ColumnControl.cxx | 81 VCLXWindow* pParent = VCLXWindow::GetImplementation(rParentPeer); in createPeer()
|
/aoo4110/main/framework/inc/uielement/ |
H A D | itemcontainer.hxx | 71 …static ItemContainer* GetImplementation( const ::com::sun::star::uno::Reference< ::…
|
/aoo4110/main/basctl/source/basicide/ |
H A D | basicrenderable.cxx | 95 VCLXDevice* pDevice = VCLXDevice::GetImplementation(xRenderDevice); in getPrinter()
|
/aoo4110/main/svtools/source/hatchwindow/ |
H A D | hatchwindow.cxx | 54 VCLXWindow* pParentComponent = VCLXWindow::GetImplementation( xParent ); in initializeWindow()
|