Home
last modified time | relevance | path

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

12

/aoo42x/main/sc/source/filter/xml/
H A Dxmldpimp.cxx799 XMLTokenEnum eOrient = XML_NONE; in EndElement() local
803 eOrient = XML_BOTH; in EndElement()
806 eOrient = XML_ROW; in EndElement()
809 eOrient = XML_COLUMN; in EndElement()
814 mpTableContext->SetGrandTotal(eOrient, mbVisible, maDisplayName); in EndElement()
H A DXMLExportDataPilot.hxx67 …void WriteGrandTotal(::xmloff::token::XMLTokenEnum eOrient, bool bVisible, const ::rtl::OUString* …
H A DXMLExportDataPilot.cxx735 void ScXMLExportDataPilot::WriteGrandTotal(::xmloff::token::XMLTokenEnum eOrient, bool bVisible, co… in WriteGrandTotal() argument
738 rExport.AddAttribute(XML_NAMESPACE_TABLE, XML_ORIENTATION, eOrient); in WriteGrandTotal()
/aoo42x/main/sc/source/core/data/
H A Ddpsave.cxx570 sheet::DataPilotFieldOrientation eOrient = (sheet::DataPilotFieldOrientation)nOrientation; in WriteToSource() local
571 aAny <<= eOrient; in WriteToSource()
1061 sheet::DataPilotFieldOrientation eOrient = sheet::DataPilotFieldOrientation_HIDDEN; in lcl_ResetOrient() local
1073 aAny <<= eOrient; in lcl_ResetOrient()
/aoo42x/main/sc/source/ui/unoobj/
H A Ddatauno.cxx397 table::TableOrientation eOrient = (table::TableOrientation) in FillSortParam() local
399 rParam.bByRow = ( eOrient != table::TableOrientation_COLUMNS ); in FillSortParam()
1444 table::TableOrientation eOrient = (table::TableOrientation) in setPropertyValue() local
1446 aParam.bByRow = ( eOrient != table::TableOrientation_COLUMNS ); in setPropertyValue()
1489 table::TableOrientation eOrient = aParam.bByRow ? table::TableOrientation_ROWS : in getPropertyValue() local
1491 aRet <<= eOrient; in getPropertyValue()
H A Dstyleuno.cxx1803 table::CellOrientation eOrient; in SetOnePropertyValueWithoutUpdate() local
1804 if( *pValue >>= eOrient ) in SetOnePropertyValueWithoutUpdate()
1806 switch( eOrient ) in SetOnePropertyValueWithoutUpdate()
H A Ddapiuno.cxx1587 …bj::ScDataPilotFieldsObj( ScDataPilotDescriptorBase& rParent, DataPilotFieldOrientation eOrient ) : in ScDataPilotFieldsObj() argument
1589 maOrient( eOrient ) in ScDataPilotFieldsObj()
1925 DataPilotFieldOrientation eOrient = (DataPilotFieldOrientation) in setPropertyValue() local
1927 setOrientation( eOrient ); in setPropertyValue()
H A Dcellsuno.cxx2180 table::CellOrientation eOrient; in lcl_SetCellProperty() local
2181 if( rValue >>= eOrient ) in lcl_SetCellProperty()
2183 switch( eOrient ) in lcl_SetCellProperty()
/aoo42x/main/cui/source/tabpages/
H A Dnumpages.cxx1171 sal_Int16 eOrient = text::VertOrientation::LINE_CENTER; in IMPL_LINK() local
1174 aFmt.SetGraphicBrush( &aBrush, &aSize, &eOrient ); in IMPL_LINK()
2170 sal_Int16 eOrient = (sal_Int16)nPos; in IMPL_LINK() local
2171 aNumFmt.SetGraphicBrush( pBrushItem, &rSize, &eOrient ); in IMPL_LINK()
2300 sal_Int16 eOrient = aNumFmt.GetVertOrient(); in IMPL_LINK() local
2301 aNumFmt.SetGraphicBrush( pBrushItem, &aSize, &eOrient ); in IMPL_LINK()
2501 sal_Int16 eOrient = aNumFmt.GetVertOrient(); in IMPL_LINK() local
2504 aNumFmt.SetGraphicBrush( pBrushItem, &aSize, &eOrient ); in IMPL_LINK()
/aoo42x/main/sw/source/core/doc/
H A Dnumber.cxx483 sal_Int16 eOrient = SvxNumberFormat::GetVertOrient(); in GetGraphicOrientation() local
484 if(text::VertOrientation::NONE == eOrient) in GetGraphicOrientation()
488 pVertOrient->SetVertOrient(eOrient); in GetGraphicOrientation()
/aoo42x/main/sw/source/ui/shells/
H A Dtabsh.cxx425 sal_Int16 eOrient = pRep->GetAlign(); in ItemSetToTableParam() local
426 SwFmtHoriOrient aAttr( 0, eOrient ); in ItemSetToTableParam()
430 if(eOrient != text::HoriOrientation::NONE) in ItemSetToTableParam()
/aoo42x/main/sw/source/core/crsr/
H A Dcrstrvl.cxx1857 rOrient = aFPos.eOrient; in GetShadowCrsrPos()
1889 ( text::HoriOrientation::NONE != aFPos.eOrient && in SetShadowCrsrPos()
1981 if( text::HoriOrientation::NONE != aFPos.eOrient ) in SetShadowCrsrPos()
1984 switch( aFPos.eOrient ) in SetShadowCrsrPos()
/aoo42x/main/sd/source/core/
H A Ddrawdoc3.cxx484 Orientation eOrient = pRefPage->GetOrientation(); in InsertBookmarkAsPage() local
919 pRefPage->SetOrientation( eOrient ); in InsertBookmarkAsPage()
957 pRefPage->SetOrientation( eOrient ); in InsertBookmarkAsPage()
H A Dsdpage.cxx2608 void SdPage::SetOrientation( Orientation eOrient) in SetOrientation() argument
2610 meOrientation = eOrient; in SetOrientation()
/aoo42x/main/editeng/source/items/
H A Dnumitem.cxx1142 sal_Int16 eOrient = aFmt.GetVertOrient(); in UnLinkGraphics() local
1143 aFmt.SetGraphicBrush( &aTempItem, &aFmt.GetGraphicSize(), &eOrient ); in UnLinkGraphics()
/aoo42x/main/svx/inc/svx/
H A Dchrtitem.hxx293 SvxChartIndicateItem(SvxChartIndicate eOrient /*= CHINDICATE_NONE*/,
/aoo42x/main/sw/source/core/text/
H A Dporfld.cxx837 eOrient = pGrfOrient->GetVertOrient(); in SwGrfNumPortion()
842 eOrient = text::VertOrientation::TOP; in SwGrfNumPortion()
/aoo42x/main/sd/source/ui/inc/
H A DViewShell.hxx281 sal_Bool bScaleAll, Orientation eOrient, sal_uInt16 nPaperBin,
/aoo42x/main/sw/source/ui/docvw/
H A Dedtwin.cxx3878 sal_Int16 eOrient; in MouseMove() local
3880 if( rSh.GetShadowCrsrPos( aDocPt, eMode, aRect, eOrient )) in MouseMove()
3885 … if( text::HoriOrientation::RIGHT != eOrient && text::HoriOrientation::CENTER != eOrient ) in MouseMove()
3886 eOrient = text::HoriOrientation::LEFT; in MouseMove()
3887 … pShadCrsr->SetPos( aRect.Pos(), aRect.Height(), static_cast< sal_uInt16 >(eOrient) ); in MouseMove()
/aoo42x/main/sw/source/core/unocore/
H A Dunosett.cxx2215 sal_Int16 eOrient = pSetVOrient ? in SetNumberingRuleByIndex() local
2217 …aFmt.SetGraphicBrush( pSetBrush, pSetSize, text::VertOrientation::NONE == eOrient ? 0 : &eOrient ); in SetNumberingRuleByIndex()
/aoo42x/main/sd/inc/
H A Dsdpage.hxx312 virtual void SetOrientation(Orientation eOrient);
/aoo42x/main/sc/source/filter/inc/
H A Dxlpivot.hxx651 void AddApiOrient( ::com::sun::star::sheet::DataPilotFieldOrientation eOrient );
/aoo42x/main/vcl/inc/vcl/
H A Dprint.hxx320 sal_Bool SetOrientation( Orientation eOrient );
/aoo42x/main/sc/inc/
H A Ddapiuno.hxx460 ::com::sun::star::sheet::DataPilotFieldOrientation eOrient );

Completed in 332 milliseconds

12