Home
last modified time | relevance | path

Searched refs:pTable (Results 26 – 50 of 166) sorted by relevance

1234567

/trunk/main/sw/source/filter/xml/
H A Dxmltbli.cxx246 xSubTable = pTable; in Set()
445 xMyTable( pTable ), in SwXMLTableCellContext_Impl()
742 xMyTable( pTable ) in SwXMLTableColContext_Impl()
819 SwXMLTableContext *pTable,
836 xMyTable( pTable ), in SwXMLTableColsContext_Impl()
897 SwXMLTableContext *pTable, in SwXMLTableRowContext_Impl() argument
900 xMyTable( pTable ), in SwXMLTableRowContext_Impl()
1018 SwXMLTableContext *pTable, in SwXMLTableRowsContext_Impl() argument
1021 xMyTable( pTable ), in SwXMLTableRowsContext_Impl()
1432 SwXMLTableContext *pTable, in SwXMLTableContext() argument
[all …]
/trunk/main/autodoc/source/display/html/
H A Dhd_chlst.cxx572 Table * pTable = aArea.ReleaseTable( ary::cpp::CK_class ); in PerformResult() local
573 if (pTable != 0) in PerformResult()
574 Out() << pTable; in PerformResult()
575 pTable = aArea.ReleaseTable( ary::cpp::CK_struct ); in PerformResult()
576 if (pTable != 0) in PerformResult()
577 Out() << pTable; in PerformResult()
578 pTable = aArea.ReleaseTable( ary::cpp::CK_union ); in PerformResult()
579 if (pTable != 0) in PerformResult()
580 Out() << pTable; in PerformResult()
H A Dprotarea.hxx67 pTable; member
74 ReleaseTable() { return pTable.Release(); } in ReleaseTable()
75 bool WasUsed() const { return pTable; } in WasUsed()
/trunk/main/autodoc/source/display/toolkit/
H A Dhf_funcdecl.cxx37 pTable(0), in HF_FunctionDeclaration()
44 pTable = new Html::Table; in HF_FunctionDeclaration()
46 >> *pTable in HF_FunctionDeclaration()
61 pReturnCell = &( *pTable in ReturnCell()
122 rExceptionRow = *pTable in ExceptionCell()
146 *pTable in ParameterLine()
H A Dhf_navi_sub.cxx61 pTable = new Html::Table; in Setup_Row() local
63 >> *pTable in Setup_Row()
67 pMyRow = &pTable->AddRow(); in Setup_Row()
/trunk/main/cui/source/options/
H A Doptlingu.cxx615 LangImplNameTable *pTable = 0; in GetSortedImplNames() local
624 if (pTable->count( nLang )) in GetSortedImplNames()
1281 for (aIt = pTable->begin(); aIt != pTable->end(); ++aIt) in FillItemSet()
1296 pTable = &pLinguData->GetGrammarTable(); in FillItemSet()
1297 for (aIt = pTable->begin(); aIt != pTable->end(); ++aIt) in FillItemSet()
1312 pTable = &pLinguData->GetHyphTable(); in FillItemSet()
1313 for (aIt = pTable->begin(); aIt != pTable->end(); ++aIt) in FillItemSet()
1328 pTable = &pLinguData->GetThesTable(); in FillItemSet()
1329 for (aIt = pTable->begin(); aIt != pTable->end(); ++aIt) in FillItemSet()
2253 LangImplNameTable *pTable = 0; in IMPL_LINK() local
[all …]
/trunk/main/sw/source/core/layout/
H A Dtrvlfrm.cxx645 const SwTabFrm *pTable = 0; in lcl_UpDown() local
665 pTable = pCnt ? pCnt->FindTabFrm() : 0; in lcl_UpDown()
666 if ( !pTable ) in lcl_UpDown()
667 pTable = pStTab; in lcl_UpDown()
671 !pTable->GetUpper()->IsInTab() ) in lcl_UpDown()
683 if ( pStTab != pTable ) in lcl_UpDown()
694 if ( !pTable->GetUpper()->IsInTab() ) in lcl_UpDown()
699 (pTable->*fnRect->fnGetPrtLeft)(); in lcl_UpDown()
783 if ( pTab != pTable ) in lcl_UpDown()
788 if ( pTable && in lcl_UpDown()
[all …]
/trunk/main/sw/source/ui/vba/
H A Dvbadialog.cxx47 for( const WordDialogTable* pTable = aWordDialogTable; pTable != NULL; pTable++ ) in mapIndexToName() local
49 if( nIndex == pTable->wdDialog ) in mapIndexToName()
51 return rtl::OUString::createFromAscii( pTable->ooDialog ); in mapIndexToName()
H A Dvbastyles.cxx311 for( const BuiltinStyleTable* pTable = aBuiltinStyleTable; pTable != NULL; pTable++ ) in Item() local
313 if( nIndex == pTable->wdBuiltinStyle ) in Item()
315 rtl::OUString aStyleName = rtl::OUString::createFromAscii( pTable->pOOoStyleName ); in Item()
318 … rtl::OUString aStyleType = SwVbaStyle::getOOoStyleTypeFromMSWord( pTable->wdStyleType ); in Item()
319 switch( pTable->wdStyleType ) in Item()
/trunk/main/starmath/source/
H A Dformat.cxx87 const sal_uInt16 *pTable; in GetDefaultFontName() local
90 case SCRIPTTYPE_LATIN : pTable = aLatinDefFnts; break; in GetDefaultFontName()
91 case SCRIPTTYPE_ASIAN : pTable = aCJKDefFnts; break; in GetDefaultFontName()
92 case SCRIPTTYPE_COMPLEX : pTable = aCTLDefFnts; break; in GetDefaultFontName()
94 pTable = aLatinDefFnts; in GetDefaultFontName()
99 pTable[ nIdent ], nLang, in GetDefaultFontName()
/trunk/main/connectivity/source/drivers/ado/
H A DATables.cxx76 OAdoTable* pTable = NULL; in appendObject() local
77 if ( !getImplementation( pTable, descriptor ) || pTable == NULL ) in appendObject()
81 if(!m_aCollection.Append(pTable->getImpl())) in appendObject()
85 return new OAdoTable(this,isCaseSensitive(),m_pCatalog,pTable->getImpl()); in appendObject()
/trunk/main/filter/source/msfilter/
H A Dcountryid.cxx84 static const CountryEntry pTable[] = variable
256 const CountryEntry * const pEnd = pTable + sizeof( pTable ) / sizeof( pTable[ 0 ] );
308 const CountryEntry* pEntry = pTable; in ConvertLanguageToCountry()
329 const CountryEntry* pEntry = std::find_if( pTable, pEnd, CountryEntryPred_Country( eCountry ) ); in ConvertCountryToLanguage()
/trunk/main/sc/source/ui/view/
H A Ddbfunc3.cxx153 ScOutlineTable* pTable = pDoc->GetOutlineTable( nTab ); in TestRemoveOutline() local
154 if (pTable) in TestRemoveOutline()
167 pArray = pTable->GetColArray(); in TestRemoveOutline()
182 pArray = pTable->GetRowArray(); in TestRemoveOutline()
297 if (pTable) in OutlinePossible()
306 pArray = pTable->GetColArray(); in OutlinePossible()
328 pArray = pTable->GetRowArray(); in OutlinePossible()
463 if (pTable) in DoSubTotals()
465 pUndoTab = new ScOutlineTable( *pTable ); in DoSubTotals()
2267 if (pTable) in RepeatDB()
[all …]
/trunk/main/sw/source/core/doc/
H A Ddocchart.cxx206 SwTable* pTable = SwTable::FindTable( &rTblFmt ); in SetTableName() local
209 pPCD->InvalidateTable( pTable ); in SetTableName()
234 void SwDoc::CreateChartInternalDataProviders( const SwTable *pTable ) in CreateChartInternalDataProviders() argument
236 if (pTable) in CreateChartInternalDataProviders()
238 String aName( pTable->GetFrmFmt()->GetName() ); in CreateChartInternalDataProviders()
/trunk/main/svtools/source/control/
H A Dcalendar.cxx98 pTable->Remove( rDate.GetDate() ); in DECLARE_TABLE()
103 static void ImplCalendarSelectDateRange( Table* pTable, in ImplCalendarSelectDateRange() argument
127 void* p = pTable->First(); in ImplCalendarSelectDateRange()
130 Date aDate( pTable->GetCurKey() ); in ImplCalendarSelectDateRange()
135 pTable->Remove( aDate.GetDate() ); in ImplCalendarSelectDateRange()
137 p = pTable->Next(); in ImplCalendarSelectDateRange()
158 void* p = pTable->First(); in ImplCalendarUnSelectDateRange()
161 Date aDate( pTable->GetCurKey() ); in ImplCalendarUnSelectDateRange()
166 pTable->Remove( aDate.GetDate() ); in ImplCalendarUnSelectDateRange()
168 p = pTable->Next(); in ImplCalendarUnSelectDateRange()
[all …]
/trunk/main/sc/source/filter/html/
H A Dhtmlpars.cxx1856 inline void SetCurrTable( ScHTMLTable* pTable ) const in SetCurrTable()
1857 { if( pTable ) mpCurrTable = pTable; } in SetCurrTable()
1894 ScHTMLTable* pTable = new ScHTMLTable( mrParentTable, rInfo, bPreFormText ); in CreateTable() local
1895 maTables[ pTable->GetTableId() ].reset( pTable ); in CreateTable()
1896 SetCurrTable( pTable ); in CreateTable()
1897 return pTable; in CreateTable()
2380 return pTable; in GetExistingTable()
2651 if( bProcessColWidth && pTable ) in RecalcDocSize()
2655 aDocSize.mnRows += pTable ? pTable->GetDocSize( tdRow ) : 1; in RecalcDocSize()
2692 if( ScHTMLTable* pTable = GetExistingTable( pEntry->GetTableId() ) ) in RecalcDocPos() local
[all …]
H A Dhtmlimp.cxx194 ScHTMLTable* pTable = NULL; in WriteToDocument() local
196 while( (pTable = pGlobTable->FindNestedTable( ++nTableId )) != 0 ) in WriteToDocument()
198 pTable->GetDocRange( aNewRange ); in WriteToDocument()
203 if( pTable->GetTableName().Len() ) in WriteToDocument()
205 String aName( ScfTools::GetNameFromHTMLName( pTable->GetTableName() ) ); in WriteToDocument()
/trunk/main/vcl/unx/generic/fontmanager/
H A Dfontmanager.cxx503 /*sal_uInt16 nVersion =*/ getUInt16BE( pTable ); in queryMetricPage()
504 /*sal_uInt16 nLength =*/ getUInt16BE( pTable ); in queryMetricPage()
505 sal_uInt16 nCoverage = getUInt16BE( pTable ); in queryMetricPage()
513 sal_uInt16 nPairs = getUInt16BE( pTable ); in queryMetricPage()
514 pTable += 6; in queryMetricPage()
545 const sal_uInt8* pSubTable = pTable; in queryMetricPage()
603 /*sal_uInt32 nLength =*/ getUInt32BE( pTable ); in queryMetricPage()
604 sal_uInt16 nCoverage = getUInt16BE( pTable ); in queryMetricPage()
625 sal_uInt16 nPairs = getUInt16BE( pTable ); in queryMetricPage()
626 pTable += 6; in queryMetricPage()
[all …]
/trunk/main/sc/source/core/data/
H A Dtable2.cxx453 if (pColWidth && pTable->pColWidth) in CopyToClip()
455 pTable->pColWidth[i] = pColWidth[i]; in CopyToClip()
457 pTable->CopyColHidden(*this, 0, nCol2); in CopyToClip()
458 pTable->CopyColFiltered(*this, 0, nCol2); in CopyToClip()
460 if (pRowFlags && pTable->pRowFlags && mpRowHeights && pTable->mpRowHeights) in CopyToClip()
463 pTable->CopyRowHeight(*this, 0, nRow2, 0); in CopyToClip()
466 pTable->CopyRowHidden(*this, 0, nRow2); in CopyToClip()
467 pTable->CopyRowFiltered(*this, 0, nRow2); in CopyToClip()
473 pTable->aCol[i].RemoveProtected(nRow1, nRow2); in CopyToClip()
506 pColWidth[i] = pTable->pColWidth[i-nDx]; in CopyFromClip()
[all …]
/trunk/main/sc/source/ui/unoobj/
H A Dlinkuno.cxx1492 ScExternalSheetCacheObj::ScExternalSheetCacheObj(ScExternalRefCache::TableTypeRef pTable, size_t nI… in ScExternalSheetCacheObj() argument
1493 mpTable(pTable), in ScExternalSheetCacheObj()
1612 pTable->setWholeTableCached(); in addSheetCache()
1614 … Reference< sheet::XExternalSheetCache > aSheetCache(new ScExternalSheetCacheObj(pTable, nIndex)); in addSheetCache()
1623 …ScExternalRefCache::TableTypeRef pTable = mpRefMgr->getCacheTable(mnFileId, aName, false, &nIndex); in getByName() local
1624 if (!pTable) in getByName()
1627 … Reference< sheet::XExternalSheetCache > aSheetCache(new ScExternalSheetCacheObj(pTable, nIndex)); in getByName()
1660 ScExternalRefCache::TableTypeRef pTable = mpRefMgr->getCacheTable(mnFileId, aName, false); in hasByName() local
1661 return (pTable.get() != NULL); in hasByName()
1687 if (!pTable) in getByIndex()
[all …]
/trunk/main/sw/inc/
H A Dtblsel.hxx125 SwTabFrm *pTable; //Die (Follow-)Table zu der Union. member in SwSelUnion
129 aUnion( rRect ), pTable( pTab ) {} in SwSelUnion()
133 const SwTabFrm *GetTable() const { return pTable; } in GetTable()
134 SwTabFrm *GetTable() { return pTable; } in GetTable()
/trunk/main/connectivity/source/drivers/calc/
H A DCTables.cxx51 …OCalcTable* pTable = new OCalcTable(this,(OCalcConnection*)static_cast<OFileCatalog&>(m_rParent).g… in createObject() local
53 sdbcx::ObjectType xRet = pTable; in createObject()
54 pTable->construct(); in createObject()
/trunk/main/idl/source/objects/
H A Dslot.cxx1597 Table * pTable ) in WriteSrc() argument
1603 if( !pTable->IsKeyValid( nSId ) ) in WriteSrc()
1605 pTable->Insert( nSId, this ); in WriteSrc()
1647 if( !bIdOk || !pTable->IsKeyValid( nSId2 ) ) in WriteSrc()
1649 pTable->Insert( nSId2, this ); in WriteSrc()
1669 Table * pTable ) in WriteHelpId() argument
1672 if( !pTable->IsKeyValid( nSId ) ) in WriteHelpId()
1674 pTable->Insert( nSId, this ); in WriteHelpId()
1699 if( !bIdOk || !pTable->IsKeyValid( nSId2 ) ) in WriteHelpId()
1701 pTable->Insert( nSId2, this ); in WriteHelpId()
/trunk/main/sc/source/ui/docshell/
H A Ddbdocfun.cxx297 ScOutlineTable* pTable = pDoc->GetOutlineTable( nTab ); in RepeatDB() local
298 if (pTable) in RepeatDB()
300 pUndoTab = new ScOutlineTable( *pTable ); in RepeatDB()
305 pTable->GetColArray()->GetRange( nOutStartCol, nOutEndCol ); in RepeatDB()
306 pTable->GetRowArray()->GetRange( nOutStartRow, nOutEndRow ); in RepeatDB()
1053 ScOutlineTable* pTable = pDoc->GetOutlineTable( nTab ); in DoSubTotals() local
1054 if (pTable) in DoSubTotals()
1056 pUndoTab = new ScOutlineTable( *pTable ); in DoSubTotals()
1061 pTable->GetColArray()->GetRange( nOutStartCol, nOutEndCol ); in DoSubTotals()
1062 pTable->GetRowArray()->GetRange( nOutStartRow, nOutEndRow ); in DoSubTotals()
/trunk/main/vcl/source/gdi/
H A Dpdfwriter_impl2.cxx1940 const PixelCode* pTable = i_bWhitePixel ? WhitePixelCodes : BlackPixelCodes; in putG4Span() local
1945 putG4Bits( pTable[103].mnCodeBits, pTable[103].mnCode, io_rState ); in putG4Span()
1946 i_nSpan -= pTable[103].mnEncodedPixels; in putG4Span()
1952 … OSL_ASSERT( pTable[nTabIndex].mnEncodedPixels == static_cast<sal_uInt32>(64*(i_nSpan >> 6)) ); in putG4Span()
1953 putG4Bits( pTable[nTabIndex].mnCodeBits, pTable[nTabIndex].mnCode, io_rState ); in putG4Span()
1954 i_nSpan -= pTable[nTabIndex].mnEncodedPixels; in putG4Span()
1956 putG4Bits( pTable[i_nSpan].mnCodeBits, pTable[i_nSpan].mnCode, io_rState ); in putG4Span()

Completed in 247 milliseconds

1234567