Lines Matching refs:pOwner
56 , pOwner(pSelBrwBox) in DBG_NAME()
65 pOwner = NULL; in ~OQueryDesignFieldUndoAct()
71 OQueryTabWinUndoAct::OQueryTabWinUndoAct(OQueryTableView* pOwner, sal_uInt16 nCommentID) in DBG_NAME()
72 :OQueryDesignUndoAction(pOwner, nCommentID) in DBG_NAME()
104 pOwner->EnterUndoMode(); in Undo()
106 OSL_ENSURE(m_nColumnPostion < pOwner->GetColumnCount(),"Position outside the column count!"); in Undo()
109 sal_uInt16 nColumnId = pOwner->GetColumnId(m_nColumnPostion); in Undo()
110 String strNext = pOwner->GetCellContents(m_nCellIndex, nColumnId); in Undo()
111 pOwner->SetCellContents(m_nCellIndex, nColumnId, m_strNextCellContents); in Undo()
114 pOwner->LeaveUndoMode(); in Undo()
120 pOwner->EnterUndoMode(); in Undo()
124 sal_uInt16 nColumnId = pOwner->GetColumnId(m_nColumnPostion); in Undo()
125 long nNextWidth = pOwner->GetColumnWidth(nColumnId); in Undo()
126 pOwner->SetColWidth(nColumnId, m_nNextWidth); in Undo()
129 pOwner->LeaveUndoMode(); in Undo()
134 pOwner->EnterUndoMode(); in Undo()
139 sal_uInt16 nOldPos = pOwner->GetColumnPos(nId); in Undo()
140 pOwner->SetColumnPos(nId,m_nColumnPostion); in Undo()
141 pOwner->ColumnMoved(nId,sal_False); in Undo()
144 pOwner->LeaveUndoMode(); in Undo()