/aoo4110/main/qadevOOo/tests/java/ifc/sheet/ |
H A D | _XSheetOutline.java | 31 import com.sun.star.table.TableOrientation; 76 oObj.group(address, TableOrientation.COLUMNS); in _group() 77 oObj.group(address, TableOrientation.ROWS); in _group() 83 oObj.ungroup(address, TableOrientation.COLUMNS); in _ungroup() 84 oObj.ungroup(address, TableOrientation.ROWS); in _ungroup() 104 oObj.showLevel((short)2, TableOrientation.COLUMNS); in _showLevel() 105 oObj.showLevel((short)2, TableOrientation.ROWS); in _showLevel() 107 oObj.showLevel((short)0, TableOrientation.COLUMNS); in _showLevel() 108 oObj.showLevel((short)0, TableOrientation.ROWS); in _showLevel()
|
/aoo4110/main/offapi/com/sun/star/sheet/ |
H A D | XSheetOutline.idl | 36 #include <com/sun/star/table/TableOrientation.idl> 62 [in] com::sun::star::table::TableOrientation nOrientation ); 80 [in] com::sun::star::table::TableOrientation nOrientation ); 128 [in] com::sun::star::table::TableOrientation nOrientation );
|
H A D | SheetFilterDescriptor.idl | 30 #include <com/sun/star/table/TableOrientation.idl> 106 [property] com::sun::star::table::TableOrientation Orientation;
|
/aoo4110/main/offapi/com/sun/star/table/ |
H A D | TableSortDescriptor.idl | 36 #include <com/sun/star/table/TableOrientation.idl> 83 [property] com::sun::star::table::TableOrientation Orientation;
|
H A D | makefile.mk | 60 TableOrientation.idl\
|
H A D | TableOrientation.idl | 35 published enum TableOrientation
|
/aoo4110/main/sc/source/ui/unoobj/ |
H A D | datauno.cxx | 104 {MAP_CHAR_LEN(SC_UNONAME_ORIENT), 0, &getCppuType((table::TableOrientation*)0), 0, 0}, in lcl_GetFilterPropertyMap() 397 table::TableOrientation eOrient = (table::TableOrientation) in FillSortParam() 1444 table::TableOrientation eOrient = (table::TableOrientation) in setPropertyValue() 1489 table::TableOrientation eOrient = aParam.bByRow ? table::TableOrientation_ROWS : in getPropertyValue()
|
H A D | cellsuno.cxx | 7882 table::TableOrientation nOrientation ) in group() 7898 table::TableOrientation nOrientation ) in ungroup() 7967 void SAL_CALL ScTableSheetObj::showLevel( sal_Int16 nLevel, table::TableOrientation nOrientation ) in showLevel()
|
/aoo4110/main/qadevOOo/runner/util/ |
H A D | ValueChanger.java | 665 if (oldValue instanceof com.sun.star.table.TableOrientation){ in changePValue() 666 com.sun.star.table.TableOrientation TO1 = com.sun.star.table.TableOrientation.COLUMNS; in changePValue() 667 com.sun.star.table.TableOrientation TO2 = com.sun.star.table.TableOrientation.ROWS; in changePValue()
|
/aoo4110/main/sw/source/filter/ww8/ |
H A D | ww8attributeoutput.hxx | 123 virtual void TableOrientation( ww8::WW8TableNodeInfoInner::Pointer_t pTableTextNodeInfoInner );
|
H A D | attributeoutputbase.hxx | 237 …virtual void TableOrientation( ww8::WW8TableNodeInfoInner::Pointer_t pTableTextNodeInfoInner ) = 0;
|
H A D | rtfattributeoutput.hxx | 160 virtual void TableOrientation( ww8::WW8TableNodeInfoInner::Pointer_t pTableTextNodeInfoInner );
|
H A D | docxattributeoutput.hxx | 161 virtual void TableOrientation( ww8::WW8TableNodeInfoInner::Pointer_t pTableTextNodeInfoInner );
|
H A D | rtfattributeoutput.cxx | 796 TableOrientation( pTableTextNodeInfoInner ); in TableDefinition() 1030 void RtfAttributeOutput::TableOrientation( ww8::WW8TableNodeInfoInner::Pointer_t pTableTextNodeInfo… in TableOrientation() function in RtfAttributeOutput
|
H A D | wrtww8.cxx | 2037 TableOrientation( pTableTextNodeInfoInner ); in TableInfoRow() 2209 void WW8AttributeOutput::TableOrientation( ww8::WW8TableNodeInfoInner::Pointer_t pTableTextNodeInfo… in TableOrientation() function in WW8AttributeOutput
|
H A D | docxattributeoutput.cxx | 1463 void DocxAttributeOutput::TableOrientation( ww8::WW8TableNodeInfoInner::Pointer_t /*pTableTextNodeI… in TableOrientation() function in DocxAttributeOutput
|
/aoo4110/main/sc/source/filter/xml/ |
H A D | xmldrani.hxx | 80 com::sun::star::table::TableOrientation eOrientation;
|
/aoo4110/main/sc/inc/ |
H A D | cellsuno.hxx | 1168 ::com::sun::star::table::TableOrientation nOrientation ) 1171 ::com::sun::star::table::TableOrientation nOrientation ) 1181 ::com::sun::star::table::TableOrientation nOrientation )
|
/aoo4110/main/scripting/java/org/openoffice/netbeans/editor/ |
H A D | OOo.jcb | 7 …n.star.table.BorderLineROWS_valueintgetDefault#com.sun.star.table.TableOrientationgetDefault%co…
|
/aoo4110/main/sc/source/ui/vba/ |
H A D | vbarange.cxx | 5338 table::TableOrientation nOrient = table::TableOrientation_ROWS; in groupUnGroup()
|
/aoo4110/main/odk/pack/copying/ |
H A D | idl_chapter_refs.txt | 4018 com.sun.star.table.TableOrientation
|