/aoo42x/main/vbahelper/source/vbahelper/ |
H A D | vbapagesetupbase.cxx | 260 sal_Int32 orientation = mnOrientPortrait; in getOrientation() local 269 orientation = mnOrientLandscape; in getOrientation() 275 return orientation; in getOrientation() 278 void SAL_CALL VbaPageSetupBase::setOrientation( sal_Int32 orientation ) throw (css::uno::RuntimeExc… in setOrientation() argument 280 if( ( orientation != mnOrientPortrait ) && in setOrientation() 281 ( orientation != mnOrientLandscape ) ) in setOrientation() 293 if(( isLandscape && orientation != mnOrientLandscape ) || in setOrientation() 294 ( !isLandscape && orientation != mnOrientPortrait )) in setOrientation() 311 orientation = mnOrientLandscape; in setOrientation()
|
/aoo42x/main/offapi/com/sun/star/awt/ |
H A D | XSpinValue.idl | 123 /** controls the orientation of the control 124 @param orientation 125 one of the <type>ScrollBarOrientation</type> values specifying the orientation 127 in case the given orientation is not supported 129 void setOrientation( [in] long orientation ) 134 /** returns the current orientation of the control
|
/aoo42x/main/offapi/com/sun/star/sheet/ |
H A D | DimensionFlags.idl | 41 /** The dimension cannot be used in column orientation. 47 /** The dimension cannot be used in row orientation. 53 /** The dimension cannot be used in page orientation. 59 /** The dimension cannot be used in data orientation.
|
H A D | XSheetOutline.idl | 58 the orientation of the new outline (columns or rows). 76 the orientation of the outlines to remove (columns or rows). 124 the orientation of the outlines (columns or rows).
|
H A D | DataPilotField.idl | 108 /** specifies the orientation of the field. 110 <p>If the orientation of a field has been changed using this property, 112 fields with the specified orientation.</p>
|
/aoo42x/main/vcl/inc/vcl/ |
H A D | jobdata.hxx | 31 namespace orientation { namespace 50 orientation::type m_eOrientation; 65 m_eOrientation( orientation::Portrait ), in JobData()
|
/aoo42x/main/offapi/com/sun/star/view/ |
H A D | PaperOrientation.idl | 33 /** specifies the orientation of the paper. 38 /** set the paper orientation to portrait. 43 /** set the paper orientation to landscape.
|
/aoo42x/main/offapi/com/sun/star/table/ |
H A D | CellProperties.idl | 135 /** contains the orientation of the cell contents. 156 /** selects Asian character orientation in vertical orientation. 160 characters are printed in horizontal orientation instead of all
|
H A D | CellOrientation.idl | 33 /** specifies the orientation of a cell. 58 characters in normal (horizontal) orientation.
|
/aoo42x/main/offapi/com/sun/star/text/ |
H A D | Shape.idl | 75 /** determines the horizontal orientation of the object. 87 /** determines the environment of the object to which the orientation 95 /** determines the vertical orientation of the object. 111 /** determines the environment of the object to which the orientation is related.
|
H A D | BaseFrameProperties.idl | 214 /** determines the horizontal orientation of the object. 226 /** determines the environment of the object to which the orientation 234 /** determines the vertical orientation of the object. 250 /** determines the environment of the object to which the orientation is related.
|
H A D | HoriOrientationFormat.idl | 34 /** describes the horizontal orientation of an object. 73 /** determines if the orientation toggles between left and right pages.
|
/aoo42x/main/padmin/source/ |
H A D | prtsetup.cxx | 190 … m_pPaperPage->getOrientation().Equals( LSCAPE_STRING ) ? orientation::Landscape : orientation::Po… in IMPL_LINK() 272 m_pParent->m_aJobData.m_eOrientation == orientation::Landscape in update() 334 …= m_aOrientBox.GetSelectEntry().Equals( LSCAPE_STRING ) ? orientation::Landscape : orientation::Po… in IMPL_LINK()
|
/aoo42x/main/vcl/unx/generic/printer/ |
H A D | jobdata.cxx | 131 aLine += m_eOrientation == orientation::Landscape ? "Landscape" : "Portrait"; in getStreamBuffer() 204 …= aLine.Copy( 12 ).EqualsIgnoreCaseAscii( "landscape" ) ? orientation::Landscape : orientation::Po… in constructFromStreamBuffer()
|
H A D | printerinfomanager.cxx | 270 …ientation = aValue.EqualsIgnoreCaseAscii( "Landscape" ) ? orientation::Landscape : orientation::Po… in initialize() 485 …ientation = aValue.EqualsIgnoreCaseAscii( "Landscape" ) ? orientation::Landscape : orientation::Po… in initialize() 774 …pConfig->WriteKey( "Orientation", it->second.m_aInfo.m_eOrientation == orientation::Landscape ? "L… in writePrinterConfig()
|
/aoo42x/main/sc/source/ui/vba/testvba/TestDocuments/logs/unix/ |
H A D | pagesetup.log | 41 TEST START : Test orientation 44 Verify that sheet 1 orientation is now landscape 45 TEST OK : Test orientation
|
/aoo42x/main/sc/source/ui/vba/testvba/TestDocuments-ooo-build/logs/unix/ |
H A D | pagesetup.log | 41 TEST START : Test orientation 44 Verify that sheet 1 orientation is now landscape 45 TEST OK : Test orientation
|
/aoo42x/main/vcl/unx/headless/ |
H A D | svpprn.cxx | 75 …pJobSetup->meOrientation = (Orientation)(rData.m_eOrientation == orientation::Landscape ? ORIENTAT… in copyJobDataToJobSetup() 91 if( rData.m_eOrientation == psp::orientation::Portrait ) in copyJobDataToJobSetup() 620 …ion = pJobSetup->meOrientation == ORIENTATION_LANDSCAPE ? orientation::Landscape : orientation::Po… in SetData() 685 if( aData.m_eOrientation == psp::orientation::Portrait ) in GetPageInfo()
|
/aoo42x/main/sc/source/ui/vba/testvba/TestDocuments-ooo-build/logs/win/ |
H A D | pagesetup.log | 41 TEST START : Test orientation 44 Verify that sheet 1 orientation is now landscape 45 TEST OK : Test orientation
|
/aoo42x/main/sc/source/ui/vba/testvba/TestDocuments/logs/win/ |
H A D | pagesetup.log | 41 TEST START : Test orientation 44 Verify that sheet 1 orientation is now landscape 45 TEST OK : Test orientation
|
/aoo42x/main/vcl/unx/generic/gdi/ |
H A D | salprnpsp.cxx | 126 …pJobSetup->meOrientation = (Orientation)(rData.m_eOrientation == orientation::Landscape ? ORIENTAT… in copyJobDataToJobSetup() 143 if( rData.m_eOrientation == psp::orientation::Portrait ) in copyJobDataToJobSetup() 734 …ion = pJobSetup->meOrientation == ORIENTATION_LANDSCAPE ? orientation::Landscape : orientation::Po… in SetData() 799 if( aData.m_eOrientation == psp::orientation::Portrait ) in GetPageInfo()
|
/aoo42x/main/offapi/com/sun/star/rendering/ |
H A D | FillRule.idl | 41 circles with similar orientation is filled the same way as if 43 orientation, then the filled representation looks the same as
|
/aoo42x/main/vcl/aqua/source/a11y/ |
H A D | aqua11ywrapperscrollarea.mm | 37 -(id)scrollBarWithOrientation:(NSString *)orientation { 48 if ( [ [ scrollBar orientationAttribute ] isEqualToString: orientation ] ) {
|
/aoo42x/main/offapi/com/sun/star/chart2/ |
H A D | RelativeSize.idl | 47 direction of a given orientation-angle.</p> 63 direction perpendicular to a given orientation-angle.</p>
|
/aoo42x/main/toolkit/source/awt/ |
H A D | vclxspinbutton.cxx | 203 …void SAL_CALL VCLXSpinButton::setOrientation( sal_Int32 orientation ) throw (NoSupportException, R… in setOrientation() argument 207 lcl_modifyStyle( GetWindow(), WB_HSCROLL, orientation == ScrollBarOrientation::HORIZONTAL ); in setOrientation()
|