Home
last modified time | relevance | path

Searched refs:pTable (Results 51 – 75 of 166) sorted by relevance

1234567

/trunk/main/autodoc/source/display/html/
H A Dprotarea.cxx126 return pTable in GetTable()
127 ? *pTable in GetTable()
128 : *( pTable = &Create_ChildListTable(sTableTitle) ); in GetTable()
H A Dhtml_kit.hxx131 csi::html::Table* pTable; member in adcdisp::ExplanationTable
148 csi::html::Table* pTable; member in adcdisp::ParameterTable
168 csi::html::Table* pTable; member in adcdisp::FlagTable
H A Dnav_main.cxx239 Table * pTable = new Table; in Write2() local
241 >> *pTable in Write2()
246 TableRow & rRow = pTable->AddRow(); in Write2()
/trunk/main/connectivity/source/drivers/dbase/
H A DDIndexColumns.cxx46 const ODbaseTable* pTable = m_pIndex->getTable(); in createObject() local
48 ::vos::ORef<OSQLColumns> aCols = pTable->getTableColumns(); in createObject()
68 ,pTable->getConnection()->getMetaData()->supportsMixedCaseQuotedIdentifiers()); in createObject()
/trunk/main/sw/source/core/unocore/
H A Dunoobj2.cxx474 SwStartNode const*const pStartNode, SwTable const*const pTable) in Impl() argument
483 , m_pOwnTable( pTable ) in Impl()
535 SwStartNode const*const pStartNode, SwTable const*const pTable) in SwXParagraphEnumeration() argument
537 pStartNode, pTable) ) in SwXParagraphEnumeration()
705 text::XTextTable *const pTable = in NextElement_Impl() local
708 static_cast<SwXTextTable*>(pTable)); in NextElement_Impl()
837 SwTable *const pTable = SwTable::FindTable( &rTblFmt ); in SwXTextRange() local
838 SwTableNode *const pTblNode = pTable->GetTableNode(); in SwXTextRange()
967 SwTable const*const pTable = SwTable::FindTable( pTblFmt ); in getText() local
968 SwTableNode const*const pTblNode = pTable->GetTableNode(); in getText()
H A Dunotext.cxx688 SwTable *const pTable = SwTable::FindTable( pTableFmt ); in insertTextContentBefore() local
689 SwTableNode *const pTblNode = pTable->GetTableNode(); in insertTextContentBefore()
750 SwTable *const pTable = SwTable::FindTable( pTableFmt ); in insertTextContentAfter() local
751 SwTableNode *const pTblNode = pTable->GetTableNode(); in insertTextContentAfter()
802 SwTable *const pTable = SwTable::FindTable( pTableFmt ); in removeTextContentBefore() local
803 SwTableNode *const pTblNode = pTable->GetTableNode(); in removeTextContentBefore()
858 SwTable *const pTable = SwTable::FindTable( pTableFmt ); in removeTextContentAfter() local
859 SwTableNode *const pTblNode = pTable->GetTableNode(); in removeTextContentAfter()
2290 SwTable const*const pTable = m_pImpl->m_pDoc->TextToTable( aTableNodes ); in convertToTable() local
2291 SwXTextTable *const pTextTable = new SwXTextTable( *pTable->GetFrmFmt() ); in convertToTable()
/trunk/main/sw/source/filter/html/
H A Dswhtml.hxx418 HTMLTable *pTable;// the current "outermost" table member in SwHTMLParser
859 void BuildTableCell( HTMLTable *pTable, sal_Bool bReadOptions, sal_Bool bHead );
860 …void BuildTableRow( HTMLTable *pTable, sal_Bool bReadOptions,SvxAdjust eGrpAdjust, sal_Int16 eVert…
861 void BuildTableSection( HTMLTable *pTable, sal_Bool bReadOptions, sal_Bool bHead );
862 void BuildTableColGroup( HTMLTable *pTable, sal_Bool bReadOptions );
863 void BuildTableCaption( HTMLTable *pTable );
H A Dswhtml.cxx282 pTable(0), in SwHTMLParser()
1387 bCallNextToken = pAppletImpl!=0 && pTable!=0; in NextToken()
1394 bCallNextToken = pAppletImpl!=0 && pTable!=0; in NextToken()
1507 bCallNextToken = pTable!=0; in NextToken()
1578 bCallNextToken = pMarquee!=0 && pTable!=0; in NextToken()
1856 bCallNextToken = bInField && pTable!=0; in NextToken()
1923 bCallNextToken = bTextArea && pTable!=0; in NextToken()
1928 bCallNextToken = bSelect && pTable!=0; in NextToken()
2345 if( !pTable && !--nParaCnt ) in AppendTxtNode()
3857 if( HTML_LI_ON==nOpenParaToken && pTable ) in EndPara()
[all …]
/trunk/main/sw/source/core/inc/
H A Dtabfrm.hxx42 SwTable* pTable; member in SwTabFrm
140 const SwTable *GetTable() const { return pTable; } in GetTable()
141 SwTable *GetTable() { return pTable; } in GetTable()
/trunk/main/sw/source/core/docnode/
H A Dndtbl.cxx934 SwTable * pTable = &pTblNd->GetTable(); in TextToTable() local
1069 for( n = 0; n < pTable->GetTabLines().Count(); ++n ) in TextToTable()
1090 SwTableLines& rLns = pTable->GetTabLines(); in TextToTable()
1333 SwTable * pTable = &pTblNd->GetTable(); in TextToTable() local
1447 SwTableLines& rLns = pTable->GetTabLines(); in TextToTable()
2426 pTable = new SwTable( 0 ); in SwTableNode()
2437 delete pTable; in ~SwTableNode()
2442 return new SwTabFrm( *pTable, pSib ); in MakeFrm()
2560 delete pTable; in SetNewTable()
2561 pTable = pNewTable; in SetNewTable()
[all …]
/trunk/main/sw/source/core/text/
H A DEnhancedPDFExportHelper.cxx228 const SwTable* pTable = pTabFrm->GetTable(); in lcl_GetKeyFromFrame() local
229 … pKey = (void*) & static_cast<const SwCellFrm&>(rFrm).GetTabBox()->FindStartOfRowSpan( *pTable ); in lcl_GetKeyFromFrame()
729 const SwTable* pTable = pTabFrm->GetTable(); in SetAttributes() local
733 … const TableColumnsMapEntry& rCols = SwEnhancedPDFExportHelper::GetTableColumnsMap()[ pTable ]; in SetAttributes()
1218 const SwTable* pTable = pTabFrm->GetTable(); in BeginBlockStructureElements() local
1221 const TableColumnsMap::const_iterator aIter = rTableColumnsMap.find( pTable ); in BeginBlockStructureElements()
1226 TableColumnsMapEntry& rCols = rTableColumnsMap[ pTable ]; in BeginBlockStructureElements()
1280 const SwTabFrm* pTable = static_cast<const SwCellFrm*>(pFrm)->FindTabFrm(); in BeginBlockStructureElements() local
1281 … if ( pTable->IsInHeadline( *pFrm ) || lcl_IsHeadlineCell( *static_cast<const SwCellFrm*>(pFrm) ) ) in BeginBlockStructureElements()
/trunk/main/filter/source/graphicfilter/eps/
H A Deps.cxx154 PSLZWCTreeNode* pTable; // LZW compression data member in PSWriter
2641 pTable = new PSLZWCTreeNode[ 4096 ]; in StartCompression()
2645 pTable[ i ].pBrother = pTable[ i ].pFirstChild = NULL; in StartCompression()
2646 pTable[ i ].nValue = (sal_uInt8)( pTable[ i ].nCode = i ); in StartCompression()
2662 pPrefix = pTable + nCompThis; in Compress()
2684 pTable[ i ].pFirstChild = NULL; in Compress()
2694 p = pTable + ( nTableSize++ ); in Compress()
2701 pPrefix = pTable + nV; in Compress()
2714 delete[] pTable; in EndCompression()
/trunk/main/cui/source/dialogs/
H A Dhltpbase.cxx776 SvxMacroTableDtor* pTable = GetMacroTable(); in FillItemSet() local
779 aStrIntName, eMode, nEvents, pTable ); in FillItemSet()
850 SvxMacroTableDtor* pTable = GetMacroTable(); in DeactivatePage() local
855 aStrIntName, eMode, nEvents, pTable ); in DeactivatePage()
/trunk/main/sc/source/core/data/
H A Ddocumen8.cxx460 ScTable* pTable = NULL; in IdleCalcTextWidth() local
487 pTable = pTab[nTab]; in IdleCalcTextWidth()
489 pStyle = (ScStyleSheet*)pStylePool->Find( pTable->aPageStyle, in IdleCalcTextWidth()
501 pColumn = &pTable->aCol[nCol]; in IdleCalcTextWidth()
567 pTable = pTab[nTab]; in IdleCalcTextWidth()
568 pStyle = (ScStyleSheet*)pStylePool->Find( pTable->aPageStyle, in IdleCalcTextWidth()
589 pColumn = &pTable->aCol[nCol]; in IdleCalcTextWidth()
/trunk/main/idl/source/objects/
H A Dmodule.cxx471 Table* pTable ) in WriteHelpIds() argument
476 pClass->WriteHelpIds( rBase, rOutStm, pTable ); in WriteHelpIds()
646 Table * pTable ) in WriteSrc() argument
653 aClassList.GetObject( n )->WriteSrc( rBase, rOutStm, pTable ); in WriteSrc()
H A Dobject.cxx941 Table* pTable ) in WriteHelpIds() argument
946 pAttr->WriteHelpId( rBase, rOutStm, pTable ); in WriteHelpIds()
954 Table * pTable ) in WriteSrc() argument
959 pAttr->WriteSrc( rBase, rOutStm, pTable ); in WriteSrc()
/trunk/main/sw/source/filter/ww8/
H A Dww8par2.cxx242 const SwTable* pTable; // Tabelle member in WW8TabDesc
1869 pTable(0), in WW8TabDesc()
2451 pApply = pTable->GetFrmFmt(); in SetSizePosition()
2521 pTable = pIo->rDoc.InsertTable( in CreateSwTable()
2525 ASSERT(pTable && pTable->GetFrmFmt(), "insert table failed"); in CreateSwTable()
2526 if (!pTable || !pTable->GetFrmFmt()) in CreateSwTable()
2529 SwTableNode* pTableNode = pTable->GetTableNode(); in CreateSwTable()
2565 pTable->GetFrmFmt()->SetFmtAttr(SwFmtFrmSize(ATT_FIX_SIZE, nSwWidth)); in CreateSwTable()
2571 pTable->GetFrmFmt()->SetFmtAttr(aDirection); in CreateSwTable()
2630 pTabLines = &pTable->GetTabLines(); in UseSwTable()
[all …]
H A Ddocxattributeoutput.cxx216 const SwTable *pTable = pInner->getTable( ); in FinishTableRowCell() local
217 const SwTableLines& rLines = pTable->GetTabLines( ); in FinishTableRowCell()
1196 const SwTable* pTable = pTableTextNodeInfoInner->getTable( ); in InitTableHelper() local
1197 const SwFrmFmt *pFmt = pTable->GetFrmFmt( ); in InitTableHelper()
1200 const SwHTMLTableLayout *pLayout = pTable->GetHTMLTableLayout(); in InitTableHelper()
1239 const SwTable *pTable = pTableTextNodeInfoInner->getTable( ); in StartTableRow() local
1240 if ( pTable->GetRowsToRepeat( ) > pTableTextNodeInfoInner->getRow( ) ) in StartTableRow()
1308 const SwTable *pTable = pTableTextNodeInfoInner->getTable(); in TableDefinition() local
1309 SwFrmFmt *pTblFmt = pTable->GetFrmFmt( ); in TableDefinition()
1427 const SwTable * pTable = pTableTextNodeInfoInner->getTable(); in TableBidi() local
[all …]
/trunk/main/xmloff/source/xforms/
H A Dxformsexport.cxx130 const ExportTable* pTable );
454 const ExportTable* pTable ) in lcl_exportDataTypeFacets() argument
457 for( const ExportTable* pCurrent = pTable; in lcl_exportDataTypeFacets()
618 const ExportTable* pTable ) in lcl_export() argument
620 for( const ExportTable* pCurrent = pTable; in lcl_export()
/trunk/main/connectivity/source/drivers/ado/
H A DADatabaseMetaDataImpl.cxx541 _ADOTable* pTable = NULL; in Create() local
546 (void**)&pTable ); in Create()
551 operator=( pTable ); in Create()
552 pTable->Release(); in Create()
/trunk/main/connectivity/source/sdbcx/
H A DVTable.cxx243 …OTable* pTable = new OTable(m_pTables,isCaseSensitive(),m_Name,m_Type,m_Description,m_SchemaName,m… in createDataDescriptor() local
244 pTable->setNew(sal_True); in createDataDescriptor()
245 return pTable; in createDataDescriptor()
/trunk/main/connectivity/source/drivers/calc/
H A DCColumns.cxx41 OCalcTable* pTable = (OCalcTable*)m_pTable; in createObject() local
42 ::vos::ORef<OSQLColumns> aCols = pTable->getTableColumns(); in createObject()
/trunk/main/connectivity/source/drivers/flat/
H A DEColumns.cxx42 OFlatTable* pTable = (OFlatTable*)m_pTable; in createObject() local
43 ::vos::ORef<OSQLColumns> aCols = pTable->getTableColumns(); in createObject()
/trunk/main/sw/source/core/doc/
H A DSwStyleNameMapper.cxx991 …r::NewProgNameArray( SvStringsDtor*& pProgNameArray, const SwTableEntry *pTable, sal_uInt8 nCount ) in NewProgNameArray() argument
996 while (pTable->nLength) in NewProgNameArray()
998 String* pStr = new String( pTable->pChar, pTable->nLength, RTL_TEXTENCODING_ASCII_US ); in NewProgNameArray()
1000 pTable++; in NewProgNameArray()
/trunk/main/accessibility/source/extended/
H A DAccessibleGridControl.cxx175 …AccessibleGridControlTable* pTable = new AccessibleGridControlTable(m_pImpl->m_aCreator, m_aTable,… in getAccessibleChild() local
176 m_pImpl->m_xTable = pTable; in getAccessibleChild()
177 m_pImpl->m_pTable = pTable; in getAccessibleChild()

Completed in 228 milliseconds

1234567