Home
last modified time | relevance | path

Searched refs:aTblName (Results 1 – 3 of 3) sorted by relevance

/AOO42X/main/sw/source/core/unocore/
H A Dunochart.cxx351 String aTblName; // table name in GetTableAndCellsFromRangeRep() local
358 aTblName = rRangeRepresentation.copy( 0, nIdx ); in GetTableAndCellsFromRangeRep()
381 sal_Bool bSuccess = aTblName.Len() != 0 && in GetTableAndCellsFromRangeRep()
385 rTblName = aTblName; in GetTableAndCellsFromRangeRep()
423 String aTblName; // table name in GetFormatAndCreateCursorFromRangeRep() local
427 aTblName, aStartCell, aEndCell ); in GetFormatAndCreateCursorFromRangeRep()
441 if (*ppTblFmt != NULL && (*ppTblFmt)->GetName() == aTblName) in GetFormatAndCreateCursorFromRangeRep()
444 GetTableByName( *pDoc, aTblName, &pTblFmt, NULL ); in GetFormatAndCreateCursorFromRangeRep()
565 String aTblName; in SortSubranges() local
569 aTblName, aStartCell, aEndCell ); in SortSubranges()
[all …]
/AOO42X/main/sw/source/ui/inc/
H A Dinputwin.hxx45 const String& aTblName );
/AOO42X/main/sw/source/core/docnode/
H A Dndtbl.cxx382 String aTblName = GetUniqueTblName(); in InsertTable() local
389 aTblName)); in InsertTable()
425 SwTableFmt* pTableFmt = MakeTblFrmFmt( aTblName, GetDfltFrmFmt() ); in InsertTable()