/aoo41x/main/odk/examples/DevelopersGuide/Spreadsheet/ |
H A D | ExampleDataPilotSource.java | 523 private com.sun.star.sheet.DataPilotFieldOrientation eOrientation; field in ExampleDimension 529 eOrientation = ( nDim == ExampleSettings.nValueDimension ) ? in ExampleDimension() 601 if ( eOrientation == com.sun.star.sheet.DataPilotFieldOrientation.COLUMN ) in setPropertyValue() 603 else if ( eOrientation == com.sun.star.sheet.DataPilotFieldOrientation.ROW ) in setPropertyValue() 611 eOrientation = eNewOrient; in setPropertyValue() 618 if ( eOrientation == com.sun.star.sheet.DataPilotFieldOrientation.COLUMN ) in setPropertyValue() 623 else if ( eOrientation == com.sun.star.sheet.DataPilotFieldOrientation.ROW ) in setPropertyValue() 646 return eOrientation; in getPropertyValue() 650 if ( eOrientation == com.sun.star.sheet.DataPilotFieldOrientation.COLUMN ) in getPropertyValue() 652 else if ( eOrientation == com.sun.star.sheet.DataPilotFieldOrientation.ROW ) in getPropertyValue()
|
/aoo41x/main/sd/source/ui/view/ |
H A D | DocumentRenderer.cxx | 729 const Orientation eOrientation, in PrinterPage() argument 737 meOrientation(eOrientation), in PrinterPage() 785 const Orientation eOrientation, in RegularPrinterPage() argument 788 rPageStringOffset, nDrawMode, eOrientation, nPaperTray), in RegularPrinterPage() 842 const Orientation eOrientation, in TiledPrinterPage() argument 845 rPageStringOffset, nDrawMode, eOrientation, nPaperTray), in TiledPrinterPage() 926 const Orientation eOrientation, in BookletPrinterPage() argument 929 Point(), nDrawMode, eOrientation, nPaperTray), in BookletPrinterPage() 1003 const Orientation eOrientation, in HandoutPrinterPage() argument 1006 rPageStringOffset, nDrawMode, eOrientation, nPaperTray), in HandoutPrinterPage() [all …]
|
H A D | viewshe2.cxx | 535 Orientation eOrientation, sal_uInt16 nPaperBin, in SetPageSizeAndBorder() argument 569 eOrientation, in SetPageSizeAndBorder() 589 pPage->SetOrientation(eOrientation); in SetPageSizeAndBorder() 620 eOrientation, in SetPageSizeAndBorder() 640 pPage->SetOrientation(eOrientation); in SetPageSizeAndBorder()
|
/aoo41x/main/sd/source/ui/slidesorter/controller/ |
H A D | SlsScrollBarManager.cxx | 657 const Orientation eOrientation, in Scroll() argument 662 switch (eOrientation) in Scroll() 667 OSL_ASSERT(eOrientation==Orientation_Horizontal || eOrientation==Orientation_Vertical); in Scroll()
|
/aoo41x/main/sd/source/ui/slidesorter/view/ |
H A D | SlsLayouter.cxx | 93 const Layouter::Orientation eOrientation); 380 const Orientation eOrientation, in Rearrange() argument 387 if (eOrientation != mpImplementation->GetOrientation()) in Rearrange() 388 mpImplementation.reset(Implementation::Create(*mpImplementation, eOrientation)); in Rearrange() 553 const Layouter::Orientation eOrientation) in Create() argument 555 switch (eOrientation) in Create()
|
H A D | SlideSorterView.cxx | 631 bool SlideSorterView::SetOrientation (const Layouter::Orientation eOrientation) in SetOrientation() argument 633 if (meOrientation != eOrientation) in SetOrientation() 635 meOrientation = eOrientation; in SetOrientation()
|
/aoo41x/main/sd/source/ui/func/ |
H A D | fupage.cxx | 511 Orientation eOrientation = mpPage->GetOrientation(); in ApplyItemSet() local 520 eOrientation = (((const SvxPageItem*) pPoolItem)->IsLandscape() == ORIENTATION_LANDSCAPE) ? in ApplyItemSet() 523 if( mpPage->GetOrientation() != eOrientation ) in ApplyItemSet() 594 …Border(ePageKind, aNewSize, nLeft, nRight, nUpper, nLower, bScaleAll, eOrientation, nPaperBin, bFu… in ApplyItemSet()
|
/aoo41x/main/svx/source/form/ |
H A D | formcontrolfactory.cxx | 420 sal_Int32 eOrientation = ScrollBarOrientation::HORIZONTAL; in initializeControlModel() local 422 eOrientation = ScrollBarOrientation::VERTICAL; in initializeControlModel() 423 … _rxControlModel->setPropertyValue( FM_PROP_ORIENTATION, makeAny( eOrientation ) ); in initializeControlModel()
|
/aoo41x/main/sc/source/filter/xml/ |
H A D | xmldrani.cxx | 121 eOrientation(table::TableOrientation_ROWS), in ScXMLDatabaseRangeContext() 186 eOrientation = table::TableOrientation_COLUMNS; in ScXMLDatabaseRangeContext() 361 aProperty.Value <<= eOrientation; in EndElement() 384 sal_Bool bOrientation(table::TableOrientation_COLUMNS == eOrientation); in EndElement()
|
H A D | XMLConverter.cxx | 193 const sheet::DataPilotFieldOrientation eOrientation, in GetStringFromOrientation() argument 197 switch( eOrientation ) in GetStringFromOrientation()
|
H A D | XMLConverter.hxx | 80 const ::com::sun::star::sheet::DataPilotFieldOrientation eOrientation,
|
H A D | xmldrani.hxx | 80 com::sun::star::table::TableOrientation eOrientation; member in ScXMLDatabaseRangeContext
|
/aoo41x/main/svx/source/items/ |
H A D | algitem.cxx | 392 SvxOrientationItem::SvxOrientationItem( const SvxCellOrientation eOrientation, in SvxOrientationItem() argument 394 SfxEnumItem( nId, (sal_uInt16)eOrientation ) in SvxOrientationItem()
|
/aoo41x/main/vcl/source/gdi/ |
H A D | print.cxx | 992 sal_Bool Printer::SetOrientation( Orientation eOrientation ) in SetOrientation() argument 997 if ( maJobSetup.ImplGetConstData()->meOrientation != eOrientation ) in SetOrientation() 1001 pSetupData->meOrientation = eOrientation; in SetOrientation()
|
H A D | pdfwriter.cxx | 53 sal_Int32 PDFWriter::NewPage( sal_Int32 nPageWidth, sal_Int32 nPageHeight, Orientation eOrientation… in NewPage() argument 55 return ((PDFWriterImpl*)pImplementation)->newPage( nPageWidth, nPageHeight, eOrientation ); in NewPage()
|
H A D | pdfwriter_impl.hxx | 133 …rImpl* pWriter, sal_Int32 nPageWidth, sal_Int32 nPageHeight, PDFWriter::Orientation eOrientation ); 1094 …Int32 newPage( sal_Int32 nPageWidth , sal_Int32 nPageHeight, PDFWriter::Orientation eOrientation );
|
/aoo41x/main/sd/source/ui/slidesorter/inc/controller/ |
H A D | SlsScrollBarManager.hxx | 185 const Orientation eOrientation,
|
/aoo41x/main/vcl/os2/source/gdi/ |
H A D | salprn.cxx | 860 Orientation eOrientation ) in ImplSetOrientation() argument 869 debug_printf( "ImplSetOrientation mhDC %x, %d", hPrinterDC, eOrientation); in ImplSetOrientation() 900 pDJP->ulValue = (eOrientation == ORIENTATION_PORTRAIT) in ImplSetOrientation()
|
/aoo41x/main/sd/source/ui/slidesorter/inc/view/ |
H A D | SlsLayouter.hxx | 132 const Orientation eOrientation,
|
H A D | SlideSorterView.hxx | 92 bool SetOrientation (const Layouter::Orientation eOrientation);
|
/aoo41x/main/svx/inc/svx/ |
H A D | algitem.hxx | 115 const SvxCellOrientation eOrientation /*= SVX_ORIENTATION_STANDARD*/,
|
/aoo41x/main/sdext/source/presenter/ |
H A D | PresenterSlideSorter.cxx | 98 const Orientation eOrientation, 1250 const Orientation eOrientation, in Layout() argument 1269 meOrientation(eOrientation), in Layout()
|
/aoo41x/main/sc/inc/ |
H A D | dpsave.hxx | 239 …Dimension* GetFirstDimension(::com::sun::star::sheet::DataPilotFieldOrientation eOrientation);
|
/aoo41x/main/sc/source/ui/inc/ |
H A D | printfun.hxx | 89 Orientation eOrientation; member in ScJobSetup
|
/aoo41x/main/sc/source/core/data/ |
H A D | dpsave.cxx | 982 ScDPSaveDimension* ScDPSaveData::GetFirstDimension(sheet::DataPilotFieldOrientation eOrientation) in GetFirstDimension() argument 988 if (pDim->GetOrientation() == eOrientation && !pDim->IsDataLayout()) in GetFirstDimension()
|