Home
last modified time | relevance | path

Searched refs:table (Results 201 – 225 of 1370) sorted by path

12345678910>>...55

/trunk/main/expat/
H A Dexpat-2.5.0.patch274 int j; /* hash table index */
288 /* size of hash table must be at least 2 * (# of prefixed attributes) */
379 /* check for overflow (table is half full) */
380 if (table->used >> (table->power - 1)) {
381 unsigned char newPower = table->power + 1;
403 - NAMED **newV = table->mem->malloc_fcn(tsize);
405 + newV = table->mem->malloc_fcn(tsize);
/trunk/main/extensions/source/dbpilots/
H A Dcommonpagesdbp.src45 … completely) bound to a data source.\n\nPlease choose a data source and a table.\n\n\nPlease note …
H A Ddbpilots.src74 Text [ en-US ] = "The table connection to the data source could not be established.";
H A Dlistcombopages.src49 … you see all the tables from the data source of the form.\n\n\nChoose the table from which the dat…
/trunk/main/extensions/source/macosx/spotlight/
H A Dmain.m94 // The TestInterface function table.
120 /* Point to the function table */
/trunk/main/extensions/source/propctrlr/
H A Dcellbindinghandler.cxx50 using namespace ::com::sun::star::table;
H A Dcellbindinghelper.cxx60 using namespace ::com::sun::star::table;
H A Dcellbindinghelper.hxx92 const ::com::sun::star::table::CellAddress& _rAddress,
124 ::com::sun::star::table::CellAddress& _rAddress
214 ::com::sun::star::table::CellAddress& /* [out] */ _rAddress
221 ::com::sun::star::table::CellRangeAddress& /* [out] */ _rAddress
H A Dformgeometryhandler.cxx94 using ::com::sun::star::table::XColumnRowRange;
95 using ::com::sun::star::table::XTableColumns;
96 using ::com::sun::star::table::XTableRows;
97 using ::com::sun::star::table::XCellRange;
/trunk/main/filter/prj/
H A Dd.lst17 mkdir: %_DEST%\bin%_EXT%\xslt\export\common\table
37 ..\source\xslt\odf2xhtml\export\common\table\*.xsl %_DEST%\bin%_EXT%\xslt\export\common\table\*.xsl
/trunk/main/filter/source/msfilter/
H A Dsvdfppt.cxx180 using namespace table ;
7766 com::sun::star::table::BorderLine aBorderLine; in ApplyCellLineAttributes()
7849 ::sdr::table::SdrTableObj* pTable = new ::sdr::table::SdrTableObj( pSdrModel ); in CreateTable()
/trunk/main/filter/source/xslt/import/wordml/
H A Dwordml2ooo_props.xsl1 …:oasis:names:tc:opendocument:xmlns:text:1.0" xmlns:table="urn:oasis:names:tc:opendocument:xmlns:ta…
/trunk/main/forms/qa/integration/forms/
H A DCellBinding.java37 import com.sun.star.table.CellAddress;
38 import com.sun.star.table.XCell;
41 import com.sun.star.table.CellRangeAddress;
H A DSpreadsheetDocument.java29 import com.sun.star.table.XCellRange;
30 import com.sun.star.table.CellAddress;
31 import com.sun.star.table.CellRangeAddress;
H A DTableCellTextBinding.java28 import com.sun.star.table.XCell;
H A DValueBinding.java96 XTextTable table = (XTextTable)UnoRuntime.queryInterface( XTextTable.class, in prepareDocument() local
99 table.initialize( 1, 1 ); in prepareDocument()
100 documentText.insertTextContent( textCursor, table, false ); in prepareDocument()
106 XValueBinding cellBinding = new TableCellTextBinding( table.getCellByName( "A1" ) ); in prepareDocument()
/trunk/main/formula/inc/formula/
H A DIFunctionDescription.hxx149 virtual ::com::sun::star::table::CellAddress getReferencePosition() const = 0;
/trunk/main/formula/source/ui/dlg/
H A Dformula.cxx494 const table::CellAddress aRefPos(m_pHelper->getReferencePosition()); in GetFunctionPos()
679 const table::CellAddress aRefPos(m_pHelper->getReferencePosition()); in MakeTree()
748 const table::CellAddress aRefPos(m_pHelper->getReferencePosition()); in UpdateTokenArray()
962 const table::CellAddress aRefPos(m_pHelper->getReferencePosition()); in RepairFormula()
/trunk/main/framework/qa/complex/framework/autosave/
H A DAutoSave.java38 import com.sun.star.table.XCellRange;
/trunk/main/framework/qa/complex/framework/recovery/
H A DRecoveryTest.java58 import com.sun.star.table.XCellRange;
/trunk/main/graphite/
H A Dgraphite-2.3.1.patch533 Fill in the FSM's state table by reading from the font stream.
2352 // the table manager is responsible for destroying the contents of m_prgnVarLenBuf
/trunk/main/helpcontent2/source/auxiliary/
H A Dindex.xsl5 xmlns:table="http://openoffice.org/2000/table"
55 <xsl:template match="table">
/trunk/main/hsqldb/patches/
H A Di121754.patch404 Constraint[] constraintList; // constrainst for the table
423 - table.setColumnTypeVars(colIndex);
425 + table.colSizes[colIndex] = oldCol.getSize();
426 + table.colDefaults[colIndex] = oldCol.getDefaultExpression();
428 table.resetDefaultsFlag();
/trunk/main/i18npool/inc/
H A Dindexentrysupplier_default.hxx79 sal_uInt8 *table; member in com::sun::star::i18n::IndexTable
H A Dtransliteration_Ignore.hxx77 oneToOneMapping *table; member in com::sun::star::i18n::transliteration_Ignore
127 table = 0;\
155 table = 0;\

Completed in 148 milliseconds

12345678910>>...55