Home
last modified time | relevance | path

Searched refs:getAnchor (Results 1 – 25 of 104) sorted by relevance

12345

/trunk/main/sdext/source/presenter/
H A DPresenterViewFactory.cxx278 mxConfigurationController->getResource(rxViewId->getAnchor()), in createResource()
286 mpPresenterController->GetPaneContainer()->FindPaneId(rxViewId->getAnchor())); in createResource()
308 rxView->getResourceId()->getAnchor())); in releaseResource()
338 mxConfigurationController->getResource(xViewId->getAnchor()), in releaseResource()
571 mpPresenterController->GetPaneContainer()->FindPaneId(rxViewId->getAnchor())); in CreateSlideSorterView()
H A DPresenterPaneContainer.cxx212 Reference<XResourceId> xPaneId (xViewId->getAnchor()); in StoreView()
277 Reference<XResourceId> xPaneId (xViewId->getAnchor()); in RemoveView()
H A DPresenterSlideShowView.cxx125 mxTopPane.set(xCC->getResource(mxViewId->getAnchor()->getAnchor()), UNO_QUERY); in LateInit()
127 Reference<XPane> xPane (xCC->getResource(mxViewId->getAnchor()), UNO_QUERY_THROW); in LateInit()
/trunk/main/sd/source/ui/framework/factories/
H A DTaskPanelResource.cxx43 if (rxResourceId.is() && rxResourceId->getAnchor().is()) in GetWindowForResource()
47 pFrameworkHelper->GetPaneWindow(rxResourceId->getAnchor()->getAnchor())); in GetWindowForResource()
/trunk/main/odk/examples/java/Inspector/
H A DSwingUnoNode.java64 m_oUnoNode.openIdlDescription(_SDKPath, getClassName(), getAnchor()); in openIdlDescription()
85 public String getAnchor() { in getAnchor() method in SwingUnoNode
86 return m_oUnoNode.getAnchor(); in getAnchor()
H A DSwingUnoPropertyNode.java68 public String getAnchor(){ in getAnchor() method in SwingUnoPropertyNode
69 return m_oUnoPropertyNode.getAnchor(); in getAnchor()
H A DSwingUnoMethodNode.java63 public String getAnchor(){ in getAnchor() method in SwingUnoMethodNode
64 return m_oUnoMethodNode.getAnchor(); in getAnchor()
H A DXUnoNode.java32 public String getAnchor(); in getAnchor() method
/trunk/main/svtools/source/table/
H A Dtablecontrol_impl.cxx2807 else if ( m_pTableControl->getAnchor() == m_pTableControl->getCurRow() ) in SetCursorAtPoint()
2815 while ( m_pTableControl->getAnchor() >= newRow ) in SetCursorAtPoint()
2817 m_pTableControl->markRowAsSelected( m_pTableControl->getAnchor() ); in SetCursorAtPoint()
2818 m_pTableControl->setAnchor( m_pTableControl->getAnchor() - 1 ); in SetCursorAtPoint()
2821 m_pTableControl->setAnchor( m_pTableControl->getAnchor() + 1 ); in SetCursorAtPoint()
2826 while ( m_pTableControl->getAnchor() <= newRow ) in SetCursorAtPoint()
2828 m_pTableControl->markRowAsSelected( m_pTableControl->getAnchor() ); in SetCursorAtPoint()
2829 m_pTableControl->setAnchor( m_pTableControl->getAnchor() + 1 ); in SetCursorAtPoint()
2832 m_pTableControl->setAnchor( m_pTableControl->getAnchor() - 1 ); in SetCursorAtPoint()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/text/
H A D_XDocumentIndex.java100 String contentBefore = oObj.getAnchor().getString(); in _update()
112 String contentAfter = oObj.getAnchor().getString(); in _update()
H A D_XTextContent.java64 oAnchor = oObj.getAnchor(); in _getAnchor()
/trunk/main/sw/source/ui/vba/
H A Dvbabookmark.cxx65 xViewCursorSupplier->getViewCursor()->gotoRange( mxBookmark->getAnchor(),sal_False ); in Select()
83 … uno::Reference< text::XTextRange > xTextRange( xTextContent->getAnchor(), uno::UNO_QUERY_THROW ); in Range()
/trunk/main/sd/source/ui/view/
H A DViewTabBar.cxx255 xPane = Reference<XPane>(xCC->getResource(rxViewTabBarId->getAnchor()), UNO_QUERY); in GetAnchorWindow()
287 && rEvent.ResourceId->isBoundTo(mxViewTabBarId->getAnchor(), AnchorBindingMode_DIRECT)) in notifyConfigurationChange()
623 mxViewTabBarId->getAnchor()); in UpdateActiveButton()
/trunk/main/sw/inc/
H A Dunoframe.hxx134 …virtual ::com::sun::star::uno::Reference< ::com::sun::star::text::XTextRange > SAL_CALL getAnchor
211 …un::star::uno::Reference< ::com::sun::star::text::XTextRange > SAL_CALL getAnchor( ) throw(::com:…
262 …virtual ::com::sun::star::uno::Reference< ::com::sun::star::text::XTextRange > SAL_CALL getAnchor
311 …virtual ::com::sun::star::uno::Reference< ::com::sun::star::text::XTextRange > SAL_CALL getAnchor
H A Dunoidx.hxx177 ::com::sun::star::text::XTextRange > SAL_CALL getAnchor()
306 ::com::sun::star::text::XTextRange > SAL_CALL getAnchor()
/trunk/main/odk/examples/java/Text/
H A DStyleInitialization.java143 String sText = xParagraph.getAnchor().getString(); in main()
147 xParaCursor = xParagraph.getAnchor().getText().createTextCursor(); in main()
/trunk/main/sw/source/core/unocore/
H A Dunorefmk.cxx342 SwXReferenceMark::getAnchor() throw (uno::RuntimeException) in getAnchor() function in SwXReferenceMark
1150 SwXMeta::getAnchor() throw (uno::RuntimeException) in getAnchor() function in SwXMeta
1466 SwXMetaField::getAnchor() throw (uno::RuntimeException) in getAnchor() function in SwXMetaField
1468 return SwXMeta::getAnchor(); in getAnchor()
H A Dunoframe.cxx2648 uno::Reference< text::XTextRange > SwXFrame::getAnchor(void) throw( uno::RuntimeException ) in getAnchor() function in SwXFrame
3308 uno::Reference< text::XTextRange > SwXTextFrame::getAnchor(void) throw( uno::RuntimeException ) in getAnchor() function in SwXTextFrame
3311 return SwXFrame::getAnchor(); in getAnchor()
3471 uno::Reference< text::XTextRange > SwXTextGraphicObject::getAnchor(void) throw( uno::RuntimeExcept… in getAnchor() function in SwXTextGraphicObject
3474 return SwXFrame::getAnchor(); in getAnchor()
3610 uno::Reference< text::XTextRange > SwXTextEmbeddedObject::getAnchor(void) throw( uno::RuntimeExcep… in getAnchor() function in SwXTextEmbeddedObject
3613 return SwXFrame::getAnchor(); in getAnchor()
/trunk/main/sd/source/core/annotations/
H A DAnnotation.cxx83 …virtual ::com::sun::star::uno::Any SAL_CALL getAnchor() throw (::com::sun::star::uno::RuntimeExcep…
239 Any SAL_CALL Annotation::getAnchor() throw (RuntimeException) in getAnchor() function in sd::Annotation
/trunk/main/sw/source/core/inc/
H A Dunometa.hxx182 ::com::sun::star::text::XTextRange > SAL_CALL getAnchor()
346 ::com::sun::star::text::XTextRange > SAL_CALL getAnchor()
/trunk/main/qadevOOo/java/OOoRunner/src/main/resources/objdsc/sw/
H A Dcom.sun.star.comp.office.SwXReferenceMark.csv7 "SwXReferenceMark";"com::sun::star::text::XTextContent";"getAnchor()"
H A Dcom.sun.star.comp.office.SwXBookmark.csv10 "SwXBookmark";"com::sun::star::text::XTextContent";"getAnchor()"
H A Dcom.sun.star.comp.office.SwXDocumentIndexMark.csv12 "SwXDocumentIndexMark";"com::sun::star::text::XTextContent";"getAnchor()"
/trunk/main/qadevOOo/java/OOoRunner/src/main/resources/objdsc/sc/
H A Dcom.sun.star.comp.office.ScHeaderFieldObj.csv16 "ScHeaderFieldObj";"com::sun::star::text::XTextContent";"getAnchor()"
/trunk/main/qadevOOo/java/OOoRunner/src/main/resources/objdsc/svx/
H A Dcom.sun.star.comp.office.SvxUnoTextField.csv16 "SvxUnoTextField";"com::sun::star::text::XTextContent";"getAnchor()"

Completed in 134 milliseconds

12345