Home
last modified time | relevance | path

Searched refs:table (Results 251 – 275 of 1370) sorted by last modified time

1...<<11121314151617181920>>...55

/trunk/test/testgui/source/fvt/gui/sd/table/
H A DTableFontEffectsProperty.java22 package fvt.gui.sd.table;
/trunk/test/testassistant/src/org/openoffice/test/assistant/views/
H A DVclExplorer.java133 final Table table = viewer.getTable(); in createPartControl() local
134 table.setHeaderVisible(true); in createPartControl()
135 table.setLinesVisible(true); in createPartControl()
136 TableColumn column = new TableColumn(table, SWT.NONE); in createPartControl()
141 column = new TableColumn(table, SWT.NONE); in createPartControl()
147 column = new TableColumn(table, SWT.NONE); in createPartControl()
152 column = new TableColumn(table, SWT.NONE); in createPartControl()
/trunk/main/xmlsecurity/tools/uno/
H A DUnsolvedReferenceTableModel.java26 import javax.swing.table.AbstractTableModel;
/trunk/main/xmloff/source/text/
H A Dtxtimppr.cxx48 using namespace ::com::sun::star::table;
518 table::BorderLine aBorderLine; in finished()
523 table::BorderLine aBorderLineWidth; in finished()
572 table::BorderLine aBorderLine; in finished()
575 table::BorderLine aBorderLineWidth; in finished()
H A Dtxtexppr.cxx696 table::BorderLine aLeft, aRight, aTop, aBottom; in ContextFilter()
769 table::BorderLine aLeft, aRight, aTop, aBottom; in ContextFilter()
/trunk/main/xmloff/source/table/
H A DXMLTableExport.cxx56 using namespace ::com::sun::star::table;
H A DXMLTableImport.cxx58 using namespace ::com::sun::star::table;
125 ::com::sun::star::uno::Reference< ::com::sun::star::table::XTable > mxTable;
/trunk/main/xmloff/source/style/
H A Dshadwhdl.cxx54 table::ShadowFormat aShadow; in importXML()
55 aShadow.Location = table::ShadowLocation_BOTTOM_RIGHT; in importXML()
67 aShadow.Location = table::ShadowLocation_NONE; in importXML()
92 aShadow.Location = table::ShadowLocation_TOP_LEFT; in importXML()
99 aShadow.Location = table::ShadowLocation_TOP_RIGHT; in importXML()
129 table::ShadowFormat aShadow; in exportXML()
137 case table::ShadowLocation_TOP_LEFT: in exportXML()
141 case table::ShadowLocation_TOP_RIGHT: in exportXML()
144 case table::ShadowLocation_BOTTOM_LEFT: in exportXML()
147 case table::ShadowLocation_BOTTOM_RIGHT: in exportXML()
[all …]
H A Dbordrhdl.cxx170 void lcl_frmitems_setXMLBorderWidth( table::BorderLine &rBorderLine, in lcl_frmitems_setXMLBorderWidth()
272 table::BorderLine aBorderLine; in importXML()
288 table::BorderLine aBorderLine; in exportXML()
367 table::BorderLine aBorderLine; in importXML()
418 table::BorderLine aBorderLine; in exportXML()
H A DPageMasterExportPropMapper.cxx45 inline sal_Bool lcl_HasSameLineWidth( const table::BorderLine& rLine1, const table::BorderLine& rLi… in lcl_HasSameLineWidth()
52 inline sal_Bool operator==( const table::BorderLine& rLine1, const table::BorderLine& rLine2 ) in operator ==()
148 table::BorderLine aLineTop, aLineBottom, aLineLeft, aLineRight; in ContextFilter()
173 table::BorderLine aLineTop, aLineBottom, aLineLeft, aLineRight; in ContextFilter()
H A DPageMasterImportPropMapper.cxx258 table::BorderLine aBorderLine; in finished()
262 table::BorderLine aBorderLineWidth; in finished()
280 table::BorderLine aBorderLine; in finished()
284 table::BorderLine aBorderLineWidth; in finished()
302 table::BorderLine aBorderLine; in finished()
306 table::BorderLine aBorderLineWidth; in finished()
/trunk/main/xmloff/source/forms/
H A Dformcellbinding.cxx58 using namespace ::com::sun::star::table;
H A Dformcellbinding.hxx194 ::com::sun::star::table::CellAddress& /* [out] */ _rAddress,
202 ::com::sun::star::table::CellRangeAddress& /* [out] */ _rAddress
H A Delementexport.cxx95 using namespace ::com::sun::star::table;
/trunk/main/xmloff/source/draw/
H A Dximpshap.cxx4039 uno::Reference< table::XColumnRowRange > xColumnRowRange( in StartElement()
H A Dshapeexport.cxx477 …uno::Reference< table::XColumnRowRange > xRange( xSet->getPropertyValue( msModel ), uno::UNO_QUERY… in collectShapeAutoStyles()
H A Dshapeexport4.cxx1149 …uno::Reference< table::XColumnRowRange > xRange( xPropSet->getPropertyValue( msModel ), uno::UNO_Q… in ImpExportTableShape()
/trunk/main/xmloff/inc/xmloff/table/
H A DXMLTableExport.hxx66 typedef ::std::map< const ::com::sun::star::uno::Reference< com::sun::star::table::XColumnRowRange …
75 …void collectTableAutoStyles(const com::sun::star::uno::Reference < com::sun::star::table::XColumnR…
78 …void exportTable(const com::sun::star::uno::Reference < com::sun::star::table::XColumnRowRange >& …
101 …SAL_DLLPRIVATE void ImpExportText( const com::sun::star::uno::Reference < com::sun::star::table::X…
103 …void ExportCell( const com::sun::star::uno::Reference < com::sun::star::table::XCell >& xCell, con…
H A DXMLTableImport.hxx54 … ::com::sun::star::uno::Reference< ::com::sun::star::table::XColumnRowRange >& xColumnRowRange );
/trunk/main/xmloff/
H A DPackage_dtd.mk40 $(eval $(call gb_Package_add_file,xmloff_dtd,bin/table.mod,table.mod))
/trunk/main/xmerge/source/palmtests/qa-wrapper/testcases/
H A Da_table.infile21 #testing table contents conversion
H A Dtable02.infile23 ENTER_STRING_AT_LOCATION|LEFT|64|This sentence comes after the table.
H A Dtable03.infile24 ENTER_STRING_AT_LOCATION|LEFT|75|This sentence comes after the table.
H A Dtable04.infile24 ENTER_STRING_AT_LOCATION|62|20|a une table avec 3 lignes et 3 colonnes
/trunk/main/writerfilter/source/resourcemodel/
H A DLoggedResources.cxx217 void LoggedStream::table(Id name, writerfilter::Reference<Table>::Pointer_t ref) in table() function in writerfilter::LoggedStream

Completed in 97 milliseconds

1...<<11121314151617181920>>...55