Searched refs:getElementPos (Results 1 – 13 of 13) sorted by relevance
/aoo42x/main/svx/source/form/ |
H A D | fmobj.cxx | 173 sal_Int32 nPos = getElementPos( xParent.get(), xControlModel ); in impl_isolateControlModel_nothrow() 272 sal_Int32 nPos = getElementPos(xManagerAsIndex, xMeAsChild); in SetPage() 301 … sal_Int32 nPos = getElementPos(Reference< XIndexAccess > (xOldParent, UNO_QUERY), xMeAsFormComp); in SetPage() 317 sal_Int32 nPos = getElementPos(xManagerAsIndex, xMeAsFormComp); in SetPage() 422 sal_Int32 nPos = getElementPos( xManagerAsIndex, xContent ); in operator =() 448 sal_Int32 nPos = getElementPos(xParent, xChild); in lcl_getFormComponentAccessPath()
|
H A D | fmundo.cxx | 510 const sal_Int32 nPos = getElementPos(xIndexAccess, xContent); in Removed() 1148 …OSL_ENSURE( getElementPos( m_xContainer.get(), m_xElement ) == m_nIndex, "FmUndoContainerAction::i… in implReInsert() 1172 m_nIndex = getElementPos( m_xContainer.get(), m_xElement ); in implReRemove()
|
H A D | navigatortreemodel.cxx | 440 sal_Int32 nContainerIndex = getElementPos(xContainer.get(), xElement); in Remove() 782 sal_Int32 nPos = getElementPos( xContainer, xFormComponent ); in InsertSdrObj()
|
H A D | fmtools.cxx | 193 sal_Int32 getElementPos(const Reference< ::com::sun::star::container::XIndexAccess>& xCont, const R… in getElementPos() function
|
H A D | fmshimp.cxx | 379 sal_Int32 nIndex = getElementPos(xParentIndex, xModel); in TransferEventScripts() 1214 sal_Int32 nIndex = getElementPos(xParent, xOldModel); in executeControlConversionSlot() 1230 sal_Int32 nIndex = getElementPos(xParent, xOldModel); in executeControlConversionSlot()
|
H A D | navigatortree.cxx | 1197 …sal_Int32 nIndex = getElementPos(Reference< XIndexAccess > (xContainer, UNO_QUERY), xCurrentChild); in implExecuteDataTransfer()
|
/aoo42x/main/offapi/com/sun/star/frame/ |
H A D | XLayoutManager.idl | 356 by calling <member>getElementPos</member>. 376 be retrieved by calling <member>getElementPos</member> and <member>getElementSize</member>. 451 com::sun::star::awt::Point getElementPos( [in] string ResourceURL );
|
/aoo42x/main/qadevOOo/objdsc/fwk/ |
H A D | com.sun.star.comp.framework.LayoutManager.csv | 23 "LayoutManager";"com::sun::star::frame::XLayoutManager";"getElementPos()"
|
/aoo42x/main/qadevOOo/tests/java/ifc/frame/ |
H A D | _XLayoutManager.java | 97 Point p = oObj.getElementPos(sElementName); in _getElementPos()
|
/aoo42x/main/svx/inc/svx/ |
H A D | fmtools.hxx | 92 sal_Int32 getElementPos(const ::com::sun::star::uno::Reference< ::com::sun::star::container::XIndex…
|
/aoo42x/main/framework/inc/services/ |
H A D | layoutmanager.hxx | 149 …virtual ::com::sun::star::awt::Point SAL_CALL getElementPos( const ::rtl::OUString& aName ) throw …
|
/aoo42x/main/framework/source/layoutmanager/ |
H A D | layoutmanager.cxx | 2253 awt::Point SAL_CALL LayoutManager::getElementPos( const ::rtl::OUString& aName ) in getElementPos() function in framework::LayoutManager
|
/aoo42x/main/svx/source/fmcomp/ |
H A D | gridcell.cxx | 251 sal_Int32 nIndexInParent( getElementPos( xContainer, m_xModel ) ); in impl_toggleScriptManager_nothrow()
|
Completed in 144 milliseconds