Home
last modified time | relevance | path

Searched refs:table (Results 1 – 25 of 1370) sorted by relevance

12345678910>>...55

/trunk/main/sal/rtl/source/
H A Dlocale.c76 if (!table) in rtl_hashtable_destroy()
79 size = table->Size; in rtl_hashtable_destroy()
89 rtl_freeMemory(table); in rtl_hashtable_destroy()
96 if (*table) in rtl_hashtable_init()
102 (*table)->Size = nSize; in rtl_hashtable_init()
103 (*table)->Elements = 0; in rtl_hashtable_init()
124 if (!(*table)) in rtl_hashtable_add()
127 if ((*table)->Elements > ((*table)->Size / 2)) in rtl_hashtable_add()
196 (*table) = pNewTable; in rtl_hashtable_grow()
203 if (!table) in rtl_hashtable_find()
[all …]
/trunk/main/sc/inc/
H A Dconvuno.hxx48 ::com::sun::star::table::CellAddress& rApiAddress,
56 ::com::sun::star::table::CellRangeAddress& rApiRange,
60 ::com::sun::star::table::CellRangeAddress& rApiRange,
64 ::com::sun::star::table::CellAddress& rApiAddress,
68 ::com::sun::star::table::CellAddress& rApiAddress,
88 const ::com::sun::star::table::CellAddress& rApiAddress ) in FillScAddress()
94 ::com::sun::star::table::CellAddress& rApiAddress, in FillApiAddress()
111 ::com::sun::star::table::CellRangeAddress& rApiRange, in FillApiRange()
122 ::com::sun::star::table::CellRangeAddress& rApiRange, in FillApiRange()
131 ::com::sun::star::table::CellAddress& rApiAddress, in FillApiStartAddress()
[all …]
/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/
H A Dstar-report.css25 table|table {
29 table|table-columns {
33 table|table-column {
37 table|table-row {
41 table|table-cell {
45 table|table-cell[number-columns-spanned],
46 table|table-cell[number-columns-spanned],
47 table|table-columns[number-columns-spanned],
48 table|table-column[number-columns-spanned] {
52 table|table-cell[number-rows-spanned],
[all …]
H A Doasis-table.css23 table { selector
24 display: table;
27 table-columns {
28 display: table-column-group;
31 table-column {
32 display: table-column;
35 table-row {
36 display: table-row;
39 table-cell {
40 display: table-cell;
[all …]
/trunk/main/vcl/unx/gtk/a11y/
H A Datktable.cxx90 table_wrapper_ref_at (AtkTable *table, in table_wrapper_ref_at() argument
120 table_wrapper_get_index_at (AtkTable *table, in table_wrapper_get_index_at() argument
171 table_wrapper_get_row_at_index( AtkTable *table, in table_wrapper_get_row_at_index() argument
196 table_wrapper_get_n_columns( AtkTable *table ) in table_wrapper_get_n_columns() argument
220 table_wrapper_get_n_rows( AtkTable *table ) in table_wrapper_get_n_rows() argument
270 table_wrapper_get_row_extent_at( AtkTable *table, in table_wrapper_get_row_extent_at() argument
296 table_wrapper_get_caption( AtkTable *table ) in table_wrapper_get_caption() argument
370 table_wrapper_get_row_header( AtkTable *table, in table_wrapper_get_row_header() argument
401 table_wrapper_get_column_header( AtkTable *table, in table_wrapper_get_column_header() argument
433 table_wrapper_get_summary( AtkTable *table ) in table_wrapper_get_summary() argument
[all …]
/trunk/main/vcl/source/fontsubset/
H A Dsft.cxx513 table = getTable(ttf, O_vmtx); in GetMetrics()
1497 if( !table ) in GetKern()
1506 ptr = table + 4; in GetKern()
1526 ptr = table + 8; in GetKern()
1905 t->numberOfHMetrics = (table != 0) ? GetUInt16(table, 34, 1) : 0; in doOpenTTFont()
1908 t->numOfLongVerMetrics = (table != 0) ? GetUInt16(table, 34, 1) : 0; in doOpenTTFont()
2055 …fprintf(outf, h01, GetInt16(table, 0, 1), GetUInt16(table, 2, 1), GetInt16(table, 4, 1), GetUInt16… in CreateT3FromTTGlyphs()
2075 …s(UPEm, GetInt16(table, 36, 1)), XUnits(UPEm, GetInt16(table, 38, 1)), XUnits(UPEm, GetInt16(table in CreateT3FromTTGlyphs()
2683 if (table) { in GetTTGlobalFontInfo()
2729 if (table) { in GetTTGlobalFontInfo()
[all …]
H A Dttcr.cxx282 if (table != 0) { in AddTable()
978 table->tag = 0; in TrueTypeTableNew()
982 return table; in TrueTypeTableNew()
1015 return table; in TrueTypeTableNew_head()
1044 return table; in TrueTypeTableNew_hhea()
1058 return table; in TrueTypeTableNew_loca()
1073 return table; in TrueTypeTableNew_maxp()
1089 return table; in TrueTypeTableNew_glyf()
1107 return table; in TrueTypeTableNew_cmap()
1153 return table; in TrueTypeTableNew_name()
[all …]
/trunk/main/svx/source/items/
H A Dalgitem.cxx114 table::CellHoriJustify eUno = table::CellHoriJustify_STANDARD; in QueryValue()
118 case SVX_HOR_JUSTIFY_LEFT: eUno = table::CellHoriJustify_LEFT; break; in QueryValue()
158 table::CellHoriJustify eUno; in PutValue()
164 eUno = (table::CellHoriJustify)nValue; in PutValue()
170 case table::CellHoriJustify_LEFT: eSvx = SVX_HOR_JUSTIFY_LEFT; break; in PutValue()
292 table::CellVertJustify eUno = table::CellVertJustify_STANDARD; in QueryValue()
333 table::CellVertJustify eUno; in PutValue()
339 eUno = (table::CellVertJustify)nValue; in PutValue()
431 table::CellOrientation eUno = table::CellOrientation_STANDARD; in QueryValue()
445 table::CellOrientation eOrient; in PutValue()
[all …]
/trunk/main/pyuno/demo/
H A Dswriter.py65 table.initialize( 4,4)
67 text.insertTextContent( cursor, table, 0 )
68 rows = table.Rows
86 table.getCellByName("A2").setValue(22.5)
87 table.getCellByName("B2").setValue(5615.3)
91 table.getCellByName("A3").setValue(21.5)
92 table.getCellByName("B3").setValue(615.3)
93 table.getCellByName("C3").setValue(-315.7)
96 table.getCellByName("A4").setValue(121.5)
97 table.getCellByName("B4").setValue(-615.3)
[all …]
H A Dswritercomp.py36 tableText = table.getCellByName( cellName )
67 table.initialize( 4,4)
69 text.insertTextContent( cursor, table, 0 )
70 rows = table.Rows
88 table.getCellByName("A2").setValue(22.5)
89 table.getCellByName("B2").setValue(5615.3)
93 table.getCellByName("A3").setValue(21.5)
94 table.getCellByName("B3").setValue(615.3)
95 table.getCellByName("C3").setValue(-315.7)
98 table.getCellByName("A4").setValue(121.5)
[all …]
/trunk/main/scripting/examples/python/pythonSamples/
H A DTableSample.py32 tableText = table.getCellByName( cellName )
56 table.initialize( 4,4)
58 text.insertTextContent( cursor, table, 0 )
59 rows = table.Rows
77 table.getCellByName("A2").setValue(22.5)
78 table.getCellByName("B2").setValue(5615.3)
82 table.getCellByName("A3").setValue(21.5)
83 table.getCellByName("B3").setValue(615.3)
84 table.getCellByName("C3").setValue(-315.7)
87 table.getCellByName("A4").setValue(121.5)
[all …]
/trunk/main/oox/inc/oox/xls/
H A Dsheetdatabuffer.hxx45 ::com::sun::star::table::CellAddress
59 ::com::sun::star::table::CellRangeAddress
108 const ::com::sun::star::table::CellAddress& rAddress,
125 ::com::sun::star::table::CellAddress
137 ::com::sun::star::table::CellRangeAddress
227 const ::com::sun::star::table::CellAddress& rCellAddr,
236 const ::com::sun::star::table::CellAddress& rCellAddr,
248 const ::com::sun::star::table::CellAddress& rCellAddr,
307 ::com::sun::star::table::CellRangeAddress
321 ::com::sun::star::table::CellRangeAddress
[all …]
H A Daddressconverter.hxx49 ::com::sun::star::table::CellAddress
117 … explicit BinRange( const ::com::sun::star::table::CellAddress& rFirst, const ::com::sun::star… in BinRange()
124 …nline void set( const ::com::sun::star::table::CellAddress& rFirst, const ::com::sun::star… in set()
300 inline const ::com::sun::star::table::CellAddress&
305 inline const ::com::sun::star::table::CellAddress&
310 inline const ::com::sun::star::table::CellAddress&
371 ::com::sun::star::table::CellAddress& orAddress,
385 ::com::sun::star::table::CellAddress& orAddress,
397 ::com::sun::star::table::CellAddress
411 ::com::sun::star::table::CellAddress& orAddress,
[all …]
H A Dworksheethelper.hxx40 namespace table { class XCell; } namespace
41 namespace table { class XCellRange; } namespace
42 namespace table { class XTableColumns; } namespace
43 namespace table { class XTableRows; } namespace
142 ::com::sun::star::table::CellRangeAddress
208 ::com::sun::star::uno::Reference< ::com::sun::star::table::XCell >
211 ::com::sun::star::uno::Reference< ::com::sun::star::table::XCellRange >
218 static ::com::sun::star::table::CellAddress
222 static ::com::sun::star::table::CellRangeAddress
227 ::com::sun::star::uno::Reference< ::com::sun::star::table::XCellRange >
[all …]
/trunk/main/i18nutil/source/utility/
H A Dwidthfolding.cxx102 table.makeIndex(); in getfull2halfTable()
103 return table; in getfull2halfTable()
206 table.makeIndex(); in gethalf2fullTable()
207 return table; in gethalf2fullTable()
219 table.makeIndex(); in getfull2halfTableForASC()
244 return table; in getfull2halfTableForASC()
250 table.makeIndex(); in gethalf2fullTableForJIS()
278 return table; in gethalf2fullTableForJIS()
284 table.makeIndex(); in getfullKana2halfKanaTable()
285 return table; in getfullKana2halfKanaTable()
[all …]
/trunk/main/wizards/
H A DJar_table.mk24 $(eval $(call gb_Jar_Jar,table,SRCDIR))
26 $(eval $(call gb_Jar_add_jars,table,\
35 $(eval $(call gb_Jar_set_packageroot,table,com))
37 $(eval $(call gb_Jar_set_manifest,table,$(SRCDIR)/wizards/com/sun/star/wizards/table/MANIFEST.MF))
39 $(eval $(call gb_Jar_set_jarclasspath,table,\
43 $(eval $(call gb_Jar_add_sourcefiles,table,\
45 wizards/com/sun/star/wizards/table/CGCategory \
46 wizards/com/sun/star/wizards/table/CGTable \
49 wizards/com/sun/star/wizards/table/Finalizer \
52 wizards/com/sun/star/wizards/table/TableWizard \
[all …]
/trunk/main/sc/source/filter/xml/
H A DXMLExportIterator.hxx128 com::sun::star::table::CellRangeAddress aCellRange;
161 ::com::sun::star::table::CellRangeAddress aDestRange;
225 ::com::sun::star::table::CellAddress aPosition;
226 ::com::sun::star::table::CellRangeAddress aSourceRange;
262 ::com::sun::star::table::CellAddress aPosition;
298 com::sun::star::table::CellAddress aCellAddress;
299 com::sun::star::table::CellRangeAddress aMergeRange;
300 com::sun::star::table::CellRangeAddress aMatrixRange;
314 com::sun::star::table::CellContentType nType;
347 com::sun::star::table::CellAddress aCellAddress;
[all …]
H A Dxmlstyle.cxx1173 table::CellHoriJustify nValue = table::CellHoriJustify_LEFT; in importXML()
1213 table::CellHoriJustify nVal; in exportXML()
1283 table::CellHoriJustify nValue(table::CellHoriJustify_STANDARD); in importXML()
1296 table::CellHoriJustify nVal; in exportXML()
1344 table::CellHoriJustify nValue = table::CellHoriJustify_REPEAT; in importXML()
1357 table::CellHoriJustify nVal; in exportXML()
1399 table::CellOrientation nValue; in importXML()
1421 table::CellOrientation nVal; in exportXML()
1520 table::CellVertJustify nValue; in importXML()
1554 table::CellVertJustify nVal; in exportXML()
[all …]
/trunk/main/offapi/com/sun/star/text/
H A DTextTable.idl56 #include <com/sun/star/table/ShadowFormat.idl>
59 #include <com/sun/star/table/TableBorder.idl>
62 #include <com/sun/star/table/XCellRange.idl>
65 #include <com/sun/star/table/XAutoFormattable.idl>
128 interface com::sun::star::table::XCellRange;
143 /** contains the left margin of the table.
148 /** contains the right margin of the table.
159 breaks between this table and the following paragraph or text table.
170 /** If a page break property is set at the table,
220 /** contains the absolute table width.
[all …]
/trunk/main/sc/source/ui/vba/
H A Dvbaformat.cxx119 table::CellVertJustify aAPIAlignment; in getVerticalAlignment()
123 case table::CellVertJustify_BOTTOM: in getVerticalAlignment()
126 case table::CellVertJustify_CENTER: in getVerticalAlignment()
132 case table::CellVertJustify_TOP: in getVerticalAlignment()
197 table::CellHoriJustify aAPIAlignment = table::CellHoriJustify_BLOCK; in getHorizontalAlignment()
203 case table::CellHoriJustify_BLOCK: in getHorizontalAlignment()
206 case table::CellHoriJustify_CENTER: in getHorizontalAlignment()
209 case table::CellHoriJustify_LEFT: in getHorizontalAlignment()
212 case table::CellHoriJustify_RIGHT: in getHorizontalAlignment()
274 table::CellOrientation aOrientation = table::CellOrientation_STANDARD; in getOrientation()
[all …]
H A Dvbarange.cxx828 if( eType == table::CellContentType_VALUE || eType == table::CellContentType_FORMULA ) in visitNode()
842 table::CellContentType eFormulaType = table::CellContentType_VALUE; in visitNode()
867 if( eType == table::CellContentType_TEXT ) in visitNode()
1270 table::CellRangeAddress aOldAddress; in lclExpandToMerged()
1360 table::CellRangeAddress refAddr; in getRangeObjectForName()
1380 table::CellRangeAddress aRangeAddress; in getCellRangeAddressForVBARange()
2681 table::CellRangeAddress resultAddress; in Range()
2697 table::CellRangeAddress cell1, cell2; in Range()
3265 table::CellRangeAddress aRefAddr; in processKey()
4201 table::CellRangeAddress dbAddress; in lcl_GetAutoFiltRange()
[all …]
/trunk/main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/sdbcx/
H A DOColumnContainer.java47 private OTable table; field in OColumnContainer
62 this.table = table; in OColumnContainer()
87 …ewColumns = new SqlTableHelper().readColumns(metadata, table.catalogName, table.schemaName, table.… in createObject()
102 … String composedName = DbTools.composeTableNameForSelect(metadata.getConnection(), table); in createObject()
132 table.refreshColumns(); in impl_refresh()
137 if (table == null) { in appendObject()
142 …DbTools.createStandardColumnPart(descriptor, table.getConnection(), null, table.getTypeCreatePatte… in appendObject()
145 statement = table.getConnection().createStatement(); in appendObject()
155 Osl.ensure(table, "Table is null!"); in dropObject()
156 if (table == null) { in dropObject()
[all …]
/trunk/main/qadevOOo/java/OOoRunner/src/main/resources/objdsc/sc/
H A Dcom.sun.star.comp.office.ScCellCursorObj.csv1 "ScCellCursorObj";"com::sun::star::table::CellProperties";"CellStyle#optional"
2 "ScCellCursorObj";"com::sun::star::table::CellProperties";"CellBackColor"
4 "ScCellCursorObj";"com::sun::star::table::CellProperties";"HoriJustify"
5 "ScCellCursorObj";"com::sun::star::table::CellProperties";"VertJustify"
6 "ScCellCursorObj";"com::sun::star::table::CellProperties";"IsTextWrapped"
7 "ScCellCursorObj";"com::sun::star::table::CellProperties";"ParaIndent"
8 "ScCellCursorObj";"com::sun::star::table::CellProperties";"Orientation"
9 "ScCellCursorObj";"com::sun::star::table::CellProperties";"RotateAngle"
13 "ScCellCursorObj";"com::sun::star::table::CellProperties";"TopBorder"
15 "ScCellCursorObj";"com::sun::star::table::CellProperties";"LeftBorder"
[all …]
/trunk/main/offapi/com/sun/star/table/
H A DCellProperties.idl36 #include <com/sun/star/table/ShadowFormat.idl>
40 #include <com/sun/star/table/CellHoriJustify.idl>
44 #include <com/sun/star/table/CellVertJustify.idl>
48 #include <com/sun/star/table/CellOrientation.idl>
56 #include <com/sun/star/table/TableBorder.idl>
60 #include <com/sun/star/table/BorderLine.idl>
69 module com { module sun { module star { module table {
73 /** contains the properties of a table cell.
75 @see com::sun::star::table::Cell
76 @see com::sun::star::table::CellRange
[all …]
/trunk/main/solenv/bin/modules/installer/patch/
H A DMsi.pm150 push @tables_to_update,$table if ($table->IsModified());
156 foreach my $table (@tables_to_update)
159 $self->PutTable($table);
162 foreach my $table (@tables_to_update)
164 $table->UpdateTimestamp();
165 $table->MarkAsUnmodified();
186 if ( ! defined $table)
207 return $table;
221 my ($self, $table) = @_;
224 $table->WriteFile();
[all …]

Completed in 194 milliseconds

12345678910>>...55