Searched refs:ppTblFmt (Results 1 – 1 of 1) sorted by relevance
394 SwFrmFmt **ppTblFmt, SwTable **ppTable) in GetTableByName() argument408 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() argument431 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 65 milliseconds