Home
last modified time | relevance | path

Searched refs:orientation (Results 1 – 25 of 144) sorted by relevance

123456

/trunk/main/vbahelper/source/vbahelper/
H A Dvbapagesetupbase.cxx260 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()
/trunk/main/offapi/com/sun/star/awt/
H A DXSpinValue.idl123 /** 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
/trunk/main/offapi/com/sun/star/sheet/
H A DDimensionFlags.idl41 /** 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 DXSheetOutline.idl58 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 DDataPilotField.idl108 /** 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>
/trunk/main/vcl/inc/vcl/
H A Djobdata.hxx31 namespace orientation { namespace
50 orientation::type m_eOrientation;
65 m_eOrientation( orientation::Portrait ), in JobData()
/trunk/main/offapi/com/sun/star/view/
H A DPaperOrientation.idl33 /** specifies the orientation of the paper.
38 /** set the paper orientation to portrait.
43 /** set the paper orientation to landscape.
/trunk/main/offapi/com/sun/star/table/
H A DCellProperties.idl135 /** 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 DCellOrientation.idl33 /** specifies the orientation of a cell.
58 characters in normal (horizontal) orientation.
/trunk/main/offapi/com/sun/star/text/
H A DShape.idl75 /** 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 DBaseFrameProperties.idl214 /** 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 DHoriOrientationFormat.idl34 /** describes the horizontal orientation of an object.
73 /** determines if the orientation toggles between left and right pages.
/trunk/main/padmin/source/
H A Dprtsetup.cxx190 … 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()
/trunk/main/vcl/unx/generic/printer/
H A Djobdata.cxx131 aLine += m_eOrientation == orientation::Landscape ? "Landscape" : "Portrait"; in getStreamBuffer()
204 …= aLine.Copy( 12 ).EqualsIgnoreCaseAscii( "landscape" ) ? orientation::Landscape : orientation::Po… in constructFromStreamBuffer()
H A Dprinterinfomanager.cxx270 …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()
/trunk/main/sc/source/ui/vba/testvba/TestDocuments/logs/unix/
H A Dpagesetup.log41 TEST START : Test orientation
44 Verify that sheet 1 orientation is now landscape
45 TEST OK : Test orientation
/trunk/main/sc/source/ui/vba/testvba/TestDocuments-ooo-build/logs/unix/
H A Dpagesetup.log41 TEST START : Test orientation
44 Verify that sheet 1 orientation is now landscape
45 TEST OK : Test orientation
/trunk/main/vcl/unx/headless/
H A Dsvpprn.cxx75 …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()
/trunk/main/sc/source/ui/vba/testvba/TestDocuments/logs/win/
H A Dpagesetup.log41 TEST START : Test orientation
44 Verify that sheet 1 orientation is now landscape
45 TEST OK : Test orientation
/trunk/main/sc/source/ui/vba/testvba/TestDocuments-ooo-build/logs/win/
H A Dpagesetup.log41 TEST START : Test orientation
44 Verify that sheet 1 orientation is now landscape
45 TEST OK : Test orientation
/trunk/main/vcl/unx/generic/gdi/
H A Dsalprnpsp.cxx126 …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()
/trunk/main/offapi/com/sun/star/rendering/
H A DFillRule.idl41 circles with similar orientation is filled the same way as if
43 orientation, then the filled representation looks the same as
/trunk/main/vcl/aqua/source/a11y/
H A Daqua11ywrapperscrollarea.mm37 -(id)scrollBarWithOrientation:(NSString *)orientation {
48 if ( [ [ scrollBar orientationAttribute ] isEqualToString: orientation ] ) {
/trunk/main/offapi/com/sun/star/chart2/
H A DRelativeSize.idl47 direction of a given orientation-angle.</p>
63 direction perpendicular to a given orientation-angle.</p>
/trunk/main/toolkit/source/awt/
H A Dvclxspinbutton.cxx203 …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()

Completed in 95 milliseconds

123456