/aoo4110/main/sd/source/ui/framework/module/ |
H A D | ViewTabBarModule.cxx | 176 Reference<XResourceId> xAnchor (mxViewTabBarId->getAnchor()); in UpdateViewTabBar() local 181 xAnchor); in UpdateViewTabBar() 189 xAnchor); in UpdateViewTabBar() 197 xAnchor); in UpdateViewTabBar() 205 xAnchor); in UpdateViewTabBar()
|
/aoo4110/main/sd/source/ui/framework/configuration/ |
H A D | ResourceId.cxx | 487 Reference<XResourceId> xAnchor; in initialize() local 488 if (aArguments[nIndex] >>= xAnchor) in initialize() 490 if (xAnchor.is()) in initialize() 492 maResourceURLs.push_back(xAnchor->getResourceURL()); in initialize() 493 Sequence<OUString> aAnchorURLs (xAnchor->getAnchorURLs()); in initialize()
|
/aoo4110/main/sw/source/ui/index/ |
H A D | cntex.cxx | 227 …uno::Reference< text::XTextRange > xAnchor = pxIndexSectionsArr[nTOXIndex]->xContainerSection->ge… in CreateOrUpdateExample() local 228 xAnchor = xAnchor->getStart(); in CreateOrUpdateExample() 229 … uno::Reference< text::XTextCursor > xCrsr = xAnchor->getText()->createTextCursorByRange(xAnchor); in CreateOrUpdateExample()
|
/aoo4110/main/editeng/inc/editeng/ |
H A D | unofield.hxx | 82 …SvxUnoTextField( ::com::sun::star::uno::Reference< ::com::sun::star::text::XTextRange > xAnchor, c… 88 …::sun::star::uno::Reference< ::com::sun::star::text::XTextRange > xAnchor ) { mxAnchor = xAnchor; } in SetAnchor() argument
|
/aoo4110/main/sw/source/core/access/ |
H A D | accnotexthyperlink.cxx | 182 Reference< XAccessible > xAnchor = xFrame->GetAccessibleMap()->GetContext(mpFrm, sal_True); in getAccessibleActionAnchor() local 185 aRet <<= xAnchor; in getAccessibleActionAnchor()
|
/aoo4110/main/sd/workben/custompanel/ |
H A D | ctp_panel.cxx | 133 …Reference< XResource > xAnchor( i_rConfigController->getResource( m_xResourceId->getAnchor() ), UN… in SingleColorPanel() local 134 Reference< XPane > xAnchorPane( xAnchor, UNO_QUERY_THROW ); in SingleColorPanel()
|
/aoo4110/main/sc/source/ui/vba/ |
H A D | vbahyperlinks.cxx | 244 uno::Reference< XHelperInterface > xAnchor( rAnchor, uno::UNO_QUERY_THROW ); in Add() local 249 xAnchor, mxContext, rAddress, rSubAddress, rScreenTip, rTextToDisplay ) ); in Add()
|
/aoo4110/main/sc/source/ui/unoobj/ |
H A D | shapeuno.cxx | 674 uno::Reference< uno::XInterface > xAnchor; in getPropertyValue() local 685 … xAnchor.set(static_cast<cppu::OWeakObject*>(new ScCellObj( pDocSh, aRange.aStart ))); in getPropertyValue() 690 xAnchor.set(static_cast<cppu::OWeakObject*>(new ScTableSheetObj( pDocSh, nTab ))); in getPropertyValue() 692 aAny <<= xAnchor; in getPropertyValue() 793 uno::Reference< uno::XInterface > xAnchor; in getPropertyValue() local
|
/aoo4110/main/offapi/com/sun/star/drawing/framework/ |
H A D | XResourceId.idl | 114 @param xAnchor 133 @param xAnchor
|
H A D | ResourceId.idl | 54 createWithAnchor ([in] string sResourceURL, [in] XResourceId xAnchor);
|
/aoo4110/main/editeng/source/uno/ |
H A D | unofield.cxx | 313 SvxUnoTextField::SvxUnoTextField( uno::Reference< text::XTextRange > xAnchor, const OUString& rPres… in SvxUnoTextField() argument 315 , mxAnchor( xAnchor ) in SvxUnoTextField()
|
H A D | unotext.cxx | 679 uno::Reference< text::XTextRange > xAnchor( this ); in getPropertyValue() local 691 … uno::Reference< text::XTextField > xField( new SvxUnoTextField( xAnchor, aPresentation, pData ) ); in getPropertyValue()
|
/aoo4110/main/sc/workben/ |
H A D | test.cxx | 429 XSheetAnnotationAnchorRef xAnchor = in lcl_Annotations() local 431 if ( xAnchor ) in lcl_Annotations() 433 XSheetAnnotationRef xAnnotation = xAnchor->getAnnotation(); in lcl_Annotations()
|
/aoo4110/main/chart2/source/view/main/ |
H A D | ChartView.cxx | 1296 … uno::Reference< text::XTextRange > xAnchor( xEmbeddedObject->getAnchor() ); in lcl_setDefaultWritingMode() local 1297 if( xAnchor.is() ) in lcl_setDefaultWritingMode() 1299 … uno::Reference< beans::XPropertySet > xAnchorProps( xAnchor, uno::UNO_QUERY ); in lcl_setDefaultWritingMode() 1304 … uno::Reference< text::XText > xText( xAnchor->getText() ); in lcl_setDefaultWritingMode()
|
/aoo4110/main/sw/source/core/unocore/ |
H A D | unotext.cxx | 1604 const uno::Reference< beans::XPropertySet > xAnchor( in appendTextContent() local 1606 if (xAnchor.is()) in appendTextContent() 1610 xAnchor->setPropertyValue( in appendTextContent()
|
/aoo4110/main/sw/qa/complex/writer/ |
H A D | TextPortionEnumerationTest.java | 3145 XTextRange xAnchor = xMeta.getAnchor(); in testMetaXText() local 3146 assertNotNull("getAnchor(): null", xAnchor); in testMetaXText()
|
/aoo4110/main/sfx2/source/doc/ |
H A D | docfile.cxx | 3069 String aNameP = pImp->xAnchor->GetViewURL(); in RefreshName_Impl()
|