/aoo4110/main/dbaccess/source/ui/tabledesign/ |
H A D | TEditControl.cxx | 660 switch( nColId) in SaveData() 754 switch( nColId ) in SaveModified() 842 switch ( nColId ) in CellModified() 871 if( nColId != FIELD_TYPE ) in CellModified() 879 SaveData(nRow,nColId); in CellModified() 1124 GoToColumnId( nColId ); in GetControlText() 1147 GoToColumnId( nColId ); in SetControlText() 1176 switch( nColId ) in SetCellData() 1201 switch( nColId ) in SetCellData() 1290 switch( nColId ) in GetCellData() [all …]
|
H A D | TEditControl.hxx | 122 virtual String GetCellText(long nRow, sal_uInt16 nColId) const; 123 virtual sal_uInt32 GetTotalCellWidth(long nRow, sal_uInt16 nColId); 156 virtual void SetCellData( long nRow, sal_uInt16 nColId, const TOTypeInfoSP& _pTypeInfo ); 157 …virtual void SetCellData( long nRow, sal_uInt16 nColId, const ::com::sun::star::uno::Any& _rSav… 158 virtual ::com::sun::star::uno::Any GetCellData( long nRow, sal_uInt16 nColId ); 159 virtual void SetControlText( long nRow, sal_uInt16 nColId, const String& rText ); 160 virtual String GetControlText( long nRow, sal_uInt16 nColId ); 167 void CellModified( long nRow, sal_uInt16 nColId );
|
H A D | TableFieldControl.cxx | 67 void OTableFieldControl::CellModified(long nRow, sal_uInt16 nColId ) in CellModified() argument 69 GetCtrl()->CellModified(nRow,nColId); in CellModified()
|
H A D | TableDesignControl.cxx | 155 sal_uInt16 nColId = GetColumnAtXPosPixel(rEvt.GetMousePosPixel().X()); in Command() local 158 if ( nColId == HANDLE_ID ) in Command()
|
/aoo4110/main/dbaccess/source/ui/querydesign/ |
H A D | SelectionBrowseBox.cxx | 353 EditBrowseBox::ColumnMoved( nColId ); in ColumnMoved() 496 if ( nColId > getFields().size() ) in GetController() 530 if ( nColId == BROWSER_INVALIDID ) in InitController() 532 sal_uInt16 nPos = GetColumnPos(nColId); in InitController() 1555 ActivateCell(nRow , nColId); in DeleteFields() 1568 SetColumnWidth(nColId, nNewWidth); in SetColWidth() 2090 if ( !IsColumnSelected( nColId ) ) in Command() 2093 SelectColumnId( nColId ); in Command() 2102 RemoveField(nColId); in Command() 2466 RowModified(nCellIndex, nColId); in SetCellContents() [all …]
|
H A D | SelectionBrowseBox.hxx | 137 void SetColWidth(sal_uInt16 nColId, long lNewWidth); 140 String GetCellContents(sal_Int32 nCellIndex, sal_uInt16 nColId); 141 void SetCellContents(sal_Int32 nCellIndex, sal_uInt16 nColId, const String& strNewText); 162 virtual void ColumnMoved( sal_uInt16 nColId ) { ColumnMoved(nColId,sal_True); } in ColumnMoved() argument 163 void ColumnMoved( sal_uInt16 nColId,sal_Bool _bCreateUndo); 231 virtual sal_uInt32 GetTotalCellWidth(long nRow, sal_uInt16 nColId) const; 232 virtual void ColumnResized( sal_uInt16 nColId ); 234 virtual sal_uInt32 GetTotalCellWidth(long nRow, sal_uInt16 nColId); 252 Rectangle GetInvalidRect( sal_uInt16 nColId );
|
/aoo4110/main/svtools/inc/svtools/ |
H A D | brwbox.hxx | 153 sal_uInt16 nColId; member in BrowseEvent 165 sal_uInt16 GetColumnId() const { return nColId; } in GetColumnId() 334 { SelectColumnPos( GetColumnPos(nColId), _bSelect, bMakeVisible); } in SelectColumnId() 471 virtual void ColumnMoved( sal_uInt16 nColId ); 472 virtual void ColumnResized( sal_uInt16 nColId ); 473 virtual long QueryColumnResize( sal_uInt16 nColId, long nWidth ); 544 sal_Bool GoToColumnId( sal_uInt16 nColId ); 545 sal_Bool GoToRowColumnId( long nRow, sal_uInt16 nColId ); 554 { SelectColumnPos( GetColumnPos(nColId), _bSelect, sal_True); } in SelectColumnId() 579 Rectangle GetFieldRectPixel( long nRow, sal_uInt16 nColId, [all …]
|
H A D | editbrowsebox.hxx | 523 virtual void ColumnResized(sal_uInt16 nColId); 545 Rectangle GetCellRect(long nRow, sal_uInt16 nColId, sal_Bool bRelToBrowser = sal_True) const; 546 virtual sal_uInt32 GetTotalCellWidth(long nRow, sal_uInt16 nColId); 547 virtual sal_uInt32 GetAutoColumnWidth(sal_uInt16 nColId); 550 virtual void PaintCell(OutputDevice& rDev, const Rectangle& rRect, sal_uInt16 nColId) const = 0;
|
/aoo4110/main/dbaccess/source/ui/browser/ |
H A D | sbagrid.cxx | 622 sal_Int16 nColId = -1; in dispatch() local 638 nColId = ::comphelper::getINT16(pArgs->Value); in dispatch() 665 if (nColId != -1) in dispatch() 667 pGrid->SetColAttrs(nColId); in dispatch() 674 if (nColId != -1) in dispatch() 676 pGrid->SetColWidth(nColId); in dispatch() 859 sal_Bool bColAttrs = (nColId != (sal_uInt16)-1) && (nColId != 0); in PreExecuteColumnContextMenu() 1005 void SbaGridControl::SetColWidth(sal_uInt16 nColId) in SetColWidth() argument 1008 sal_uInt16 nModelPos = GetModelColumnPos(nColId); in SetColWidth() 1081 void SbaGridControl::SetColAttrs(sal_uInt16 nColId) in SetColAttrs() argument [all …]
|
/aoo4110/main/cui/source/options/ |
H A D | connpooloptions.cxx | 64 virtual String GetCellText( long nRow, sal_uInt16 nColId ) const; 84 virtual void PaintCell( OutputDevice& rDev, const Rectangle& rRect, sal_uInt16 nColId ) const; 96 virtual sal_uInt32 GetTotalCellWidth(long nRow, sal_uInt16 nColId); 215 sal_uInt32 DriverListControl::GetTotalCellWidth(long nRow, sal_uInt16 nColId) in GetTotalCellWidth() argument 217 return GetDataWindow().GetTextWidth(GetCellText(nRow, nColId)); in GetTotalCellWidth() 253 String DriverListControl::GetCellText( long nRow, sal_uInt16 nColId ) const in GetCellText() 262 sReturn = implGetCellText(m_aSettings.begin() + nRow, nColId); in GetCellText() 299 …void DriverListControl::PaintCell( OutputDevice& rDev, const Rectangle& rRect, sal_uInt16 nColId )… in PaintCell() 310 switch (nColId) in PaintCell() 317 rDev.DrawText(rRect, implGetCellText(m_aSeekRow, nColId), nStyle); in PaintCell()
|
/aoo4110/main/svtools/source/brwbox/ |
H A D | editbrowsebox.cxx | 95 sal_uInt16 nColId = GetCurItemId(); in DoubleClick() local 96 if (nColId) in DoubleClick() 101 ((EditBrowseBox*)GetParent())->SetColumnWidth(nColId, nAutoWidth); in DoubleClick() 102 ((EditBrowseBox*)GetParent())->ColumnResized(nColId); in DoubleClick() 1122 Rectangle aRect( GetFieldRectPixel(nRow, nColId, bRel)); in GetCellRect() 1266 sal_uInt16 nColId = rEvt.GetColumnId(); in DoubleClick() local 1267 if (nColId != HANDLE_ID) in DoubleClick() 1268 SetColumnWidth(nColId, GetAutoColumnWidth(nColId)); in DoubleClick() 1272 sal_uInt32 EditBrowseBox::GetAutoColumnWidth(sal_uInt16 nColId) in GetAutoColumnWidth() argument 1274 sal_uInt32 nCurColWidth = GetColumnWidth(nColId); in GetAutoColumnWidth() [all …]
|
H A D | brwbox1.cxx | 1227 if ( nColId == USHRT_MAX ) in RowModified() 1690 sal_Bool BrowseBox::GoToColumnId( sal_uInt16 nColId) in GoToColumnId() argument 1692 return GoToColumnId(nColId,sal_True,sal_False); in GoToColumnId() 1707 if ( nColId != nCurColId || (bMakeVisible && !IsFieldVisible(nCurRow, nColId, sal_True))) in GoToColumnId() 1709 sal_uInt16 nNewPos = GetColumnPos(nColId); in GoToColumnId() 1716 nCurColId = nColId; in GoToColumnId() 1755 nColId == nCurColId && IsFieldVisible(nCurRow, nColId, sal_True)) in GoToRowColumnId() 1759 if (!IsCursorMoveAllowed(nRow, nColId)) in GoToRowColumnId() 2159 sal_uInt16 nColId, // Spalten-Id des Feldes in MakeFieldVisible() argument 2193 sal_uInt16 nColPos = GetColumnPos( nColId ); in MakeFieldVisible() [all …]
|
H A D | brwbox2.cxx | 385 nColId != BROWSER_ENDOFSELECTION; in ToggleSelection() 386 nColId = pColSel->NextSelected() ) in ToggleSelection() 389 pCols->GetObject(nColId)->GetId(), in ToggleSelection() 2024 GoToColumnId( nColId ); in Dispatch() 2074 sal_uInt16 nColId = GetCurColumnId(); in Dispatch() local 2075 sal_Bool bColumnSelected = IsColumnSelected(nColId); in Dispatch() 2076 sal_uInt16 nNewPos = GetColumnPos(nColId); in Dispatch() 2085 SetColumnPos( nColId, nNewPos ); in Dispatch() 2086 ColumnMoved( nColId ); in Dispatch() 2087 MakeFieldVisible(GetCurRow(),nColId,sal_True); in Dispatch() [all …]
|
H A D | datwin.cxx | 361 sal_uInt16 nColId = BROWSER_INVALIDID; in CreateBrowseEvent() local 363 nColId = pBox->pCols->GetObject(nCol)->GetId(); in CreateBrowseEvent() 377 return BrowseEvent( this, nRow, nCol, nColId, aFieldRect ); in CreateBrowseEvent() 650 nColId(nColumnId) in BrowseEvent()
|
/aoo4110/main/dbaccess/source/ui/inc/ |
H A D | TableDesignControl.hxx | 65 virtual void SetCellData( long nRow, sal_uInt16 nColId, const TOTypeInfoSP& _pTypeInfo ) = 0; 66 …virtual void SetCellData( long nRow, sal_uInt16 nColId, const ::com::sun::star::uno::Any& _rNew… 67 virtual ::com::sun::star::uno::Any GetCellData( long nRow, sal_uInt16 nColId ) = 0; 68 virtual void SetControlText( long nRow, sal_uInt16 nColId, const String& rText ) = 0; 69 virtual String GetControlText( long nRow, sal_uInt16 nColId ) = 0;
|
H A D | indexfieldscontrol.hxx | 85 virtual String GetCellText(long _nRow,sal_uInt16 nColId) const; 91 virtual sal_uInt32 GetTotalCellWidth(long nRow, sal_uInt16 nColId); 98 String GetRowCellText(const ConstIndexFieldsIterator& _rRow,sal_uInt16 nColId) const;
|
H A D | sbagrid.hxx | 210 virtual void PreExecuteColumnContextMenu(sal_uInt16 nColId, PopupMenu& rMenu); 211 …virtual void PostExecuteColumnContextMenu(sal_uInt16 nColId, const PopupMenu& rMenu, sal_uInt16 nE… 340 void SetColWidth(sal_uInt16 nColId); 342 void SetColAttrs(sal_uInt16 nColId);
|
H A D | TableGrantCtrl.hxx | 104 virtual void PaintCell( OutputDevice& rDev, const Rectangle& rRect, sal_uInt16 nColId ) const; 107 virtual String GetCellText( long nRow, sal_uInt16 nColId ) const;
|
/aoo4110/main/svx/source/fmcomp/ |
H A D | fmgridcl.cxx | 448 sal_uInt16 nColId = GetItemId(m_pImpl->aDropPosPixel); variable 450 sal_uInt16 nPos = GetModelColumnPos(nColId); 664 if(nColId > 0) in PreExecuteColumnContextMenu() 666 sal_uInt16 nPos2 = GetModelColumnPos(nColId); in PreExecuteColumnContextMenu() 677 sal_uInt16 nPos = GetModelColumnPos(nColId); in PreExecuteColumnContextMenu() 678 sal_Bool bMarked = nColId && static_cast<FmGridControl*>(GetParent())->isColumnMarked(nColId); in PreExecuteColumnContextMenu() 698 if (pMenu && xCols.is() && nColId) in PreExecuteColumnContextMenu() 806 sal_uInt16 nPos = GetModelColumnPos(nColId); in PostExecuteColumnContextMenu() 999 sal_uInt16 nColId = GetItemId( _rPreferredPos ); in triggerColumnContextMenu() local 1005 PreExecuteColumnContextMenu( nColId, aContextMenu ); in triggerColumnContextMenu() [all …]
|
H A D | gridctrl.cxx | 2764 sal_uInt32 DbGridControl::GetTotalCellWidth(long nRow, sal_uInt16 nColId) in GetTotalCellWidth() argument 2768 DbGridColumn* pColumn = m_aColumns.GetObject(GetModelColumnPos(nColId)); in GetTotalCellWidth() 2876 sal_uInt16 nColId = GetColumnAtXPosPixel(rPosPixel.X()); in StartDrag() local 2878 if (nColId != HANDLE_ID && nRow >= 0) in StartDrag() 2883 DbGridColumn* pColumn = m_aColumns.GetObject(GetModelColumnPos(nColId)); in StartDrag() 2948 sal_uInt16 nColId = GetColumnAtXPosPixel(rEvt.GetMousePosPixel().X()); in Command() local 2951 if (nColId == HANDLE_ID) in Command() 2955 else if (canCopyCellText(nRow, nColId)) in Command() 2962 copyCellText(nRow, nColId); in Command() 3496 sal_uInt16 nColId = GetCurColumnId(); in KeyInput() local [all …]
|
/aoo4110/main/dbaccess/source/ui/dlg/ |
H A D | indexfieldscontrol.cxx | 472 String IndexFieldsControl::GetCellText(long _nRow,sal_uInt16 nColId) const in GetCellText() 480 return GetRowCellText(aRow,nColId); in GetCellText() 483 …String IndexFieldsControl::GetRowCellText(const ConstIndexFieldsIterator& _rRow,sal_uInt16 nColId)… in GetRowCellText() 487 switch (nColId) in GetRowCellText()
|
/aoo4110/main/dbaccess/source/ui/control/ |
H A D | RelationControl.cxx | 146 virtual void PaintCell( OutputDevice& rDev, const Rectangle& rRect, sal_uInt16 nColId ) const; 149 virtual String GetCellText( long nRow, sal_uInt16 nColId ) const; 312 String ORelationControl::GetCellText( long nRow, sal_uInt16 nColId ) const in GetCellText() 319 switch( getColumnIdent( nColId ) ) in GetCellText()
|
H A D | TableGrantCtrl.cxx | 302 String OTableGrantControl::GetCellText( long nRow, sal_uInt16 nColId ) const in GetCellText() 305 if(COL_TABLE_NAME == nColId) in GetCellText() 313 return String::CreateFromInt32(isAllowed(nColId,nPriv) ? 1 :0); in GetCellText()
|
/aoo4110/main/chart2/source/controller/dialogs/ |
H A D | DataBrowser.hxx | 67 virtual void ColumnResized( sal_uInt16 nColId ); 85 virtual String GetCellText(long nRow, sal_uInt16 nColId) const;
|
/aoo4110/main/svx/inc/svx/ |
H A D | fmgridcl.hxx | 76 virtual void PreExecuteColumnContextMenu(sal_uInt16 nColId, PopupMenu& rMenu); 79 …virtual void PostExecuteColumnContextMenu(sal_uInt16 nColId, const PopupMenu& rMenu, sal_uInt16 nE…
|