Home
last modified time | relevance | path

Searched refs:eOrient (Results 1 – 25 of 49) sorted by relevance

12

/trunk/main/basegfx/source/range/
H A Db2dpolyrange.cxx39 basegfx::B2VectorOrientation eOrient) in flipOrientation() argument
41 return eOrient == basegfx::ORIENTATION_POSITIVE ? in flipOrientation()
74 explicit ImplB2DPolyRange( const B2DRange& rRange, B2VectorOrientation eOrient ) : in ImplB2DPolyRange() argument
77 maOrient( 1, eOrient ) in ImplB2DPolyRange()
106 maOrient[nIndex] = eOrient; in setElement()
120 maOrient.insert(maOrient.begin()+nIndex, nCount, eOrient); in insertElement()
134 maOrient.insert(maOrient.end(), nCount, eOrient); in appendElement()
273 mpImpl( ImplB2DPolyRange( rRange, eOrient ) ) in B2DPolyRange()
321 mpImpl->setElement(nIndex, rRange, eOrient ); in setElement()
331 mpImpl->insertElement(nIndex, rRange, eOrient, nCount ); in insertElement()
[all …]
/trunk/main/sc/source/ui/view/
H A Doutput2.cxx2279 eOrient = SVX_ORIENTATION_STANDARD; in DrawEdit()
2355 if ( eOrient == SVX_ORIENTATION_TOPBOTTOM || eOrient == SVX_ORIENTATION_BOTTOMTOP ) in DrawEdit()
2409 if (eOrient==SVX_ORIENTATION_STACKED) in DrawEdit()
2435 if (eOrient==SVX_ORIENTATION_STACKED) in DrawEdit()
2548 eOrient != SVX_ORIENTATION_STACKED) in DrawEdit()
2555 if (eOrient == SVX_ORIENTATION_STACKED) in DrawEdit()
2964 … if ( eOrient == SVX_ORIENTATION_TOPBOTTOM || eOrient == SVX_ORIENTATION_BOTTOMTOP ) in DrawEdit()
3146 if (eOrient==SVX_ORIENTATION_STACKED) in DrawRotated()
3156 if (eOrient==SVX_ORIENTATION_STACKED) in DrawRotated()
3228 if (eOrient==SVX_ORIENTATION_STACKED) in DrawRotated()
[all …]
/trunk/main/sw/inc/
H A Dfmtornt.hxx43 sal_Int16 eOrient; member in SwFmtVertOrient
62 sal_Int16 GetVertOrient() const { return eOrient; } in GetVertOrient()
64 void SetVertOrient( sal_Int16 eNew ) { eOrient = eNew; } in SetVertOrient()
80 sal_Int16 eOrient; member in SwFmtHoriOrient
100 sal_Int16 GetHoriOrient() const { return eOrient; } in GetHoriOrient()
102 void SetHoriOrient( sal_Int16 eNew ) { eOrient = eNew; } in SetHoriOrient()
115 eOrient = rCpy.GetVertOrient(); in operator =()
122 eOrient = rCpy.GetHoriOrient(); in operator =()
H A Dcrstate.hxx47 sal_Int16 eOrient; // Absatzausrichtung member
51 eOrient( com::sun::star::text::HoriOrientation::NONE ), eMode( eMd ) in SwFillCrsrPos()
/trunk/main/sc/source/filter/inc/
H A Dhtmlpars.hxx227 inline SCCOLROW Get( ScHTMLOrient eOrient ) const in Get()
228 { return (eOrient == tdCol) ? mnCol : mnRow; } in Get()
261 inline SCCOLROW Get( ScHTMLOrient eOrient ) const in Get()
262 { return (eOrient == tdCol) ? mnCols : mnRows; } in Get()
413 SCCOLROW GetDocSize( ScHTMLOrient eOrient, SCCOLROW nCellPos ) const;
415 …SCCOLROW GetDocSize( ScHTMLOrient eOrient, SCCOLROW nCellBegin, SCCOLROW nCellEnd ) con…
417 SCCOLROW GetDocSize( ScHTMLOrient eOrient ) const;
424 SCCOLROW GetDocPos( ScHTMLOrient eOrient, SCCOLROW nCellPos = 0 ) const;
518 void SetDocSize( ScHTMLOrient eOrient, SCCOLROW nCellPos, SCCOLROW nSize );
525 ScHTMLOrient eOrient, SCCOLROW nCellPos,
/trunk/main/svx/source/items/
H A Dchrtitem.cxx223 SvxChartTextOrientItem::SvxChartTextOrientItem(SvxChartTextOrient eOrient, in SvxChartTextOrientItem() argument
225 SfxEnumItem(nId, (sal_uInt16)eOrient) in SvxChartTextOrientItem()
380 SvxChartKindErrorItem::SvxChartKindErrorItem(SvxChartKindError eOrient, in SvxChartKindErrorItem() argument
382 SfxEnumItem(nId, (sal_uInt16)eOrient) in SvxChartKindErrorItem()
422 SvxChartIndicateItem::SvxChartIndicateItem(SvxChartIndicate eOrient, in SvxChartIndicateItem() argument
424 SfxEnumItem(nId, (sal_uInt16)eOrient) in SvxChartIndicateItem()
464 SvxChartRegressItem::SvxChartRegressItem(SvxChartRegress eOrient, in SvxChartRegressItem() argument
466 SfxEnumItem(nId, (sal_uInt16)eOrient) in SvxChartRegressItem()
H A Dalgitem.cxx445 table::CellOrientation eOrient; in PutValue() local
446 if(!(rVal >>= eOrient)) in PutValue()
451 eOrient = (table::CellOrientation)nValue; in PutValue()
454 switch (eOrient) in PutValue()
/trunk/main/sw/source/core/layout/
H A Datrfrm.cxx1250 eOrient( eVert ), in SwFmtVertOrient()
1258 eOrient == ((SwFmtVertOrient&)rAttr).eOrient && in operator ==()
1264 return new SwFmtVertOrient( nYPos, eOrient, eRelation ); in Clone()
1277 switch( eOrient ) in QueryValue()
1362 eOrient( eHori ), in SwFmtHoriOrient()
1371 eOrient == ((SwFmtHoriOrient&)rAttr).eOrient && in operator ==()
1378 return new SwFmtHoriOrient( nXPos, eOrient, eRelation, bPosToggle ); in Clone()
1391 switch( eOrient ) in QueryValue()
1441 … case text::HoriOrientation::NONE: eOrient = text::HoriOrientation::NONE ; break; in PutValue()
1442 case text::HoriOrientation::RIGHT: eOrient = text::HoriOrientation::RIGHT; break; in PutValue()
[all …]
/trunk/main/basegfx/inc/basegfx/range/
H A Db2dpolyrange.hxx66 B2DPolyRange( const B2DRange& rRange, B2VectorOrientation eOrient );
81 … void setElement(sal_uInt32 nIndex, const B2DRange& rRange, B2VectorOrientation eOrient );
85 …void insertElement(sal_uInt32 nIndex, const B2DRange& rRange, B2VectorOrientation eOrient, sal_uIn…
87 … void appendElement(const B2DRange& rRange, B2VectorOrientation eOrient, sal_uInt32 nCount = 1);
/trunk/main/sc/source/filter/excel/
H A Dxlpivot.cxx514 DataPilotFieldOrientation eOrient = DataPilotFieldOrientation_HIDDEN; in GetApiOrient() local
517 eOrient = DataPilotFieldOrientation_ROW; in GetApiOrient()
519 eOrient = DataPilotFieldOrientation_COLUMN; in GetApiOrient()
521 eOrient = DataPilotFieldOrientation_PAGE; in GetApiOrient()
523 eOrient = DataPilotFieldOrientation_DATA; in GetApiOrient()
524 return eOrient; in GetApiOrient()
527 void XclPTFieldInfo::AddApiOrient( DataPilotFieldOrientation eOrient ) in AddApiOrient() argument
530 switch( eOrient ) in AddApiOrient()
H A Dxepivot.cxx1069 …DataPilotFieldOrientation eOrient = static_cast< DataPilotFieldOrientation >( rSaveDim.GetOrientat… in SetPropertiesFromDim() local
1070 …DBG_ASSERT( eOrient != DataPilotFieldOrientation_DATA, "XclExpPTField::SetPropertiesFromDim - call… in SetPropertiesFromDim()
1071 maFieldInfo.AddApiOrient( eOrient ); in SetPropertiesFromDim()
1121 if( eOrient == DataPilotFieldOrientation_PAGE ) in SetPropertiesFromDim()
1405 …DataPilotFieldOrientation eOrient = static_cast< DataPilotFieldOrientation >( rSaveDim.GetOrientat… in SetFieldPropertiesFromDim() local
1410 if( !bDataLayout || bMultiData ) switch( eOrient ) in SetFieldPropertiesFromDim()
/trunk/main/sfx2/source/doc/
H A Dprinthelper.cxx306 view::PaperOrientation eOrient = (view::PaperOrientation)pPrinter->GetOrientation(); in getPrinter() local
307 aPrinter.getArray()[1].Value <<= eOrient; in getPrinter()
371 view::PaperOrientation eOrient; in impl_setPrinter() local
372 if ( ( rProp.Value >>= eOrient ) == sal_False ) in impl_setPrinter()
376 eOrient = ( view::PaperOrientation) lDummy; in impl_setPrinter()
379 if ( (Orientation) eOrient != pPrinter->GetOrientation() ) in impl_setPrinter()
381 pPrinter->SetOrientation( (Orientation) eOrient ); in impl_setPrinter()
/trunk/main/sc/source/core/data/
H A Dcolumn2.cxx256 SvxCellOrientation eOrient = pPattern->GetCellOrientation( pCondSet ); in GetNeededSize() local
257 sal_Bool bAsianVertical = ( eOrient == SVX_ORIENTATION_STACKED && in GetNeededSize()
267 if ( eOrient == SVX_ORIENTATION_STANDARD ) in GetNeededSize()
291 eOrient = SVX_ORIENTATION_STANDARD; in GetNeededSize()
319 Fraction aFontZoom = ( eOrient == SVX_ORIENTATION_STANDARD ) ? rZoomX : rZoomY; in GetNeededSize()
330 eOrient == SVX_ORIENTATION_STACKED || in GetNeededSize()
346 if ( eOrient != SVX_ORIENTATION_STANDARD ) in GetNeededSize()
455 if ( eOrient==SVX_ORIENTATION_STACKED && !bAsianVertical ) in GetNeededSize()
516 if ( eOrient != SVX_ORIENTATION_STANDARD && eOrient != SVX_ORIENTATION_STACKED ) in GetNeededSize()
H A Dpatattr.cxx201 SvxCellOrientation eOrient = SVX_ORIENTATION_STANDARD; in GetCellOrientation() local
205 eOrient = SVX_ORIENTATION_STACKED; in GetCellOrientation()
211 eOrient = SVX_ORIENTATION_BOTTOMTOP; in GetCellOrientation()
213 eOrient = SVX_ORIENTATION_TOPBOTTOM; in GetCellOrientation()
216 return eOrient; in GetCellOrientation()
/trunk/main/sc/source/filter/qpro/
H A Dqprostyle.cxx122 SvxCellOrientation eOrient = SVX_ORIENTATION_STANDARD; in SetFormat() local
126 eOrient = SVX_ORIENTATION_TOPBOTTOM; in SetFormat()
130 rItemSet.Put( SvxOrientationItem( eOrient, 0) ); in SetFormat()
/trunk/main/sc/source/ui/dbgui/
H A Dpvlaydlg.cxx517 sheet::DataPilotFieldOrientation eOrient = sheet::DataPilotFieldOrientation_HIDDEN; in IsInsertAllowed() local
520 … case PIVOTFIELDTYPE_PAGE: eOrient = sheet::DataPilotFieldOrientation_PAGE; break; in IsInsertAllowed()
521 … case PIVOTFIELDTYPE_COL: eOrient = sheet::DataPilotFieldOrientation_COLUMN; break; in IsInsertAllowed()
522 … case PIVOTFIELDTYPE_ROW: eOrient = sheet::DataPilotFieldOrientation_ROW; break; in IsInsertAllowed()
523 … case PIVOTFIELDTYPE_DATA: eOrient = sheet::DataPilotFieldOrientation_DATA; break; in IsInsertAllowed()
526 …return ScDPObject::IsOrientationAllowed( static_cast< sal_uInt16 >( eOrient ), pLabelData->mnFlags… in IsInsertAllowed()
/trunk/main/sc/source/filter/html/
H A Dhtmlpars.cxx2176 SCCOLROW ScHTMLTable::GetDocSize( ScHTMLOrient eOrient, SCCOLROW nCellPos ) const in GetDocSize() argument
2178 const ScSizeVec& rSizes = maCumSizes[ eOrient ]; in GetDocSize()
2186 const ScSizeVec& rSizes = maCumSizes[ eOrient ]; in GetDocSize()
2193 SCCOLROW ScHTMLTable::GetDocSize( ScHTMLOrient eOrient ) const in GetDocSize()
2195 const ScSizeVec& rSizes = maCumSizes[ eOrient ]; in GetDocSize()
2207 SCCOLROW ScHTMLTable::GetDocPos( ScHTMLOrient eOrient, SCCOLROW nCellPos ) const in GetDocPos() argument
2209 return maDocBasePos.Get( eOrient ) + GetDocSize( eOrient, 0, nCellPos ); in GetDocPos()
2533 void ScHTMLTable::SetDocSize( ScHTMLOrient eOrient, SCCOLROW nCellPos, SCCOLROW nSize ) in SetDocSize() argument
2536 ScSizeVec& rSizes = maCumSizes[ eOrient ]; in SetDocSize()
2556 nDiffSize += GetDocSize( eOrient, nCellPos ); in CalcNeededDocSize()
[all …]
/trunk/main/sw/source/ui/frmdlg/
H A Dfrmmgr.cxx598 void SwFlyFrmAttrMgr::SetHorzOrientation( sal_Int16 eOrient ) in SetHorzOrientation() argument
601 aHoriOrient.SetHoriOrient( eOrient ); in SetHorzOrientation()
605 void SwFlyFrmAttrMgr::SetVertOrientation( sal_Int16 eOrient ) in SetVertOrientation() argument
608 aVertOrient.SetVertOrient( eOrient ); in SetVertOrientation()
/trunk/main/editeng/source/items/
H A Dpaperinf.cxx90 const Orientation eOrient = pPrinter->GetOrientation(); in GetPaperSize() local
93 if ( eOrient == ORIENTATION_LANDSCAPE ) in GetPaperSize()
/trunk/main/svx/source/sidebar/
H A Dnbdtmg.cxx779 sal_Int16 eOrient = text::VertOrientation::LINE_CENTER; in ApplyNumRule() local
782 aFmt.SetGraphicBrush( &aBrush, &aSize, &eOrient ); in ApplyNumRule()
1326 sal_Int16 eOrient = text::VertOrientation::LINE_CENTER; in ApplyNumRule() local
1335 aFmt.SetGraphicBrush( &aBrush, &aSize, &eOrient ); in ApplyNumRule()
1342 sal_Int16 eOrient = text::VertOrientation::LINE_CENTER; in ApplyNumRule() local
1351 aFmt.SetGraphicBrush( &aBrush, &aSize, &eOrient ); in ApplyNumRule()
2021 sal_Int16 eOrient = text::VertOrientation::LINE_CENTER; in ApplyNumRule() local
2029 aFmt.SetGraphicBrush( pLevelSettings->pBrushItem, &aSize, &eOrient ); in ApplyNumRule()
/trunk/main/sw/source/ui/inc/
H A Dfrmmgr.hxx87 void SetHorzOrientation(sal_Int16 eOrient);
88 void SetVertOrientation(sal_Int16 eOrient);
/trunk/main/sw/source/ui/config/
H A Duinums.cxx529 sal_Int16 eOrient = text::VertOrientation::NONE; in _SwNumFmtGlobal() local
531 eOrient = (sal_Int16)pVOrient->GetVertOrient(); in _SwNumFmtGlobal()
532 aFmt.SetGraphicBrush( pBrush, &aSz, pVOrient ? &eOrient : 0 ); in _SwNumFmtGlobal()
/trunk/main/sw/source/core/text/
H A Dporfld.hxx198 sal_Int16 eOrient; member in SwGrfNumPortion
228 inline sal_Int16 GetOrient() const { return eOrient; } in GetOrient()
H A Dfrmcrsr.cxx568 void SetOrient( const sal_Int16 eNew ){ pCMS->pFill->eOrient = eNew; } in SetOrient()
674 const sal_Int16 eOrient = pFillData->pCMS->pFill->eOrient; in _GetCrsrOfst() local
676 if ( text::HoriOrientation::LEFT == eOrient ) in _GetCrsrOfst()
678 else if ( text::HoriOrientation::RIGHT == eOrient ) in _GetCrsrOfst()
/trunk/main/sc/source/ui/unoobj/
H A Dafmtuno.cxx749 table::CellOrientation eOrient; in setPropertyValue() local
750 if( aValue >>= eOrient ) in setPropertyValue()
752 switch( eOrient ) in setPropertyValue()

Completed in 335 milliseconds

12