/aoo41x/main/dbaccess/source/ui/control/ |
H A D | TableGrantCtrl.cxx | 322 if(nColumnId == COL_TABLE_NAME) in InitController() 405 CellController* OTableGrantControl::GetController( long nRow, sal_uInt16 nColumnId ) in GetController() argument 410 switch( nColumnId ) in GetController() 423 if(aFind != m_aPrivMap.end() && isAllowed(nColumnId,aFind->second.nWithGrant)) in GetController() 446 if(nColumnId != COL_TABLE_NAME) in PaintCell() 450 …intTristate(rDev, rRect, isAllowed(nColumnId,aFind->second.nRights) ? STATE_CHECK : STATE_NOCHECK,… in PaintCell() 456 String aText(((OTableGrantControl*)this)->GetCellText( m_nDataPos, nColumnId )); in PaintCell() 493 sal_uInt16 nColumnId = GetColumnId( _nColumnPos ); in CreateAccessibleCell() local 494 if(nColumnId != COL_TABLE_NAME) in CreateAccessibleCell() 501 eState = isAllowed(nColumnId,aFind->second.nRights) ? STATE_CHECK : STATE_NOCHECK; in CreateAccessibleCell() [all …]
|
H A D | RelationControl.cxx | 107 void fillListBox(const Reference< XPropertySet>& _xDest,long nRow,sal_uInt16 nColumnId); 333 …ationControl::InitController( CellControllerRef& /*rController*/, long nRow, sal_uInt16 nColumnId ) in InitController() argument 340 switch ( getColumnIdent(nColumnId) ) in InitController() 357 fillListBox(xDef,nRow,nColumnId); in InitController() 358 String sName = GetCellText( nRow, nColumnId ); in InitController() 386 …void ORelationControl::PaintCell( OutputDevice& rDev, const Rectangle& rRect, sal_uInt16 nColumnId… in PaintCell() 389 String aText =const_cast< ORelationControl*>(this)->GetCellText( m_nDataPos, nColumnId ); in PaintCell()
|
/aoo41x/main/svtools/inc/svtools/ |
H A D | brwbox.hxx | 159 sal_uInt16 nColumn, sal_uInt16 nColumnId, 179 long nAbsRow, sal_uInt16 nColumn, sal_uInt16 nColumnId, 373 sal_uInt16 nColumnId ) const = 0; 513 void RemoveColumn( sal_uInt16 nColumnId ); 524 String GetColumnTitle( sal_uInt16 nColumnId ) const; 525 BrowserColumnMode GetColumnMode( sal_uInt16 nColumnId ) const; 526 Rectangle GetFieldRect( sal_uInt16 nColumnId ) const; 529 sal_uInt16 GetColumnPos( sal_uInt16 nColumnId ) const; 530 sal_Bool IsFrozen( sal_uInt16 nColumnId ) const; 558 bool IsColumnSelected( sal_uInt16 nColumnId ) const; [all …]
|
/aoo41x/main/dbaccess/source/ui/querydesign/ |
H A D | QueryTabWinUndoAct.cxx | 109 sal_uInt16 nColumnId = pOwner->GetColumnId(m_nColumnPostion); in Undo() local 110 String strNext = pOwner->GetCellContents(m_nCellIndex, nColumnId); in Undo() 111 pOwner->SetCellContents(m_nCellIndex, nColumnId, m_strNextCellContents); in Undo() 124 sal_uInt16 nColumnId = pOwner->GetColumnId(m_nColumnPostion); in Undo() local 125 long nNextWidth = pOwner->GetColumnWidth(nColumnId); in Undo() 126 pOwner->SetColWidth(nColumnId, m_nNextWidth); in Undo()
|
H A D | SelectionBrowseBox.cxx | 1306 sal_uInt16 nPos = GetColumnPos(nColumnId); in PaintCell() 1378 sal_uInt16 nPos = GetColumnPos(nColumnId); in RemoveField() 1393 RemoveColumn(nColumnId); in RemoveField() 1521 pEmptyEntry->SetColumnId( nColumnId ); in AppendNewCol() 1609 sal_uInt16 nColumnId = GetColumnId(_nColumnPostion); in InsertColumn() local 1621 nColumnId = GetColumnId(_nColumnPostion); in InsertColumn() 1622 pEntry->SetColumnId( nColumnId ); in InsertColumn() 1627 if ( pEntry->GetColumnId() != nColumnId ) in InsertColumn() 1646 nColumnId = pEntry->GetColumnId(); in InsertColumn() 1648 SetColWidth(nColumnId,getDesignView()->getColWidth(GetColumnPos(nColumnId)-1)); in InsertColumn() [all …]
|
H A D | SelectionBrowseBox.hxx | 208 …n::star::accessibility::XAccessible > CreateAccessibleCell( sal_Int32 nRow, sal_uInt16 nColumnId ); 216 sal_uInt16 nColumnId ) const;
|
/aoo41x/main/svtools/source/brwbox/ |
H A D | brwbox1.cxx | 475 if ( nColumnId == 0 ) in SetColumnPos() 483 sal_uInt16 nOldPos = GetColumnPos( nColumnId ); in SetColumnPos() 499 Rectangle aFromRect( GetFieldRect( nColumnId) ); in SetColumnPos() 513 Rectangle aToRect( GetFieldRect( nColumnId ) ); in SetColumnPos() 548 getDataWindow()->pHeaderBar->MoveItem(nColumnId,nNewPos); in SetColumnPos() 592 if ( nColumnId == 0 ) in SetColumnMode() 596 sal_uInt16 nColumnPos = GetColumnPos( nColumnId ); in SetColumnMode() 2142 nCurColId == nColumnId; in IsColumnSelected() 2243 sal_uInt16 nColPos = GetColumnPos( nColumnId ); in IsFieldVisible() 2247 Rectangle aRect( ImplFieldRectPixel( nRow, nColumnId ) ); in IsFieldVisible() [all …]
|
H A D | datwin.cxx | 644 long nAbsRow, sal_uInt16 nColumn, sal_uInt16 nColumnId, in BrowseEvent() argument 650 nColId(nColumnId) in BrowseEvent() 665 long nAbsRow, sal_uInt16 nColumn, sal_uInt16 nColumnId, in BrowserMouseEvent() argument 668 BrowseEvent( pWindow, nAbsRow, nColumn, nColumnId, rRect ) in BrowserMouseEvent()
|
H A D | editbrowsebox.cxx | 284 sal_uInt16 nColumnId ) const in PaintField() 286 if (nColumnId == HANDLE_ID) in PaintField() 298 if (IsEditing() && nEditCol == nColumnId && aController->GetWindow().IsVisible()) in PaintField() 301 PaintCell(rDev, rRect, nColumnId); in PaintField()
|
/aoo41x/main/chart2/source/controller/dialogs/ |
H A D | DataBrowser.cxx | 658 String DataBrowser::GetColString( sal_Int32 nColumnId ) const in GetColString() 661 if( nColumnId > 0 ) in GetColString() 671 String DataBrowser::GetCellText( long nRow, sal_uInt16 nColumnId ) const in GetCellText() 675 if( nColumnId == 0 ) in GetCellText() 682 sal_Int32 nColIndex = static_cast< sal_Int32 >( nColumnId ) - 1; in GetCellText() 693 GetNumberFormatKey( nRow, nColumnId ), in GetCellText() 723 double DataBrowser::GetCellNumber( long nRow, sal_uInt16 nColumnId ) const in GetCellNumber() 728 if(( nColumnId >= 1 ) && ( nRow >= 0 ) && in GetCellNumber() 732 static_cast< sal_Int32 >( nColumnId ) - 1, nRow ); in GetCellNumber() 1019 OutputDevice& rDev, const Rectangle& rRect, sal_uInt16 nColumnId ) const in PaintCell() [all …]
|
H A D | DataBrowser.hxx | 58 … virtual void PaintCell( OutputDevice& rDev, const Rectangle& rRect, sal_uInt16 nColumnId ) const; 90 double GetCellNumber( long nRow, sal_uInt16 nColumnId ) const; 190 String GetColString( sal_Int32 nColumnId ) const;
|
/aoo41x/main/sw/source/core/doc/ |
H A D | sortopt.cxx | 41 nColumnId( 0 ), in SV_IMPL_PTRARR() 49 nColumnId( nId ), in SwSortKey() 58 nColumnId( rOld.nColumnId ), in SwSortKey()
|
H A D | docsort.cxx | 238 sal_uInt16 nDCount = pOptions->aKeys[nId]->nColumnId, i = 1; in GetKey() 277 sal_uInt16 nCol = pOptions->aKeys[nKey]->nColumnId-1; in GetKey() 306 sal_uInt16 nCol = pOptions->aKeys[nKey]->nColumnId-1; in GetValue()
|
/aoo41x/main/svx/source/gallery2/ |
H A D | galctrl.cxx | 653 String GalleryListView::GetCellText(long _nRow, sal_uInt16 nColumnId) const in GetCellText() 663 ( GALLERY_BRWBOX_TITLE == nColumnId ) ? GALLERY_ITEM_TITLE : GALLERY_ITEM_PATH ); in GetCellText() 708 void GalleryListView::PaintField( OutputDevice& rDev, const Rectangle& rRect, sal_uInt16 nColumnId … in PaintField() 725 if(!bNeedToCreate && GALLERY_BRWBOX_TITLE == nColumnId && !aItemTextTitle.Len()) in PaintField() 730 if(!bNeedToCreate && GALLERY_BRWBOX_PATH == nColumnId && !aItemTextPath.Len()) in PaintField() 757 if(GALLERY_BRWBOX_TITLE == nColumnId) in PaintField() 777 else if(GALLERY_BRWBOX_PATH == nColumnId) in PaintField()
|
/aoo41x/main/svx/inc/svx/ |
H A D | fmgridcl.hxx | 89 void notifyColumnSelect(sal_uInt16 nColumnId); 208 sal_Bool isColumnSelected(sal_uInt16 nColumnId,DbGridColumn* _pColumn);
|
H A D | galctrl.hxx | 151 …virtual void PaintField( OutputDevice& rDev, const Rectangle& rRect, sal_uInt16 nColumnId )…
|
/aoo41x/main/dbaccess/source/ui/tabledesign/ |
H A D | TEditControl.cxx | 439 sal_uInt16 nColumnId ) const in PaintCell() 442 const String aText( GetCellText( m_nCurrentPos, nColumnId )); in PaintCell() 453 CellController* OTableEditorCtrl::GetController(long nRow, sal_uInt16 nColumnId) in GetController() argument 471 switch (nColumnId) in GetController() 495 void OTableEditorCtrl::InitController(CellControllerRef&, long nRow, sal_uInt16 nColumnId) in InitController() argument 502 switch (nColumnId) in InitController()
|
H A D | TEditControl.hxx | 109 sal_uInt16 nColumnId ) const; 205 sal_Bool SaveData(long nRow, sal_uInt16 nColumnId);
|
/aoo41x/main/svtools/workben/ |
H A D | browser.cxx | 118 sal_uInt16 nColumnId ) const; 500 sal_uInt16 nColumnId ) const in PaintField() 505 aText += String( nColumnId ); in PaintField()
|
/aoo41x/main/reportdesign/source/ui/dlg/ |
H A D | GroupsSorting.cxx | 106 …void fillListBox(const uno::Reference< beans::XPropertySet>& _xDest,long nRow,sal_uInt16 nColumnId… 552 …ssionControl::InitController( CellControllerRef& /*rController*/, long nRow, sal_uInt16 nColumnId ) in InitController() argument 556 m_pComboCell->SetText( GetCellText( nRow, nColumnId ) ); in InitController() 594 …ressionControl::PaintCell( OutputDevice& rDev, const Rectangle& rRect, sal_uInt16 nColumnId ) const in PaintCell() 597 …String aText =const_cast< OFieldExpressionControl*>(this)->GetCellText( m_nCurrentPos, nColumnId … in PaintCell()
|
/aoo41x/main/svx/source/fmcomp/ |
H A D | gridctrl.cxx | 2059 void DbGridControl::PaintCell(OutputDevice& rDev, const Rectangle& rRect, sal_uInt16 nColumnId) con… in PaintCell() 2064 DbGridColumn* pColumn = m_aColumns.GetObject(GetModelColumnPos(nColumnId)); in PaintCell() 3050 CellController* DbGridControl::GetController(long /*nRow*/, sal_uInt16 nColumnId) in GetController() argument 3055 DbGridColumn* pColumn = m_aColumns.GetObject(GetModelColumnPos(nColumnId)); in GetController() 3092 …ridControl::InitController(CellControllerRef& /*rController*/, long /*nRow*/, sal_uInt16 nColumnId) in InitController() argument 3094 DbGridColumn* pColumn = m_aColumns.GetObject(GetModelColumnPos(nColumnId)); in InitController() 3873 sal_uInt16 nColumnId = GetColumnId( _nColumnPos ); in CreateAccessibleCell() local 3874 DbGridColumn* pColumn = m_aColumns.GetObject(GetModelColumnPos(nColumnId)); in CreateAccessibleCell()
|
/aoo41x/main/sw/source/core/unocore/ |
H A D | unoobj.cxx | 2873 pKey1->nColumnId = USHRT_MAX; in ConvertSortProperties() 2878 pKey2->nColumnId = USHRT_MAX; in ConvertSortProperties() 2883 pKey3->nColumnId = USHRT_MAX; in ConvertSortProperties() 2993 aKeys[nIndex]->nColumnId = nCol; in ConvertSortProperties() 3065 aKeys[i]->nColumnId = in ConvertSortProperties() 3092 if (pKey1->nColumnId != USHRT_MAX) in ConvertSortProperties() 3096 if (pKey2->nColumnId != USHRT_MAX) in ConvertSortProperties() 3100 if (pKey3->nColumnId != USHRT_MAX) in ConvertSortProperties()
|
/aoo41x/main/sw/inc/ |
H A D | sortopt.hxx | 45 sal_uInt16 nColumnId; member
|
/aoo41x/main/dbaccess/source/ui/inc/ |
H A D | TableGrantCtrl.hxx | 94 CreateAccessibleCell( sal_Int32 nRow, sal_uInt16 nColumnId );
|
/aoo41x/main/svx/source/svdraw/ |
H A D | svdibrow.cxx | 355 …mBrowserControl::PaintField(OutputDevice& rDev, const Rectangle& rRect, sal_uInt16 nColumnId) const in PaintField() 365 if (nColumnId==ITEMBROWSER_NAMECOL_ID) in PaintField() 376 rDev.DrawText(aR.TopLeft(),GetCellText(nAktPaintRow,nColumnId)); in PaintField()
|