/aoo42x/main/sd/source/ui/slidesorter/view/ |
H A D | SlsLayouter.cxx | 95 virtual Layouter::Orientation GetOrientation (void) const = 0; 248 virtual Layouter::Orientation GetOrientation (void) const; 274 virtual Layouter::Orientation GetOrientation (void) const; 301 virtual Layouter::Orientation GetOrientation (void) const; 387 if (eOrientation != mpImplementation->GetOrientation()) in Rearrange() 1220 Layouter::Orientation HorizontalImplementation::GetOrientation (void) const in GetOrientation() function in sd::slidesorter::view::HorizontalImplementation 1299 Layouter::Orientation VerticalImplementation::GetOrientation (void) const in GetOrientation() function in sd::slidesorter::view::VerticalImplementation 1370 Layouter::Orientation GridImplementation::GetOrientation (void) const in GetOrientation() function in sd::slidesorter::view::GridImplementation
|
H A D | SlideSorterView.cxx | 436 switch (pDockingWindow->GetOrientation()) in UpdateOrientation() 645 Layouter::Orientation SlideSorterView::GetOrientation (void) const in GetOrientation() function in sd::slidesorter::view::SlideSorterView
|
/aoo42x/main/sc/source/ui/unoobj/ |
H A D | dapiuno.cxx | 1819 … if(maOrient.hasValue() && (pDim->GetOrientation() == maOrient.get< DataPilotFieldOrientation >())) in getElementNames() 2096 (pDim->GetOrientation() != DataPilotFieldOrientation_HIDDEN) && in setOrientation() 2113 if ( pOneDim->GetOrientation() == DataPilotFieldOrientation_HIDDEN ) in setOrientation() 2144 if( pDim->GetOrientation() != DataPilotFieldOrientation_DATA ) in getFunction() 2164 if( pDim->GetOrientation() != DataPilotFieldOrientation_DATA ) in setFunction() 2187 if( pDim->GetOrientation() != DataPilotFieldOrientation_DATA ) in getSubtotals() 2208 if( pDim->GetOrientation() != DataPilotFieldOrientation_DATA ) in setSubtotals() 2705 if ( pSaveDimension->GetOrientation() == DataPilotFieldOrientation_HIDDEN ) in createNameGroup() 2708 pSaveDimension->SetOrientation( pOldDimension->GetOrientation() ); in createNameGroup() 2816 if( rSaveDim.GetOrientation() == DataPilotFieldOrientation_HIDDEN ) in createDateGroup() [all …]
|
/aoo42x/main/sc/source/core/data/ |
H A D | dpsave.cxx | 976 if ( pDim->GetOrientation() == nOrientation && !pDim->IsDataLayout() ) in GetInnermostDimension() 988 if (pDim->GetOrientation() == eOrientation && !pDim->IsDataLayout()) in GetFirstDimension() 1002 if ( pDim->GetOrientation() == sheet::DataPilotFieldOrientation_DATA ) in GetDataDimensionCount() 1013 sal_uInt16 nOrient = pDim->GetOrientation(); in SetPosition() 1021 if ( ((ScDPSaveDimension*)aDimList.GetObject(nInsPos))->GetOrientation() == nOrient ) in SetPosition() 1210 if ( pDim->GetOrientation() != sheet::DataPilotFieldOrientation_HIDDEN && !pDim->IsDataLayout() ) in IsEmpty()
|
/aoo42x/main/sc/source/ui/view/ |
H A D | dbfunc3.cxx | 1118 … if ( pSaveDimension->GetOrientation() == sheet::DataPilotFieldOrientation_HIDDEN ) in DateGroupDataPilot() 1121 pSaveDimension->SetOrientation( pOldDimension->GetOrientation() ); in DateGroupDataPilot() 1311 if ( pSaveDimension->GetOrientation() == sheet::DataPilotFieldOrientation_HIDDEN ) in GroupDataPilot() 1314 pSaveDimension->SetOrientation( pOldDimension->GetOrientation() ); in GroupDataPilot() 2022 sal_uInt16 nDimOrient = pDim->GetOrientation(); in HasSelectionForDrillDown() 2062 if ( pNewDim->GetOrientation() == sheet::DataPilotFieldOrientation_DATA ) in SetDataPilotDetails() 2069 sal_uInt16 nOrientation = pDim->GetOrientation(); in SetDataPilotDetails() 2076 if ( pDataLayout->GetOrientation() == nOrientation && in SetDataPilotDetails()
|
/aoo42x/main/sd/source/ui/func/ |
H A D | fupage.cxx | 212 aPageItem.SetLandscape( mpPage->GetOrientation() == ORIENTATION_LANDSCAPE ? sal_True: sal_False ); in ExecuteDialog() 511 Orientation eOrientation = mpPage->GetOrientation(); in ApplyItemSet() 523 if( mpPage->GetOrientation() != eOrientation ) in ApplyItemSet()
|
/aoo42x/main/sd/source/ui/slidesorter/controller/ |
H A D | SlideSorterController.cxx | 505 if ((mrSlideSorter.GetView().GetOrientation()==view::Layouter::HORIZONTAL) in Command() 839 mrView.GetOrientation() != view::Layouter::VERTICAL, in Rearrange() 840 mrView.GetOrientation() != view::Layouter::HORIZONTAL); in Rearrange()
|
/aoo42x/main/sw/source/core/text/ |
H A D | inftxt.cxx | 676 pBlink->Insert( aPoint, &rPor, GetTxtFrm(), pFnt->GetOrientation() ); in _DrawText() 892 pFnt->SetVertical( pOldFnt->GetOrientation() ); in lcl_DrawSpecial() 905 const sal_uInt16 nDir = pFnt->GetOrientation( rInf.GetTxtFrm()->IsVertical() ); in lcl_DrawSpecial() 1110 switch ( pFnt->GetOrientation( GetTxtFrm()->IsVertical() ) ) in DrawPostIts() 1930 const sal_Bool bRotation = (sal_Bool)pFnt->GetOrientation() && in SwDefFontSave()
|
H A D | txtfld.cxx | 561 pNumFnt->SetVertical( pNumFnt->GetOrientation(), in NewNumberPortion() 609 pNumFnt->SetVertical( pNumFnt->GetOrientation(), pFrm->IsVertical() ); in NewNumberPortion()
|
/aoo42x/main/svtools/workben/ |
H A D | svdem.cxx | 99 short GetOrientation() const { return (short)GetThumbPos(); } in GetOrientation() function in OrientSlider 307 if ( rFont.GetOrientation() ) in Paint() 309 aText.Append( String::CreateFromInt32( rFont.GetOrientation()/10 ) ); in Paint() 513 aFont.SetOrientation( aLineOrientSlider.GetOrientation() ); in SetAttr()
|
/aoo42x/main/sw/source/core/txtnode/ |
H A D | swfont.cxx | 156 sal_uInt16 SwFont::GetOrientation( const sal_Bool bVertFormat ) const in GetOrientation() function in SwFont 158 return UnMapDirection( aSub[nActual].GetOrientation(), bVertFormat ); in GetOrientation() 166 if( nDir != aSub[0].GetOrientation() ) in SetVertical() 1108 GetOrientation(), rInf.GetFrm() && rInf.GetFrm()->IsVertical() ); in CalcEsc()
|
/aoo42x/main/sd/source/ui/view/ |
H A D | DocumentRenderer.cxx | 754 Orientation GetOrientation (void) const { return meOrientation; } in GetOrientation() function in sd::__anon8008008b0111::PrinterPage 1370 const Orientation eSavedOrientation (rPrinter.GetOrientation()); in PrintPage() 1377 if ( ! rPrinter.SetOrientation(pPage->GetOrientation())) in PrintPage() 1451 rInfo.meOrientation = pDocument->GetSdPage(0, ePageKind)->GetOrientation(); in SetupPaperOrientation() 1886 rInfo.meOrientation = rMaster.GetOrientation(); in PrepareHandout()
|
H A D | viewshe2.cxx | 562 pPage->GetOrientation(), in SetPageSizeAndBorder() 613 pPage->GetOrientation(), in SetPageSizeAndBorder()
|
/aoo42x/main/sc/source/filter/xml/ |
H A D | XMLExportDataPilot.cxx | 702 (sheet::DataPilotFieldOrientation) pDim->GetOrientation() ); in WriteDimension() 705 if (pDim->GetOrientation() == sheet::DataPilotFieldOrientation_PAGE) in WriteDimension() 721 if( pDim->GetOrientation() != sheet::DataPilotFieldOrientation_DATA ) in WriteDimension()
|
/aoo42x/main/sd/source/core/ |
H A D | drawdoc3.cxx | 484 Orientation eOrient = pRefPage->GetOrientation(); in InsertBookmarkAsPage() 492 Orientation eNOrient = pRefPage->GetOrientation(); in InsertBookmarkAsPage() 1951 pMaster->SetOrientation( rOldMaster.GetOrientation() ); in SetMasterPage() 1965 pNotesMaster->SetOrientation( rOldNotesMaster.GetOrientation() ); in SetMasterPage()
|
/aoo42x/main/sc/source/filter/excel/ |
H A D | xepivot.cxx | 1069 …otFieldOrientation eOrient = static_cast< DataPilotFieldOrientation >( rSaveDim.GetOrientation() ); in SetPropertiesFromDim() 1288 if( pSaveDim->GetOrientation() == DataPilotFieldOrientation_DATA ) in XclExpPivotTable() 1294 if( pSaveDim->GetOrientation() != DataPilotFieldOrientation_DATA ) in XclExpPivotTable() 1405 …otFieldOrientation eOrient = static_cast< DataPilotFieldOrientation >( rSaveDim.GetOrientation() ); in SetFieldPropertiesFromDim()
|
/aoo42x/main/svtools/source/filter/wmf/ |
H A D | winmtf.cxx | 566 rFont.SetOrientation( 3600 - rFont.GetOrientation() ); in ImplMap() 1562 fOrientation += aTmp.GetOrientation(); in DrawText() 1593 rPosition.X() -= (sal_Int32)( fLenght * cos( maFont.GetOrientation() * F_PI1800 ) ); in DrawText() 1594 rPosition.Y() -= (sal_Int32)(-( fLenght * sin( maFont.GetOrientation() * F_PI1800 ) ) ); in DrawText()
|
/aoo42x/main/sdext/source/presenter/ |
H A D | PresenterSlideSorter.cxx | 123 Orientation GetOrientation (void) const; 858 if (mpLayout->GetOrientation() == Layout::Vertical) in PlaceScrollBars() 1421 if (GetOrientation() == Layout::Vertical) in IsScrollBarNeeded() 1632 PresenterSlideSorter::Layout::GetOrientation (void) const in GetOrientation() function in sdext::presenter::PresenterSlideSorter::Layout
|
/aoo42x/main/sd/source/ui/inc/ |
H A D | PaneDockingWindow.hxx | 76 Orientation GetOrientation (void) const;
|
/aoo42x/main/tools/source/generic/ |
H A D | b3dtrans.cxx | 657 aVec *= GetOrientation(); in WorldToEyeCoor() 750 aVec *= GetOrientation(); in ObjectToEyeCoor()
|
/aoo42x/main/vcl/inc/vcl/ |
H A D | cursor.hxx | 102 short GetOrientation() const { return mnOrientation; } in GetOrientation() function in Cursor
|
H A D | font.hxx | 94 short GetOrientation() const;
|
/aoo42x/main/sd/source/ui/dlg/ |
H A D | PaneDockingWindow.cxx | 132 PaneDockingWindow::Orientation PaneDockingWindow::GetOrientation (void) const in GetOrientation() function in sd::PaneDockingWindow
|
/aoo42x/main/editeng/source/items/ |
H A D | paperinf.cxx | 90 const Orientation eOrient = pPrinter->GetOrientation(); in GetPaperSize()
|
/aoo42x/main/sfx2/source/view/ |
H A D | viewprn.cxx | 516 Orientation eOldOri = pDocPrinter->GetOrientation(); in SetPrinter_Impl() 520 Orientation eNewOri = pNewPrinter->GetOrientation(); in SetPrinter_Impl()
|