Home
last modified time | relevance | path

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

/aoo4110/main/svx/source/table/
H A Dtablecontroller.cxx499 bool bInsertAfter = true; in onInsert() local
509 bInsertAfter = ((const SfxBoolItem* )pItem)->GetValue(); in onInsert()
520 if( bInsertAfter ) in onInsert()
551 const sal_Int32 nNewStartColumn = aEnd.mnCol + (bInsertAfter ? 1 : 0); in onInsert()
584 const sal_Int32 nNewRowStart = aEnd.mnRow + (bInsertAfter ? 1 : 0); in onInsert()

Completed in 18 milliseconds