/aoo4110/main/chart2/source/tools/ |
H A D | RelativePositionHelper.cxx | 41 if( rPosition.Anchor != aNewAnchor ) in getReanchoredPosition() 47 switch( rPosition.Anchor ) in getReanchoredPosition() 270 switch( rInOutPosition.Anchor ) in centerGrow() 292 switch( rInOutPosition.Anchor ) in centerGrow() 314 OSL_ASSERT( rInOutPosition.Anchor == aPos.Anchor ); in centerGrow()
|
H A D | DiagramHelper.cxx | 1647 aNewPos.Anchor = drawing::Alignment_TOP_LEFT; in setDiagramPositioning() 1667 bChanged = (aOldPos.Anchor!=aNewPos.Anchor) || in setDiagramPositioning() 1698 … = RelativePositionHelper::getUpperLeftCornerOfAnchoredObject( aAbsPos, aAbsSize, aRelPos.Anchor ); in getDiagramRectangleFromModel()
|
/aoo4110/main/offapi/com/sun/star/chart2/ |
H A D | RelativePosition.idl | 69 <p>The Anchor indicates which point of the placed object 72 <p>For example if Anchor is TOP_LEFT the top left corner of an object will 73 … be placed at the given coorediantes. If Anchor is RIGHT the right middle corner of the object will 76 ::com::sun::star::drawing::Alignment Anchor;
|
/aoo4110/main/chart2/source/controller/main/ |
H A D | PositionAndSizeHelper.cxx | 63 aRelativePosition.Anchor = drawing::Alignment_CENTER; in moveObject() 74 aRelativePosition.Anchor = drawing::Alignment_TOP_LEFT; in moveObject() 117 aRelativePosition.Anchor = drawing::Alignment_CENTER; in moveObject()
|
/aoo4110/main/offapi/com/sun/star/text/ |
H A D | TextFrame.idl | 137 E.g.: Anchor resides in the document body then the frame doesn't leave 144 E.g.: Anchor resides in the document body then the frame stays on page, 151 given by its anchor. E.g.: Anchor resides in the page header then the 153 determined by the document page, the anchor is on. E.g.: Anchor resides
|
/aoo4110/main/sw/source/ui/docvw/ |
H A D | SidebarWin.cxx | 574 if ( pWin && pWin->Anchor() ) in SetPosAndSize() 576 pWin->Anchor()->SetAnchorState(AS_END); in SetPosAndSize() 1216 if ( pWin && pWin->Anchor() ) in SetViewState() 1219 pWin->Anchor()->SetAnchorState(AS_END); in SetViewState() 1259 pTopWinSelf->Anchor() ) in SetViewState() 1263 pTopWinSelf->Anchor()->setLineSolid(false); in SetViewState() 1269 pTopWinSelf->Anchor()->SetAnchorState(AS_ALL); in SetViewState()
|
H A D | PostItMgr.cxx | 1637 const long aAnchorX = pFirstPostIt->Anchor() in CorrectPositions() 1638 … ? mpEditWin->LogicToPixel( Point((long)(pFirstPostIt->Anchor()->GetSixthPosition().getX()),0)).X() in CorrectPositions() 1640 const long aAnchorY = pFirstPostIt->Anchor() in CorrectPositions() 1641 …? mpEditWin->LogicToPixel( Point(0,(long)(pFirstPostIt->Anchor()->GetSixthPosition().getY()))).Y()… in CorrectPositions() 1652 if ( (*i)->bShow && (*i)->pPostIt && (*i)->pPostIt->Anchor() ) in CorrectPositions() 1655 …? mpEditWin->LogicToPixel( Point((long)((*i)->pPostIt->Anchor()->GetSeventhPosition().getX()),0)).… in CorrectPositions() 1656 …: mpEditWin->LogicToPixel( Point((long)((*i)->pPostIt->Anchor()->GetSixthPosition().getX()),0)).X(… in CorrectPositions() 1657 …aAnchorPosY = mpEditWin->LogicToPixel( Point(0,(long)((*i)->pPostIt->Anchor()->GetSixthPosition().… in CorrectPositions()
|
/aoo4110/main/sdext/source/presenter/ |
H A D | PresenterToolBar.hxx | 89 enum Anchor { Left, Center, Right }; enum in sdext::presenter::PresenterToolBar 96 const Anchor eAnchor); 193 const Anchor meAnchor;
|
/aoo4110/main/migrationanalysis/src/driver_docs/sources/word/ |
H A D | Preparation.bas | 69 … shapetop(I) = myshape.top + myshape.Anchor.Information(wdVerticalPositionRelativeToPage) 109 … temptop = myshape.top + myshape.Anchor.Information(wdVerticalPositionRelativeToPage)
|
/aoo4110/main/svx/source/svdraw/ |
H A D | svdhdl.cxx | 254 case Anchor: // #101688# AnchorTR for SW in GetBitmapEx() 539 eKindOfMarker = Anchor; in CreateB2dIAObject() 649 case Anchor: eRetval = AnchorPressed; break; in GetNextBigger() 696 case Anchor: in CreateOverlayObject() 722 if(Anchor != eKindOfMarker && AnchorTR != eKindOfMarker) in CreateOverlayObject() 771 if(eKindOfMarker == Anchor || eKindOfMarker == AnchorPressed) in CreateOverlayObject() 799 if(eKindOfMarker == Anchor || eKindOfMarker == AnchorPressed) in CreateOverlayObject()
|
/aoo4110/main/cui/source/tabpages/ |
H A D | transfrm.src | 241 // Anchor 248 Text [ en-US ] = "Anchor" ; 255 Text [ en-US ] = "~Anchor" ;
|
H A D | swpossizetabpage.src | 112 Text [ en-US ] = "Anchor" ;
|
/aoo4110/main/odk/examples/OLE/delphi/InsertTables/ |
H A D | SampleCode.pas | 292 JumpToBookmark := oBookmark.Anchor.Text.createTextCursorByRange( 293 oBookmark.Anchor );
|
/aoo4110/main/oovbaapi/ooo/vba/excel/ |
H A D | XHyperlinks.idl | 46 [in] any Anchor,
|
H A D | SheetObject.idl | 68 /** Anchor mode of the object (fixed or variable position and size). Must
|
/aoo4110/main/qadevOOo/objdsc/sc/ |
H A D | com.sun.star.comp.office.ScShapeObj.csv | 16 "ScShapeObj";"com::sun::star::sheet::Shape";"Anchor"
|
/aoo4110/main/sw/inc/ |
H A D | SidebarWin.hxx | 94 inline ::sw::sidebarwindows::AnchorOverlayObject* Anchor() { return mpAnchor;} in Anchor() function in sw::sidebarwindows::SwSidebarWin
|
/aoo4110/main/offapi/com/sun/star/office/ |
H A D | XAnnotation.idl | 73 [attribute, readonly] any Anchor;
|
/aoo4110/main/offapi/com/sun/star/sheet/ |
H A D | Shape.idl | 48 [property] com::sun::star::uno::XInterface Anchor;
|
/aoo4110/main/oox/source/drawingml/chart/ |
H A D | titleconverter.cxx | 232 eRelPos.Anchor = Alignment_TOP_RIGHT; in convertFromModel()
|
/aoo4110/main/svx/inc/svx/ |
H A D | svdhdl.hxx | 133 Anchor, enumerator
|
/aoo4110/main/chart2/source/controller/chartapiwrapper/ |
H A D | LegendWrapper.cxx | 321 aRelativePosition.Anchor = drawing::Alignment_TOP_LEFT; in setPosition()
|
H A D | TitleWrapper.cxx | 253 aRelativePosition.Anchor = drawing::Alignment_TOP_LEFT; in setPosition()
|
/aoo4110/main/sw/source/ui/utlui/ |
H A D | attrdesc.src | 131 Text [ en-US ] = "(Anchor only)" ;
|
/aoo4110/main/oox/source/vml/ |
H A D | vmlshapecontext.cxx | 201 …case VMLX_TOKEN( Anchor ): mrClientData.maAnchor = maElementText; … in onEndElement()
|