Home
last modified time | relevance | path

Searched refs:Anchor (Results 1 – 25 of 112) sorted by relevance

12345

/trunk/main/chart2/source/tools/
H A DRelativePositionHelper.cxx41 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 DDiagramHelper.cxx1647 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()
/trunk/main/offapi/com/sun/star/chart2/
H A DRelativePosition.idl69 <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;
/trunk/main/sw/source/ui/docvw/
H A DSidebarWin.cxx574 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 DPostItMgr.cxx1637 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()
/trunk/main/offapi/com/sun/star/text/
H A DTextFrame.idl137 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
/trunk/main/chart2/source/controller/main/
H A DPositionAndSizeHelper.cxx63 aRelativePosition.Anchor = drawing::Alignment_CENTER; in moveObject()
74 aRelativePosition.Anchor = drawing::Alignment_TOP_LEFT; in moveObject()
117 aRelativePosition.Anchor = drawing::Alignment_CENTER; in moveObject()
/trunk/main/sdext/source/presenter/
H A DPresenterToolBar.hxx89 enum Anchor { Left, Center, Right }; enum in sdext::presenter::PresenterToolBar
96 const Anchor eAnchor);
193 const Anchor meAnchor;
/trunk/main/svx/source/svdraw/
H A Dsvdhdl.cxx263 case Anchor: // #101688# AnchorTR for SW in GetBitmapEx()
555 eKindOfMarker = Anchor; in CreateB2dIAObject()
665 case Anchor: eRetval = AnchorPressed; break; in GetNextBigger()
712 case Anchor: in CreateOverlayObject()
738 if(Anchor != eKindOfMarker && AnchorTR != eKindOfMarker) in CreateOverlayObject()
787 if(eKindOfMarker == Anchor || eKindOfMarker == AnchorPressed) in CreateOverlayObject()
815 if(eKindOfMarker == Anchor || eKindOfMarker == AnchorPressed) in CreateOverlayObject()
/trunk/main/migrationanalysis/src/driver_docs/sources/word/
H A DPreparation.bas69 … shapetop(I) = myshape.top + myshape.Anchor.Information(wdVerticalPositionRelativeToPage)
109 … temptop = myshape.top + myshape.Anchor.Information(wdVerticalPositionRelativeToPage)
/trunk/main/cui/source/tabpages/
H A Dtransfrm.src242 // Anchor
249 Text [ en-US ] = "Anchor" ;
256 Text [ en-US ] = "~Anchor" ;
H A Dswpossizetabpage.src113 Text [ en-US ] = "Anchor" ;
/trunk/main/odk/examples/OLE/delphi/InsertTables/
H A DSampleCode.pas292 JumpToBookmark := oBookmark.Anchor.Text.createTextCursorByRange(
293 oBookmark.Anchor );
/trunk/main/oovbaapi/ooo/vba/excel/
H A DXHyperlinks.idl46 [in] any Anchor,
H A DXSheetObject.idl62 /** Anchor mode of the object (fixed or variable position and size). Must
/trunk/main/qadevOOo/java/OOoRunner/src/main/resources/objdsc/sc/
H A Dcom.sun.star.comp.office.ScShapeObj.csv16 "ScShapeObj";"com::sun::star::sheet::Shape";"Anchor"
/trunk/main/sw/inc/
H A DSidebarWin.hxx94 inline ::sw::sidebarwindows::AnchorOverlayObject* Anchor() { return mpAnchor;} in Anchor() function in sw::sidebarwindows::SwSidebarWin
/trunk/main/offapi/com/sun/star/sheet/
H A DShape.idl48 [property] com::sun::star::uno::XInterface Anchor;
/trunk/main/offapi/com/sun/star/office/
H A DXAnnotation.idl73 [attribute, readonly] any Anchor;
/trunk/main/oox/source/drawingml/chart/
H A Dtitleconverter.cxx232 eRelPos.Anchor = Alignment_TOP_RIGHT; in convertFromModel()
/trunk/main/svx/inc/svx/
H A Dsvdhdl.hxx136 Anchor, enumerator
/trunk/main/sw/source/ui/utlui/
H A Dattrdesc.src127 Text [ en-US ] = "(Anchor only)" ;
H A Dnavipi.src207 Text [ en-US ] = "Anchor<->Text" ;
/trunk/main/chart2/source/controller/chartapiwrapper/
H A DLegendWrapper.cxx321 aRelativePosition.Anchor = drawing::Alignment_TOP_LEFT; in setPosition()
/trunk/main/oox/source/vml/
H A Dvmlshapecontext.cxx201 …case VMLX_TOKEN( Anchor ): mrClientData.maAnchor = maElementText; … in onEndElement()

Completed in 112 milliseconds

12345