Home
last modified time | relevance | path

Searched refs:bIsVertical (Results 1 – 25 of 37) sorted by relevance

12

/dports/editors/libreoffice/libreoffice-7.2.6.2/editeng/source/uno/
H A Dunoedhlp.cxx234 …nt SvxEditSourceHelper::EEToUserSpace( const Point& rPoint, const Size& rEESize, bool bIsVertical ) in EEToUserSpace() argument
236 return bIsVertical ? Point( -rPoint.Y() + rEESize.Height(), rPoint.X() ) : rPoint; in EEToUserSpace()
239 …nt SvxEditSourceHelper::UserSpaceToEE( const Point& rPoint, const Size& rEESize, bool bIsVertical ) in UserSpaceToEE() argument
241 return bIsVertical ? Point( rPoint.Y(), -rPoint.X() + rEESize.Height() ) : rPoint; in UserSpaceToEE()
244 …SourceHelper::EEToUserSpace( const tools::Rectangle& rRect, const Size& rEESize, bool bIsVertical ) in EEToUserSpace() argument
246 return bIsVertical ? tools::Rectangle( EEToUserSpace(rRect.BottomLeft(), rEESize, bIsVertical), in EEToUserSpace()
247 EEToUserSpace(rRect.TopRight(), rEESize, bIsVertical) ) : rRect; in EEToUserSpace()
H A Dunofored.cxx297 bool bIsVertical( rEditEngine.IsVertical() ); in GetCharBounds() local
314 aLast = SvxEditSourceHelper::EEToUserSpace( aLast, aSize, bIsVertical ); in GetCharBounds()
323 if( bIsVertical) in GetCharBounds()
334 aSize, bIsVertical ); in GetCharBounds()
H A Dunoforou.cxx283 bool bIsVertical( rOutliner.IsVertical() ); in GetCharBounds() local
300 aLast = SvxEditSourceHelper::EEToUserSpace( aLast, aSize, bIsVertical ); in GetCharBounds()
309 if( bIsVertical) in GetCharBounds()
320 aSize, bIsVertical ); in GetCharBounds()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/editeng/source/uno/
H A Dunoedhlp.cxx238 …nt SvxEditSourceHelper::EEToUserSpace( const Point& rPoint, const Size& rEESize, bool bIsVertical ) in EEToUserSpace() argument
240 return bIsVertical ? Point( -rPoint.Y() + rEESize.Height(), rPoint.X() ) : rPoint; in EEToUserSpace()
243 …nt SvxEditSourceHelper::UserSpaceToEE( const Point& rPoint, const Size& rEESize, bool bIsVertical ) in UserSpaceToEE() argument
245 return bIsVertical ? Point( rPoint.Y(), -rPoint.X() + rEESize.Height() ) : rPoint; in UserSpaceToEE()
248 …SourceHelper::EEToUserSpace( const tools::Rectangle& rRect, const Size& rEESize, bool bIsVertical ) in EEToUserSpace() argument
250 return bIsVertical ? tools::Rectangle( EEToUserSpace(rRect.BottomLeft(), rEESize, bIsVertical), in EEToUserSpace()
251 EEToUserSpace(rRect.TopRight(), rEESize, bIsVertical) ) : rRect; in EEToUserSpace()
H A Dunofored.cxx299 bool bIsVertical( rEditEngine.IsVertical() ); in GetCharBounds() local
316 aLast = SvxEditSourceHelper::EEToUserSpace( aLast, aSize, bIsVertical ); in GetCharBounds()
325 if( bIsVertical) in GetCharBounds()
336 aSize, bIsVertical ); in GetCharBounds()
H A Dunoforou.cxx286 bool bIsVertical( rOutliner.IsVertical() ); in GetCharBounds() local
303 aLast = SvxEditSourceHelper::EEToUserSpace( aLast, aSize, bIsVertical ); in GetCharBounds()
312 if( bIsVertical) in GetCharBounds()
323 aSize, bIsVertical ); in GetCharBounds()
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/editeng/
H A Dunoedhlp.hxx110 static Point EEToUserSpace( const Point& rPoint, const Size& rEESize, bool bIsVertical );
130 static Point UserSpaceToEE( const Point& rPoint, const Size& rEESize, bool bIsVertical );
150 …s::Rectangle EEToUserSpace( const tools::Rectangle& rRect, const Size& rEESize, bool bIsVertical );
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/editeng/
H A Dunoedhlp.hxx111 static Point EEToUserSpace( const Point& rPoint, const Size& rEESize, bool bIsVertical );
131 static Point UserSpaceToEE( const Point& rPoint, const Size& rEESize, bool bIsVertical );
151 …s::Rectangle EEToUserSpace( const tools::Rectangle& rRect, const Size& rEESize, bool bIsVertical );
/dports/editors/libreoffice/libreoffice-7.2.6.2/chart2/source/tools/
H A DTitleHelper.cxx51 bool bIsVertical = DiagramHelper::getVertical( xDiagram, bDummy, bDummy ); in lcl_getTitleParentFromDiagram() local
54 nTitleIndex = bIsVertical ? TitleHelper::X_AXIS_TITLE : TitleHelper::Y_AXIS_TITLE; in lcl_getTitleParentFromDiagram()
56 nTitleIndex = bIsVertical ? TitleHelper::Y_AXIS_TITLE : TitleHelper::X_AXIS_TITLE; in lcl_getTitleParentFromDiagram()
278 bool bIsVertical = DiagramHelper::getVertical( xDiagram, bDummy, bDummy ); in createTitle() local
283 if( (!bIsVertical && eTitleType == TitleHelper::Y_AXIS_TITLE) in createTitle()
284 || (bIsVertical && eTitleType == TitleHelper::X_AXIS_TITLE) in createTitle()
285 || (!bIsVertical && eTitleType == TitleHelper::SECONDARY_Y_AXIS_TITLE) in createTitle()
286 || (bIsVertical && eTitleType == TitleHelper::SECONDARY_X_AXIS_TITLE) ) in createTitle()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/chart2/source/tools/
H A DTitleHelper.cxx51 bool bIsVertical = DiagramHelper::getVertical( xDiagram, bDummy, bDummy ); in lcl_getTitleParentFromDiagram() local
54 nTitleIndex = bIsVertical ? TitleHelper::X_AXIS_TITLE : TitleHelper::Y_AXIS_TITLE; in lcl_getTitleParentFromDiagram()
56 nTitleIndex = bIsVertical ? TitleHelper::Y_AXIS_TITLE : TitleHelper::X_AXIS_TITLE; in lcl_getTitleParentFromDiagram()
278 bool bIsVertical = DiagramHelper::getVertical( xDiagram, bDummy, bDummy ); in createTitle() local
283 if( (!bIsVertical && eTitleType == TitleHelper::Y_AXIS_TITLE) in createTitle()
284 || (bIsVertical && eTitleType == TitleHelper::X_AXIS_TITLE) in createTitle()
285 || (!bIsVertical && eTitleType == TitleHelper::SECONDARY_Y_AXIS_TITLE) in createTitle()
286 || (bIsVertical && eTitleType == TitleHelper::SECONDARY_X_AXIS_TITLE) ) in createTitle()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sd/source/ui/slidesorter/controller/
H A DSlsScrollBarManager.cxx547 bool bIsVertical (false); in Scroll() local
550 case Orientation_Horizontal: bIsVertical = false; break; in Scroll()
551 case Orientation_Vertical: bIsVertical = true; break; in Scroll()
564 if (bIsVertical) in Scroll()
570 if (bIsVertical) in Scroll()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sd/source/ui/slidesorter/controller/
H A DSlsScrollBarManager.cxx546 bool bIsVertical (false); in Scroll() local
549 case Orientation_Horizontal: bIsVertical = false; break; in Scroll()
550 case Orientation_Vertical: bIsVertical = true; break; in Scroll()
563 if (bIsVertical) in Scroll()
569 if (bIsVertical) in Scroll()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sd/source/ui/slidesorter/view/
H A DSlsLayouter.cxx166 const bool bIsVertical,
671 const bool bIsVertical, in CalculateGeometricPosition() argument
688 if (bIsVertical) in CalculateGeometricPosition()
708 if (bIsVertical) in CalculateGeometricPosition()
729 if (bIsVertical) in CalculateGeometricPosition()
746 const sal_Int32 nRequiredSpace (bIsVertical ? rIndicatorSize.Height():rIndicatorSize.Width()); in CalculateGeometricPosition()
769 if (bIsVertical) in CalculateGeometricPosition()
H A DSlsInsertAnimator.cxx321 const bool bIsVertical (rLayouter.GetColumnCount()==1); in UpdateOffsets() local
322 const sal_Int32 nLocalInsertIndex(bIsVertical in UpdateOffsets()
340 if (bIsVertical) in UpdateOffsets()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sd/source/ui/slidesorter/view/
H A DSlsLayouter.cxx166 const bool bIsVertical,
667 const bool bIsVertical, in CalculateGeometricPosition() argument
684 if (bIsVertical) in CalculateGeometricPosition()
704 if (bIsVertical) in CalculateGeometricPosition()
725 if (bIsVertical) in CalculateGeometricPosition()
742 const sal_Int32 nRequiredSpace (bIsVertical ? rIndicatorSize.Height():rIndicatorSize.Width()); in CalculateGeometricPosition()
765 if (bIsVertical) in CalculateGeometricPosition()
H A DSlsInsertAnimator.cxx320 const bool bIsVertical (rLayouter.GetColumnCount()==1); in UpdateOffsets() local
321 const sal_Int32 nLocalInsertIndex(bIsVertical in UpdateOffsets()
339 if (bIsVertical) in UpdateOffsets()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/ui/drawfunc/
H A Dfuconrec.cxx405 bool bIsVertical(SID_DRAW_CAPTION_VERTICAL == nID); in CreateDefaultObject() local
407 pCaptionObj->SetVerticalWriting(bIsVertical); in CreateDefaultObject()
409 if(bIsVertical) in CreateDefaultObject()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/ui/drawfunc/
H A Dfuconrec.cxx404 bool bIsVertical(SID_DRAW_CAPTION_VERTICAL == nID); in CreateDefaultObject() local
406 pCaptionObj->SetVerticalWriting(bIsVertical); in CreateDefaultObject()
408 if(bIsVertical) in CreateDefaultObject()
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/inc/win/
H A DDWriteTextRenderer.hxx91 … float fHScale, const GenericSalLayout& rLayout, const D2D1_POINT_2F& rBaseline, bool bIsVertical);
/dports/editors/libreoffice/libreoffice-7.2.6.2/chart2/source/controller/main/
H A DDrawCommandDispatch.cxx498 bool bIsVertical( nID == COMMAND_ID_DRAW_CAPTION_VERTICAL ); in createDefaultObject() local
499 pCaptionObj->SetVerticalWriting( bIsVertical ); in createDefaultObject()
500 if ( bIsVertical ) in createDefaultObject()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/chart2/source/controller/main/
H A DDrawCommandDispatch.cxx504 bool bIsVertical( nID == COMMAND_ID_DRAW_CAPTION_VERTICAL ); in createDefaultObject() local
505 pCaptionObj->SetVerticalWriting( bIsVertical ); in createDefaultObject()
506 if ( bIsVertical ) in createDefaultObject()
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/win/gdi/
H A DDWriteTextRenderer.cxx393 bool bIsVertical) in WinFontTransformGuard() argument
406 if (bIsVertical) in WinFontTransformGuard()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/editeng/inc/
H A Deditdoc.hxx744 bool bIsVertical:1; member in EditDoc
776 { bIsVertical = bVertical; bIsTopToBottomVert = bVertical && bTopToBottom; } in SetVertical()
777 bool IsVertical() const { return bIsVertical; } in IsVertical()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/ui/vba/
H A Dvbachart.cxx927 bool bIsVertical = true; in getSolidType() local
928 mxDiagramPropertySet->getPropertyValue(VERTICAL) >>= bIsVertical; in getSolidType()
938 if (bIsVertical) in getSolidType()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sd/source/ui/func/
H A Dfuconrec.cxx980 bool bIsVertical(SID_DRAW_CAPTION_VERTICAL == nID); in CreateDefaultObject() local
982 pCaptionObj->SetVerticalWriting(bIsVertical); in CreateDefaultObject()
984 if(bIsVertical) in CreateDefaultObject()

12