/aoo41x/main/sal/rtl/source/ |
H A D | locale.c | 76 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 …]
|
/aoo41x/main/sc/inc/ |
H A D | convuno.hxx | 48 ::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 …]
|
/aoo41x/main/reportbuilder/java/com/sun/star/report/pentaho/ |
H A D | star-report.css | 25 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 D | oasis-table.css | 23 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 …]
|
/aoo41x/main/vcl/unx/gtk/a11y/ |
H A D | atktable.cxx | 90 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 …]
|
/aoo41x/main/scripting/examples/python/pythonSamples/ |
H A D | TableSample.py | 32 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 …]
|
/aoo41x/main/pyuno/demo/ |
H A D | swriter.py | 65 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 D | swritercomp.py | 36 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 …]
|
/aoo41x/main/svx/source/items/ |
H A D | algitem.cxx | 114 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 …]
|
/aoo41x/main/vcl/source/fontsubset/ |
H A D | sft.cxx | 513 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 D | ttcr.cxx | 282 if (table != 0) { in AddTable() 977 table->tag = 0; in TrueTypeTableNew() 981 return table; in TrueTypeTableNew() 1014 return table; in TrueTypeTableNew_head() 1043 return table; in TrueTypeTableNew_hhea() 1057 return table; in TrueTypeTableNew_loca() 1072 return table; in TrueTypeTableNew_maxp() 1088 return table; in TrueTypeTableNew_glyf() 1106 return table; in TrueTypeTableNew_cmap() 1152 return table; in TrueTypeTableNew_name() [all …]
|
/aoo41x/main/i18nutil/source/utility/ |
H A D | widthfolding.cxx | 102 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 …]
|
/aoo41x/main/oox/inc/oox/xls/ |
H A D | sheetdatabuffer.hxx | 45 ::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 D | addressconverter.hxx | 49 ::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 D | worksheethelper.hxx | 40 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 …]
|
/aoo41x/main/sc/source/filter/xml/ |
H A D | XMLExportIterator.hxx | 128 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 D | xmlstyle.cxx | 1173 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 …]
|
/aoo41x/main/offapi/com/sun/star/text/ |
H A D | TextTable.idl | 56 #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 …]
|
/aoo41x/main/sc/source/ui/vba/ |
H A D | vbaformat.cxx | 119 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 D | vbarange.cxx | 828 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 …]
|
/aoo41x/main/solenv/bin/modules/installer/patch/ |
H A D | Msi.pm | 150 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 …]
|
/aoo41x/main/offapi/com/sun/star/table/ |
H A D | CellProperties.idl | 36 #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 …]
|
H A D | XTable.idl | 32 #include <com/sun/star/table/XCellRange.idl> 36 #include <com/sun/star/table/XColumnRowRange.idl> 40 #include <com/sun/star/table/XCellCursor.idl> 78 interface com::sun::star::table::XCellRange; 82 interface com::sun::star::table::XColumnRowRange; 106 /** creates a cell cursor including the whole table 108 @see com::sun::star::table::CellCursor 110 com::sun::star::table::XCellCursor createCursor(); 122 @see com::sun::star::table::CellCursor 124 …com::sun::star::table::XCellCursor createCursorByRange( [in] com::sun::star::table::XCellRange Ran… [all …]
|
/aoo41x/main/odk/examples/DevelopersGuide/Spreadsheet/ |
H A D | GeneralTableSample.java | 64 com.sun.star.table.XCell xCell = null; in doSampleFunction() 65 com.sun.star.table.XCellRange xCellRange = null; in doSampleFunction() 133 com.sun.star.table.XCellCursor xCursor = (com.sun.star.table.XCellCursor) in doSampleFunction() 146 com.sun.star.table.XColumnRowRange xCRRange = (com.sun.star.table.XColumnRowRange) in doSampleFunction() 148 com.sun.star.table.XTableColumns xColumns = xCRRange.getColumns(); in doSampleFunction() 149 com.sun.star.table.XTableRows xRows = xCRRange.getRows(); in doSampleFunction() 191 com.sun.star.table.XTableChartsSupplier xChartsSupp = in doSampleFunction() 193 com.sun.star.table.XTableChartsSupplier.class, xSheet ); in doSampleFunction() 194 com.sun.star.table.XTableCharts xCharts = xChartsSupp.getCharts(); in doSampleFunction() 202 com.sun.star.table.CellRangeAddress[] aRanges = new com.sun.star.table.CellRangeAddress[1]; in doSampleFunction() [all …]
|
/aoo41x/main/qadevOOo/objdsc/sc/ |
H A D | com.sun.star.comp.office.ScCellCursorObj.csv | 1 "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 …]
|