Home
last modified time | relevance | path

Searched refs:xCurrentComponent (Results 1 – 4 of 4) sorted by relevance

/trunk/main/dbaccess/source/ui/misc/
H A Dcontrollerframe.cxx214 Reference< XInterface > xCurrentComponent; in lcl_updateActiveComponents_nothrow() local
216 xCurrentComponent = xModel; in lcl_updateActiveComponents_nothrow()
218 xCurrentComponent = xCompController; in lcl_updateActiveComponents_nothrow()
219 SfxObjectShell::SetCurrentComponent( xCurrentComponent ); in lcl_updateActiveComponents_nothrow()
/trunk/main/sfx2/source/appl/
H A Dappdata.cxx180 Reference< XInterface > xCurrentComponent = SfxObjectShell::GetCurrentComponent(); in OnApplicationBasicManagerCreated() local
181 _rBasicManager.SetGlobalUNOConstant( "ThisComponent", makeAny( xCurrentComponent ) ); in OnApplicationBasicManagerCreated()
/trunk/main/svx/source/form/
H A Dnavigatortreemodel.cxx598 Reference< XFormComponent > xCurrentComponent; in FillBranch() local
601 xComponents->getByIndex(j) >>= xCurrentComponent; in FillBranch()
602 Reference< XForm > xSubForm(xCurrentComponent, UNO_QUERY); in FillBranch()
615 … pNewControlData = new FmControlData(xCurrentComponent, m_aNormalImages, m_aHCImages, pFormData); in FillBranch()
/trunk/main/odk/examples/DevelopersGuide/Text/
H A DTextDocuments.java268 XComponent xCurrentComponent = xDesktop.getCurrentComponent(); in viewCursorExample() local
270 xCurrentComponent); in viewCursorExample()

Completed in 37 milliseconds