Home
last modified time | relevance | path

Searched refs:GetTable (Results 1 – 25 of 148) sorted by last modified time

123456

/trunk/main/sw/source/filter/ww8/
H A Dww8par.cxx3915 rIdx.GetNode().GetTableNode()->GetTable(); in GiveNodePageDesc()
H A Dww8par2.cxx2642 pTblNd->GetTable().SetRowsToRepeat( nRowsToRepeat ); in UseSwTable()
H A Dwrtw8nds.cxx2321 const SwTable& rTable = pTableNode->GetTable(); in OutputTextNode()
2591 pSet = &rNd.GetTableNode()->GetTable().GetFrmFmt()->GetAttrSet(); in OutputSectionNode()
H A Ddocxattributeoutput.cxx259 const SwFrmFmt *pFmt = pTableNode->GetTable().GetFrmFmt(); in StartParagraphProperties()
/trunk/main/sw/source/core/undo/
H A Duntbl.cxx771 SwTable& rTbl = pTNd->GetTable(); in UndoImpl()
992 if( pLast->GetTable() == &rTbl ) in RestoreAttr()
1780 CHECK_TABLE( pTblNd->GetTable() ) in UndoImpl()
1883 CHECK_TABLE( pTblNd->GetTable() ) in UndoImpl()
1893 CHECK_TABLE( pTblNd->GetTable() ) in RedoImpl()
2044 CHECKTABLE(pTblNd->GetTable()) in UndoImpl()
2063 CHECKTABLE(pTblNd->GetTable()) in UndoImpl()
2149 CHECKTABLE(pTblNd->GetTable()) in UndoImpl()
2171 CHECKTABLE(pTblNd->GetTable()) in UndoImpl()
2992 SwTable& rTbl = pTblNd->GetTable(); in UndoImpl()
[all …]
/trunk/main/sw/source/core/layout/
H A Dpaintfrm.cxx2682 !mrTabFrm.GetTable()->GetRowsToRepeat() && in Insert()
4720 0 == pParentTabFrm->GetTable()->GetRowsToRepeat() ) : in lcl_GetCellFrmForBorderAttrs()
4834 if ( pTabFrm->GetTable()->IsNewModel() && ( !IsCellFrm() || IsCoveredCell() ) ) in PaintBorder()
6272 bNewTableModel = pTabFrm->GetTable()->IsNewModel(); in PaintSubsidiaryLines()
H A Dfrmtool.cxx1384 SwTableFmlUpdate aMsgHnt( &pTblNode->GetTable() ); in _InsertCnt()
1387 pTblNode->GetTable().GCLines(); in _InsertCnt()
H A Dtrvlfrm.cxx1901 const SwTabFrm *pTable = pUnion->GetTable(); in MakeTblCrsrs()
2097 && pTabFrm->GetTable()->GetRowsToRepeat() > 0 in CalcFrmRects()
H A Dtabfrm.cxx122 pTable( rTab.GetTable() ) in SwTabFrm()
1062 const sal_uInt16 nRepeat = GetTable()->GetRowsToRepeat(); in Split()
1942 SwHTMLTableLayout *pLayout = GetTable()->GetHTMLTableLayout(); in MakeAll()
1972 const sal_uInt16 nRepeat = GetTable()->GetRowsToRepeat(); in MakeAll()
2152 GetTable()->GetHTMLTableLayout(); in MakeAll()
4362 const SwTable* pTable = pTabFrm->GetTable(); in Format()
4837 if ( pTabFrm->GetTable()->GetRowsToRepeat() > 0 && in IsRowSplitAllowed()
5233 if ( pTab->GetTable()->IsNewModel() ) in Format()
5556 return GetTable()->IsHeadline( *((SwRowFrm*)pTmp)->GetTabLine() ); in IsInHeadline()
5580 sal_uInt16 nRepeat = GetTable()->GetRowsToRepeat(); in GetFirstNonHeadlineRow()
[all …]
H A Dlaycache.cxx258 pTab->GetTable()->GetTableNode()->GetIndex(); in Write()
416 pTab->GetTable()->GetTableNode()->GetIndex(); in CompareLayout()
868 GetTable()->GetRowsToRepeat(); in CheckInsert()
897 … ASSERT( pTab->GetTable()->GetTabLines()[ nRowIdx ], "Table ohne Zeilen?" ); in CheckInsert()
899 … new SwRowFrm( *pTab->GetTable()->GetTabLines()[ nRowIdx ], pTab ); in CheckInsert()
/trunk/main/sw/source/core/view/
H A Dvprint.cxx451 pTNd->GetTable().GetFrmFmt()->SetFmtAttr( SwFmtPageDesc( pPageDesc ) ); in FillPrtDoc()
/trunk/main/solenv/bin/
H A Dpatch_tool.pl722 my $table = $msi->GetTable($table_name);
1192 my $file_table = $msi->GetTable("File");
1385 my $table = $pcp->GetTable("PatchMetadata");
1427 my $table = $pcp->GetTable("Properties");
1472 $pcp->GetTable("ImageFamilies")->SetRow(
1489 $pcp->GetTable("UpgradedImages")->SetRow(
1504 $pcp->GetTable("TargetImages")->SetRow(
1817 $source_msi->GetTable($table_name);
1818 $target_msi->GetTable($table_name);
1899 $source_msi->GetTable($table_name);
[all …]
/trunk/main/sc/source/core/data/
H A Ddocument.cxx185 sal_Bool ScDocument::GetTable( const String& rName, SCTAB& rTab ) const in GetTable() function in ScDocument
288 bOk = !GetTable( rName, nDummy ); in CreateValidTabName()
/trunk/main/sc/source/ui/view/
H A Dviewdata.cxx2815 if (GetDocument()->GetTable(sTabName, nTab)) in ReadUserDataSequence()
2838 if (GetDocument()->GetTable(sTabName, nTab)) in ReadUserDataSequence()
/trunk/main/sw/source/core/unocore/
H A Dunocrsrhelper.cxx390 SwFrmFmt* pTableFmt = (SwFrmFmt*)pTblNode->GetTable().GetFrmFmt(); in getCrsrPropertyValue()
H A Dunoobj.cxx3212 (pStartNode) ? & pStartNode->GetTable() : 0 ); in createEnumeration()
/trunk/main/sw/source/filter/html/
H A Dhtmltab.cxx203 const HTMLTable *GetTable() const { return pTable; } in GetTable() function in HTMLTableCnts
204 HTMLTable *GetTable() { return pTable; } in GetTable() function in HTMLTableCnts
1302 : pPrevCnts->GetTable()->GetPrevBoxStartNode( USHRT_MAX, USHRT_MAX ) ); in GetPrevBoxStartNode()
1861 pCnts->GetTable()->InheritVertBorders( this, nLeftCol, in MakeTableBox()
1872 pCnts->GetTable()->MakeTable( pBox, nAbs, nRel, nLSpace, nRSpace, in MakeTableBox()
1912 pCnts->GetTable()->InheritVertBorders( this, nLeftCol, in MakeTableBox()
1922 pCnts->GetTable()->MakeTable( pBox, nAbs, nRel, nLSpace, in MakeTableBox()
2070 HTMLTable *pTable = pCnts->GetTable(); in SetBorders()
2934 if( pTblNd->GetTable().GetHTMLTableLayout() ) in InsertTableSection()
2941 } while( pOutTbl && pTblNd->GetTable().GetHTMLTableLayout() ); in InsertTableSection()
[all …]
/trunk/main/sc/source/ui/navipi/
H A Dcontent.cxx1465 if ( pSrcDoc->GetTable( aText, nTab ) ) in DoDrag()
/trunk/main/sw/source/core/doc/
H A Ddoc.cxx728 const SwFrmFmt* pFrmFmt = pTblNd->GetTable().GetFrmFmt(); in SplitNode()
748 SwFrmFmt* pFrmFmt = pTblNd->GetTable().GetFrmFmt(); in SplitNode()
H A Dhtmltbl.cxx579 SwHTMLTableLayout *pChild = pTabNd->GetTable().GetHTMLTableLayout(); in AutoLayoutPass1()
616 SwHTMLTableLayout *pChild = pCnts->GetTable(); in AutoLayoutPass1()
1693 pCntnts->GetTable()->SetWidths( bCallPass2, nAbs, nRel, in SetWidths()
/trunk/main/solenv/bin/modules/installer/windows/
H A Dfeature.pm439 my $source_feature_table = $installer::globals::source_msi->GetTable("Feature");
/trunk/main/vcl/source/glyphs/
H A Dgcach_ftyp.cxx406 const unsigned char* FtFontInfo::GetTable( const char* pTag, sal_uLong* pLength ) const in GetTable() function in FtFontInfo
1791 const unsigned char* pCmap = GetTable( "cmap", &nLength ); in GetFontCodeRanges()
1893 const FT_Byte* const pKern = mpFontInfo->GetTable( "kern", &nKernLength ); in GetKernPairs()
2378 const FT_Byte* const pGsubBase = mpFontInfo->GetTable( "GSUB", &nLength ); in ApplyGSUB()
H A Dgcach_ftyp.hxx76 const unsigned char* GetTable( const char*, sal_uLong* pLength=0 ) const;
198 const unsigned char* GetTable( const char* pName, sal_uLong* pLength ) in GetTable() function in FreetypeServerFont
199 { return mpFontInfo->GetTable( pName, pLength ); } in GetTable()
H A Dgcach_layout.cxx228 const unsigned char* pBuffer = mrServerFont.GetTable( pTagName, &nLength ); in getFontTable()
H A Dgraphite_adaptors.cxx186 if (static_cast<bool>(aFtFont.GetTable("Silf", 0)) != (*i).second) in IsGraphiteEnabledFont()
191 bool bHasSilf = aFtFont.GetTable("Silf", 0); in IsGraphiteEnabledFont()
249 … const void * const tbl_buf = static_cast<FreetypeServerFont &>(mrFont).GetTable(tag_name, &temp); in getTable()

Completed in 419 milliseconds

123456