/aoo4110/main/basegfx/source/range/ |
H A D | b2dpolyrange.cxx | 39 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 …]
|
/aoo4110/main/sc/source/ui/view/ |
H A D | output2.cxx | 2279 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 …]
|
/aoo4110/main/sw/inc/ |
H A D | fmtornt.hxx | 43 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 D | crstate.hxx | 47 sal_Int16 eOrient; // Absatzausrichtung member 51 eOrient( com::sun::star::text::HoriOrientation::NONE ), eMode( eMd ) in SwFillCrsrPos()
|
/aoo4110/main/sc/source/filter/inc/ |
H A D | htmlpars.hxx | 227 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,
|
/aoo4110/main/svx/source/items/ |
H A D | chrtitem.cxx | 223 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 D | algitem.cxx | 445 table::CellOrientation eOrient; in PutValue() local 446 if(!(rVal >>= eOrient)) in PutValue() 451 eOrient = (table::CellOrientation)nValue; in PutValue() 454 switch (eOrient) in PutValue()
|
/aoo4110/main/sw/source/core/layout/ |
H A D | atrfrm.cxx | 1245 eOrient( eVert ), in SwFmtVertOrient() 1253 eOrient == ((SwFmtVertOrient&)rAttr).eOrient && in operator ==() 1259 return new SwFmtVertOrient( nYPos, eOrient, eRelation ); in Clone() 1272 switch( eOrient ) in QueryValue() 1357 eOrient( eHori ), in SwFmtHoriOrient() 1366 eOrient == ((SwFmtHoriOrient&)rAttr).eOrient && in operator ==() 1373 return new SwFmtHoriOrient( nXPos, eOrient, eRelation, bPosToggle ); in Clone() 1386 switch( eOrient ) in QueryValue() 1436 … case text::HoriOrientation::NONE: eOrient = text::HoriOrientation::NONE ; break; in PutValue() 1437 case text::HoriOrientation::RIGHT: eOrient = text::HoriOrientation::RIGHT; break; in PutValue() [all …]
|
/aoo4110/main/basegfx/inc/basegfx/range/ |
H A D | b2dpolyrange.hxx | 65 B2DPolyRange( const B2DRange& rRange, B2VectorOrientation eOrient ); 80 … void setElement(sal_uInt32 nIndex, const B2DRange& rRange, B2VectorOrientation eOrient ); 84 …void insertElement(sal_uInt32 nIndex, const B2DRange& rRange, B2VectorOrientation eOrient, sal_uIn… 86 … void appendElement(const B2DRange& rRange, B2VectorOrientation eOrient, sal_uInt32 nCount = 1);
|
/aoo4110/main/sc/source/filter/excel/ |
H A D | xlpivot.cxx | 516 DataPilotFieldOrientation eOrient = DataPilotFieldOrientation_HIDDEN; in GetApiOrient() local 519 eOrient = DataPilotFieldOrientation_ROW; in GetApiOrient() 521 eOrient = DataPilotFieldOrientation_COLUMN; in GetApiOrient() 523 eOrient = DataPilotFieldOrientation_PAGE; in GetApiOrient() 525 eOrient = DataPilotFieldOrientation_DATA; in GetApiOrient() 526 return eOrient; in GetApiOrient() 529 void XclPTFieldInfo::AddApiOrient( DataPilotFieldOrientation eOrient ) in AddApiOrient() argument 532 switch( eOrient ) in AddApiOrient()
|
H A D | xepivot.cxx | 1069 …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()
|
/aoo4110/main/sfx2/source/doc/ |
H A D | printhelper.cxx | 306 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()
|
/aoo4110/main/sc/source/filter/qpro/ |
H A D | qprostyle.cxx | 122 SvxCellOrientation eOrient = SVX_ORIENTATION_STANDARD; in SetFormat() local 126 eOrient = SVX_ORIENTATION_TOPBOTTOM; in SetFormat() 130 rItemSet.Put( SvxOrientationItem( eOrient, 0) ); in SetFormat()
|
/aoo4110/main/sc/source/core/data/ |
H A D | column2.cxx | 256 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 D | patattr.cxx | 201 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()
|
/aoo4110/main/sc/source/ui/dbgui/ |
H A D | pvlaydlg.cxx | 517 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()
|
/aoo4110/main/sc/source/filter/html/ |
H A D | htmlpars.cxx | 2176 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 …]
|
/aoo4110/main/sw/source/ui/frmdlg/ |
H A D | frmmgr.cxx | 593 void SwFlyFrmAttrMgr::SetHorzOrientation( sal_Int16 eOrient ) in SetHorzOrientation() argument 596 aHoriOrient.SetHoriOrient( eOrient ); in SetHorzOrientation() 600 void SwFlyFrmAttrMgr::SetVertOrientation( sal_Int16 eOrient ) in SetVertOrientation() argument 603 aVertOrient.SetVertOrient( eOrient ); in SetVertOrientation()
|
/aoo4110/main/editeng/source/items/ |
H A D | paperinf.cxx | 90 const Orientation eOrient = pPrinter->GetOrientation(); in GetPaperSize() local 93 if ( eOrient == ORIENTATION_LANDSCAPE ) in GetPaperSize()
|
/aoo4110/main/sw/source/ui/inc/ |
H A D | frmmgr.hxx | 87 void SetHorzOrientation(sal_Int16 eOrient); 88 void SetVertOrientation(sal_Int16 eOrient);
|
/aoo4110/main/sw/source/ui/config/ |
H A D | uinums.cxx | 529 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()
|
/aoo4110/main/svx/source/sidebar/ |
H A D | nbdtmg.cxx | 774 sal_Int16 eOrient = text::VertOrientation::LINE_CENTER; in ApplyNumRule() local 777 aFmt.SetGraphicBrush( &aBrush, &aSize, &eOrient ); in ApplyNumRule() 1321 sal_Int16 eOrient = text::VertOrientation::LINE_CENTER; in ApplyNumRule() local 1330 aFmt.SetGraphicBrush( &aBrush, &aSize, &eOrient ); in ApplyNumRule() 1337 sal_Int16 eOrient = text::VertOrientation::LINE_CENTER; in ApplyNumRule() local 1346 aFmt.SetGraphicBrush( &aBrush, &aSize, &eOrient ); in ApplyNumRule() 2016 sal_Int16 eOrient = text::VertOrientation::LINE_CENTER; in ApplyNumRule() local 2024 aFmt.SetGraphicBrush( pLevelSettings->pBrushItem, &aSize, &eOrient ); in ApplyNumRule()
|
/aoo4110/main/sw/source/core/text/ |
H A D | porfld.hxx | 198 sal_Int16 eOrient; member in SwGrfNumPortion 228 inline sal_Int16 GetOrient() const { return eOrient; } in GetOrient()
|
H A D | frmcrsr.cxx | 568 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()
|
/aoo4110/main/sc/source/ui/unoobj/ |
H A D | afmtuno.cxx | 749 table::CellOrientation eOrient; in setPropertyValue() local 750 if( aValue >>= eOrient ) in setPropertyValue() 752 switch( eOrient ) in setPropertyValue()
|