Home
last modified time | relevance | path

Searched refs:rAnchor (Results 1 – 25 of 58) sorted by path

123

/trunk/main/autodoc/source/display/idl/
H A Dhfi_property.cxx426 rAnchor = CurOut() in write_Title() local
431 aText(Env(), rAnchor, true); in write_Title()
/trunk/main/oox/inc/oox/xls/
H A Ddrawingbase.hxx96 void importVmlAnchor( const ::rtl::OUString& rAnchor );
/trunk/main/oox/source/xls/
H A Ddrawingbase.cxx165 void ShapeAnchor::importVmlAnchor( const OUString& rAnchor ) in importVmlAnchor() argument
173 aTokens.push_back( rAnchor.getToken( 0, ',', nIndex ).trim() ); in importVmlAnchor()
H A Ddrawingmanager.cxx169 inline BiffInputStream& operator>>( BiffInputStream& rStrm, ShapeAnchor& rAnchor ) in operator >>() argument
171 rAnchor.importBiffAnchor( rStrm ); in operator >>()
/trunk/main/sc/source/filter/excel/
H A Dxichart.cxx4127 Rectangle XclImpChartDrawing::CalcAnchorRect( const XclObjAnchor& rAnchor, bool bDffAnchor ) const in CalcAnchorRect() argument
4133 …static_cast< long >( static_cast< double >( bDffAnchor ? rAnchor.maFirst.mnCol : rAnchor.mnLX ) / … in CalcAnchorRect()
4134 …static_cast< long >( static_cast< double >( bDffAnchor ? rAnchor.maFirst.mnRow : rAnchor.mnTY ) / … in CalcAnchorRect()
4135 …static_cast< long >( static_cast< double >( bDffAnchor ? rAnchor.maLast.mnCol : rAnchor.mnRX ) / … in CalcAnchorRect()
4136 …static_cast< long >( static_cast< double >( bDffAnchor ? rAnchor.maLast.mnRow : rAnchor.mnBY ) / … in CalcAnchorRect()
H A Dxiescher.cxx388 void XclImpDrawObjBase::SetAnchor( const XclObjAnchor& rAnchor ) in SetAnchor() argument
390 maAnchor = rAnchor; in SetAnchor()
4046 Rectangle XclImpSheetDrawing::CalcAnchorRect( const XclObjAnchor& rAnchor, bool /*bDffAnchor*/ ) co… in CalcAnchorRect() argument
4048 return rAnchor.GetRect( GetRoot(), maScUsedArea.aStart.Tab(), MAP_100TH_MM ); in CalcAnchorRect()
/trunk/main/sc/source/filter/inc/
H A Dxichart.hxx1461 virtual Rectangle CalcAnchorRect( const XclObjAnchor& rAnchor, bool bDffAnchor ) const;
H A Dxiescher.hxx75 void SetAnchor( const XclObjAnchor& rAnchor );
1131 virtual Rectangle CalcAnchorRect( const XclObjAnchor& rAnchor, bool bDffAnchor ) const = 0;
1189 virtual Rectangle CalcAnchorRect( const XclObjAnchor& rAnchor, bool bDffAnchor ) const;
H A Dxlescher.hxx330 StreamType& operator>>( StreamType& rStrm, XclObjAnchor& rAnchor ) in operator >>() argument
333 >> rAnchor.maFirst.mnCol >> rAnchor.mnLX in operator >>()
334 >> rAnchor.maFirst.mnRow >> rAnchor.mnTY in operator >>()
335 >> rAnchor.maLast.mnCol >> rAnchor.mnRX in operator >>()
336 >> rAnchor.maLast.mnRow >> rAnchor.mnBY; in operator >>()
340 StreamType& operator<<( StreamType& rStrm, const XclObjAnchor& rAnchor ) in operator <<() argument
343 << rAnchor.maFirst.mnCol << rAnchor.mnLX in operator <<()
344 << rAnchor.maFirst.mnRow << rAnchor.mnTY in operator <<()
345 << rAnchor.maLast.mnCol << rAnchor.mnRX in operator <<()
346 << rAnchor.maLast.mnRow << rAnchor.mnBY; in operator <<()
/trunk/main/sc/source/ui/vba/
H A Dvbahyperlinks.cxx231 const uno::Any& rAnchor, const uno::Any& rAddress, const uno::Any& rSubAddress, in Add() argument
241 return mxSheetHlinks->Add( rAnchor, rAddress, rSubAddress, rScreenTip, rTextToDisplay ); in Add()
244 uno::Reference< XHelperInterface > xAnchor( rAnchor, uno::UNO_QUERY_THROW ); in Add()
H A Dvbahyperlinks.hxx122 … const css::uno::Any& rAnchor, const css::uno::Any& rAddress, const css::uno::Any& rSubAddress,
/trunk/main/sd/source/ui/inc/
H A DViewTabBar.hxx108 const ::com::sun::star::drawing::framework::TabBarButton& rAnchor)
161 const ::com::sun::star::drawing::framework::TabBarButton& rAnchor);
/trunk/main/sd/source/ui/slidesorter/view/
H A DSlsFramePainter.cxx174 const Point& rAnchor) const in PaintCorner()
177 rDevice.DrawBitmapEx(rAnchor+maOffset, maBitmap); in PaintCorner()
H A DSlsFramePainter.hxx82 void PaintCorner (OutputDevice& rDevice, const Point& rAnchor) const;
/trunk/main/sd/source/ui/view/
H A DViewTabBar.cxx316 const TabBarButton& rAnchor) in addTabBarButtonAfter() argument
320 AddTabBarButton(rButton, rAnchor); in addTabBarButtonAfter()
507 const ::com::sun::star::drawing::framework::TabBarButton& rAnchor) in AddTabBarButton()
511 if ( ! rAnchor.ResourceId.is() in AddTabBarButton()
512 || (rAnchor.ResourceId->getResourceURL().getLength() == 0 in AddTabBarButton()
513 && rAnchor.ButtonLabel.getLength() == 0)) in AddTabBarButton()
521 if (IsEqual(maTabBarButtons[nIndex], rAnchor)) in AddTabBarButton()
/trunk/main/sw/source/core/access/
H A Daccdoc.cxx681 const SwFmtAnchor& rAnchor = pFlyFrm->GetFmt()->GetAnchor(); in getExtendedAttributes() local
682 RndStdIds eAnchorId = rAnchor.GetAnchorId(); in getExtendedAttributes()
706 const SwFmtAnchor& rAnchor = pFmt->GetAnchor(); in getExtendedAttributes() local
707 if( FLY_AS_CHAR != rAnchor.GetAnchorId() ) in getExtendedAttributes()
741 const SwFmtAnchor& rAnchor = pFlyFrm->GetFmt()->GetAnchor(); in getExtendedAttributes() local
742 pPoint= rAnchor.GetCntntAnchor(); in getExtendedAttributes()
/trunk/main/sw/source/core/doc/
H A Ddbgoutsw.cxx474 const SwFmtAnchor & rAnchor = (*pFrmFmts)[nI]->GetAnchor(); in lcl_AnchoredFrames() local
475 const SwPosition * pPos = rAnchor.GetCntntAnchor(); in lcl_AnchoredFrames()
H A Ddocbm.cxx1511 const SwFmtAnchor& rAnchor = rFmt.GetAnchor(); in _SaveCntntIdx() local
1512 SwPosition const*const pAPos = rAnchor.GetCntntAnchor(); in _SaveCntntIdx()
1515 FLY_AT_PARA == rAnchor.GetAnchorId() ) || in _SaveCntntIdx()
1516 ( FLY_AT_CHAR == rAnchor.GetAnchorId() ) ) ) in _SaveCntntIdx()
1523 if ( FLY_AT_CHAR == rAnchor.GetAnchorId() ) in _SaveCntntIdx()
1557 const SwFmtAnchor& rAnchor = pFrmFmt->GetAnchor(); in _SaveCntntIdx() local
1558 SwPosition const*const pAPos = rAnchor.GetCntntAnchor(); in _SaveCntntIdx()
1560 ( FLY_AT_PARA == rAnchor.GetAnchorId() || in _SaveCntntIdx()
1561 FLY_AT_CHAR == rAnchor.GetAnchorId() ) ) in _SaveCntntIdx()
1565 if ( FLY_AT_CHAR == rAnchor.GetAnchorId() ) in _SaveCntntIdx()
H A Ddocfly.cxx960 const SwFmtAnchor& rAnchor = (*GetSpzFrmFmts())[ n ]->GetAnchor(); in Chainable() local
963 if ( ((rAnchor.GetAnchorId() == FLY_AT_PARA) || in Chainable()
964 (rAnchor.GetAnchorId() == FLY_AT_CHAR)) && in Chainable()
965 0 != rAnchor.GetCntntAnchor() && in Chainable()
967 rAnchor.GetCntntAnchor()->nNode.GetIndex() ) && in Chainable()
H A Ddoclay.cxx340 const SwFmtAnchor& rAnchor = pFmt->GetAnchor(); in DelLayoutFmt() local
341 if ((FLY_AS_CHAR == rAnchor.GetAnchorId()) && rAnchor.GetCntntAnchor()) in DelLayoutFmt()
343 const SwPosition* pPos = rAnchor.GetCntntAnchor(); in DelLayoutFmt()
1097 const SwFmtAnchor& rAnchor = pFly->GetAnchor(); in GetAllFlyFmts() local
1135 const SwFmtAnchor& rAnchor = pFly->GetAnchor(); in GetAllFlyFmts() local
1710 const SwFmtAnchor& rAnchor = pNewFmt->GetAnchor(); in lcl_InsertDrawLabel() local
1711 if ( FLY_AS_CHAR == rAnchor.GetAnchorId() ) in lcl_InsertDrawLabel()
1713 const SwPosition *pPos = rAnchor.GetCntntAnchor(); in lcl_InsertDrawLabel()
2172 rAnchor.GetCntntAnchor() ) in SetAllUniqueFlyNames()
2267 const SwFmtAnchor& rAnchor = pFmt->GetAnchor(); in IsInHeaderFooter() local
[all …]
/trunk/main/sw/source/core/docnode/
H A Dndtbl.cxx1719 const SwFmtAnchor& rAnchor = pFmt->GetAnchor(); in TableToText() local
1720 SwPosition const*const pAPos = rAnchor.GetCntntAnchor(); in TableToText()
1722 ((FLY_AT_PARA == rAnchor.GetAnchorId()) || in TableToText()
1723 (FLY_AT_CHAR == rAnchor.GetAnchorId())) && in TableToText()
H A Dnode.cxx503 const SwFmtAnchor& rAnchor = pFlyFmt->GetAnchor(); in IsProtect() local
504 return rAnchor.GetCntntAnchor() in IsProtect()
505 ? rAnchor.GetCntntAnchor()->nNode.GetNode().IsProtect() in IsProtect()
H A Dswbaslnk.cxx461 const SwFmtAnchor& rAnchor = pFmt->GetAnchor(); in GetAnchor() local
462 SwPosition const*const pAPos = rAnchor.GetCntntAnchor(); in GetAnchor()
464 ((FLY_AS_CHAR == rAnchor.GetAnchorId()) || in GetAnchor()
465 (FLY_AT_CHAR == rAnchor.GetAnchorId()) || in GetAnchor()
466 (FLY_AT_FLY == rAnchor.GetAnchorId()) || in GetAnchor()
467 (FLY_AT_PARA == rAnchor.GetAnchorId()))) in GetAnchor()
/trunk/main/sw/source/core/draw/
H A Ddview.cxx241 const SwFmtAnchor &rAnchor = pFrmFmt->GetAnchor(); in AddCustomHdl() local
244 if (FLY_AS_CHAR == rAnchor.GetAnchorId()) in AddCustomHdl()
253 if ( FLY_AT_CHAR == rAnchor.GetAnchorId() ) in AddCustomHdl()
/trunk/main/sw/source/core/edit/
H A Dautofmt.cxx382 const SwFmtAnchor& rAnchor = rFmts[ n ]->GetAnchor(); in HasObjects() local
383 if ((FLY_AT_PAGE != rAnchor.GetAnchorId()) && in HasObjects()
384 rAnchor.GetCntntAnchor() && in HasObjects()
385 &rAnchor.GetCntntAnchor()->nNode.GetNode() == &rNd ) in HasObjects()

Completed in 215 milliseconds

123