Lines Matching refs:aTableConfig
176 SwTableConfig aTableConfig; member in SwModuleOptions
187 TblChgMode GetTblMode() const { return aTableConfig.eTblChgMode;} in GetTblMode()
188 void SetTblMode( TblChgMode eSet ) { aTableConfig.eTblChgMode = eSet; in SetTblMode()
189 aTableConfig.SetModified();} in SetTblMode()
191 sal_uInt16 GetTblHMove() const { return aTableConfig.nTblHMove;} in GetTblHMove()
192 void SetTblHMove( sal_uInt16 nSet ) { aTableConfig.nTblHMove = nSet; in SetTblHMove()
193 aTableConfig.SetModified();} in SetTblHMove()
195 sal_uInt16 GetTblVMove() const { return aTableConfig.nTblVMove;} in GetTblVMove()
196 void SetTblVMove( sal_uInt16 nSet ) { aTableConfig.nTblVMove = nSet; in SetTblVMove()
197 aTableConfig.SetModified();} in SetTblVMove()
199 sal_uInt16 GetTblHInsert() const {return aTableConfig.nTblHInsert;} in GetTblHInsert()
200 void SetTblHInsert( sal_uInt16 nSet ) { aTableConfig.nTblHInsert = nSet; in SetTblHInsert()
201 aTableConfig.SetModified();} in SetTblHInsert()
203 sal_uInt16 GetTblVInsert() const {return aTableConfig.nTblVInsert;} in GetTblVInsert()
204 void SetTblVInsert( sal_uInt16 nSet ) { aTableConfig.nTblVInsert = nSet; in SetTblVInsert()
205 aTableConfig.SetModified();} in SetTblVInsert()
245 { return bHTML ? aWebTableConfig.bInsTblFormatNum : aTableConfig.bInsTblFormatNum; } in IsInsTblFormatNum()
247 { bHTML ? (aWebTableConfig.bInsTblFormatNum = b) : (aTableConfig.bInsTblFormatNum = b); in SetInsTblFormatNum()
248 bHTML ? aWebTableConfig.SetModified() : aTableConfig.SetModified();} in SetInsTblFormatNum()
251 … { return bHTML ? aWebTableConfig.bInsTblChangeNumFormat : aTableConfig.bInsTblChangeNumFormat; } in IsInsTblChangeNumFormat()
253 …{ bHTML ? (aWebTableConfig.bInsTblChangeNumFormat = b) : (aTableConfig.bInsTblChangeNumFormat = b); in SetInsTblChangeNumFormat()
254 bHTML ? aWebTableConfig.SetModified() : aTableConfig.SetModified();} in SetInsTblChangeNumFormat()
258 { return bHTML ? aWebTableConfig.bInsTblAlignNum : aTableConfig.bInsTblAlignNum; } in IsInsTblAlignNum()
260 { bHTML ? (aWebTableConfig.bInsTblAlignNum = b) : (aTableConfig.bInsTblAlignNum = b); in SetInsTblAlignNum()
261 bHTML ? aWebTableConfig.SetModified() : aTableConfig.SetModified();;} in SetInsTblAlignNum()