Home
last modified time | relevance | path

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

/aoo41x/main/dbaccess/source/ui/querydesign/
H A DQueryDesignFieldUndoAct.hxx91 long m_nNextWidth; member in dbaui::OTabFieldSizedUndoAct
94 …pSelBrwBox) : OQueryDesignFieldUndoAct(pSelBrwBox, STR_QUERY_UNDO_SIZE_COLUMN), m_nNextWidth(0) { } in OTabFieldSizedUndoAct()
96 inline void SetOriginalWidth(long nWidth) { m_nNextWidth = nWidth; } in SetOriginalWidth()
H A DQueryTabWinUndoAct.cxx126 pOwner->SetColWidth(nColumnId, m_nNextWidth); in Undo()
127 m_nNextWidth = nNextWidth; in Undo()

Completed in 14 milliseconds