Home
last modified time | relevance | path

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

/aoo4110/main/sw/source/core/unocore/
H A Dunochart.cxx394 SwFrmFmt **ppTblFmt, SwTable **ppTable) in GetTableByName() argument
408 if (ppTblFmt) in GetTableByName()
409 *ppTblFmt = pTblFmt; in GetTableByName()
419 …SwFrmFmt **ppTblFmt, // will be set to the table format of the table used in the range repr… in GetFormatAndCreateCursorFromRangeRep() argument
431 if (ppTblFmt) in GetFormatAndCreateCursorFromRangeRep()
432 *ppTblFmt = NULL; in GetFormatAndCreateCursorFromRangeRep()
441 if (*ppTblFmt != NULL && (*ppTblFmt)->GetName() == aTblName) in GetFormatAndCreateCursorFromRangeRep()
442 pTblFmt = *ppTblFmt; in GetFormatAndCreateCursorFromRangeRep()
443 else if (ppTblFmt) in GetFormatAndCreateCursorFromRangeRep()
446 if (ppTblFmt) in GetFormatAndCreateCursorFromRangeRep()
[all …]

Completed in 33 milliseconds