Lines Matching refs:OSelectionBrowseBox

157 DBG_NAME(OSelectionBrowseBox)  in DBG_NAME()  argument
159 OSelectionBrowseBox::OSelectionBrowseBox( Window* pParent ) in DBG_NAME()
171 DBG_CTOR(OSelectionBrowseBox,NULL); in DBG_NAME()
216 m_timerInvalidate.SetTimeoutHdl(LINK(this, OSelectionBrowseBox, OnInvalidateTimer)); in DBG_NAME()
221 OSelectionBrowseBox::~OSelectionBrowseBox() in ~OSelectionBrowseBox()
223 DBG_DTOR(OSelectionBrowseBox,NULL); in ~OSelectionBrowseBox()
233 void OSelectionBrowseBox::initialize() in initialize()
294 OQueryDesignView* OSelectionBrowseBox::getDesignView() in getDesignView()
296 DBG_CHKTHIS(OSelectionBrowseBox,NULL); in getDesignView()
301 OQueryDesignView* OSelectionBrowseBox::getDesignView() const in getDesignView()
303 DBG_CHKTHIS(OSelectionBrowseBox,NULL); in getDesignView()
311 OSelectionBrowseBox* m_pBrowseBox;
315 OSelectionBrwBoxHeader(OSelectionBrowseBox* pParent);
317 OSelectionBrwBoxHeader::OSelectionBrwBoxHeader(OSelectionBrowseBox* pParent) in OSelectionBrwBoxHeader()
346 BrowserHeader* OSelectionBrowseBox::imp_CreateHeaderBar(BrowseBox* /*pParent*/) in imp_CreateHeaderBar()
351 void OSelectionBrowseBox::ColumnMoved( sal_uInt16 nColId,sal_Bool _bCreateUndo ) in ColumnMoved()
387 void OSelectionBrowseBox::Init() in Init()
389 DBG_CHKTHIS(OSelectionBrowseBox,NULL); in Init()
441 void OSelectionBrowseBox::PreFill() in PreFill()
443 DBG_CHKTHIS(OSelectionBrowseBox,NULL); in PreFill()
459 void OSelectionBrowseBox::ClearAll() in ClearAll()
461 DBG_CHKTHIS(OSelectionBrowseBox,NULL); in ClearAll()
476 void OSelectionBrowseBox::SetReadOnly(sal_Bool bRO) in SetReadOnly()
493 CellController* OSelectionBrowseBox::GetController(long nRow, sal_uInt16 nColId) in GetController()
495 DBG_CHKTHIS(OSelectionBrowseBox,NULL); in GetController()
526 void OSelectionBrowseBox::InitController(CellControllerRef& /*rController*/, long nRow, sal_uInt16 … in InitController()
528 DBG_CHKTHIS(OSelectionBrowseBox,NULL); in InitController()
622 void OSelectionBrowseBox::notifyTableFieldChanged(const String& _sOldAlias,const String& _sAlias,sa… in notifyTableFieldChanged()
629 void OSelectionBrowseBox::notifyFunctionFieldChanged(const String& _sOldFunctionName,const String& … in notifyFunctionFieldChanged()
637 void OSelectionBrowseBox::clearEntryFunctionField(const String& _sFieldName,OTableFieldDescRef& _pE… in clearEntryFunctionField()
655 sal_Bool OSelectionBrowseBox::fillColumnRef(const OSQLParseNode* _pColumnRef, const Reference< XCon… in fillColumnRef()
663 sal_Bool OSelectionBrowseBox::fillColumnRef(const ::rtl::OUString& _sColumnName,const ::rtl::OUStri… in fillColumnRef()
708 sal_Bool OSelectionBrowseBox::saveField(const String& _sFieldName,OTableFieldDescRef& _pEntry,sal_B… in saveField()
962 sal_Bool OSelectionBrowseBox::SaveModified() in SaveModified()
964 DBG_CHKTHIS(OSelectionBrowseBox,NULL); in SaveModified()
1287 sal_Bool OSelectionBrowseBox::SeekRow(long nRow) in SeekRow()
1289 DBG_CHKTHIS(OSelectionBrowseBox,NULL); in SeekRow()
1300 void OSelectionBrowseBox::PaintCell(OutputDevice& rDev, const Rectangle& rRect, sal_uInt16 nColumnI… in PaintCell()
1302 DBG_CHKTHIS(OSelectionBrowseBox,NULL); in PaintCell()
1323 void OSelectionBrowseBox::PaintStatusCell(OutputDevice& rDev, const Rectangle& rRect) const in PaintStatusCell()
1325 DBG_CHKTHIS(OSelectionBrowseBox,NULL); in PaintStatusCell()
1338 void OSelectionBrowseBox::RemoveColumn(sal_uInt16 _nColumnId) in RemoveColumn()
1340 DBG_CHKTHIS(OSelectionBrowseBox,NULL); in RemoveColumn()
1373 void OSelectionBrowseBox::RemoveField(sal_uInt16 nColumnId ) in RemoveField()
1375 DBG_CHKTHIS(OSelectionBrowseBox,NULL); in RemoveField()
1399 void OSelectionBrowseBox::adjustSelectionMode( sal_Bool _bClickedOntoHeader, sal_Bool _bClickedOnto… in adjustSelectionMode()
1428 void OSelectionBrowseBox::MouseButtonDown(const BrowserMouseEvent& rEvt) in MouseButtonDown()
1430 DBG_CHKTHIS(OSelectionBrowseBox,NULL); in MouseButtonDown()
1441 void OSelectionBrowseBox::MouseButtonUp(const BrowserMouseEvent& rEvt) in MouseButtonUp()
1443 DBG_CHKTHIS(OSelectionBrowseBox,NULL); in MouseButtonUp()
1449 void OSelectionBrowseBox::KeyInput( const KeyEvent& rEvt ) in KeyInput()
1451 DBG_CHKTHIS(OSelectionBrowseBox,NULL); in KeyInput()
1467 sal_Int8 OSelectionBrowseBox::AcceptDrop( const BrowserAcceptDropEvent& rEvt ) in AcceptDrop()
1469 DBG_CHKTHIS(OSelectionBrowseBox,NULL); in AcceptDrop()
1490 sal_Int8 OSelectionBrowseBox::ExecuteDrop( const BrowserExecuteDropEvent& _rEvt ) in ExecuteDrop()
1492 DBG_CHKTHIS(OSelectionBrowseBox,NULL); in ExecuteDrop()
1510 OTableFieldDescRef OSelectionBrowseBox::AppendNewCol( sal_uInt16 nCnt) in AppendNewCol()
1512 DBG_CHKTHIS(OSelectionBrowseBox,NULL); in AppendNewCol()
1530 void OSelectionBrowseBox::DeleteFields(const String& rAliasName) in DeleteFields()
1532 DBG_CHKTHIS(OSelectionBrowseBox,NULL); in DeleteFields()
1560 void OSelectionBrowseBox::SetColWidth(sal_uInt16 nColId, long nNewWidth) in SetColWidth()
1562 DBG_CHKTHIS(OSelectionBrowseBox,NULL); in SetColWidth()
1580 Rectangle OSelectionBrowseBox::GetInvalidRect( sal_uInt16 nColId ) in GetInvalidRect()
1582 DBG_CHKTHIS(OSelectionBrowseBox,NULL); in GetInvalidRect()
1596 void OSelectionBrowseBox::InsertColumn(OTableFieldDescRef pEntry, sal_uInt16& _nColumnPostion) in InsertColumn()
1598 DBG_CHKTHIS(OSelectionBrowseBox,NULL); in InsertColumn()
1660 OTableFieldDescRef OSelectionBrowseBox::InsertField(const OJoinExchangeData& jxdSource, sal_uInt16 … in InsertField()
1662 DBG_CHKTHIS(OSelectionBrowseBox,NULL); in InsertField()
1686 OTableFieldDescRef OSelectionBrowseBox::InsertField(const OTableFieldDescRef& _rInfo, sal_uInt16 _n… in InsertField()
1688 DBG_CHKTHIS(OSelectionBrowseBox,NULL); in InsertField()
1715 sal_uInt16 OSelectionBrowseBox::FieldsCount() in FieldsCount()
1717 DBG_CHKTHIS(OSelectionBrowseBox,NULL); in FieldsCount()
1732 OTableFieldDescRef OSelectionBrowseBox::FindFirstFreeCol(sal_uInt16& _rColumnPosition ) in FindFirstFreeCol()
1734 DBG_CHKTHIS(OSelectionBrowseBox,NULL); in FindFirstFreeCol()
1753 void OSelectionBrowseBox::CheckFreeColumns(sal_uInt16& _rColumnPosition) in CheckFreeColumns()
1755 DBG_CHKTHIS(OSelectionBrowseBox,NULL); in CheckFreeColumns()
1764 void OSelectionBrowseBox::AddGroupBy( const OTableFieldDescRef& rInfo , sal_uInt32 /*_nCurrentPos*/) in AddGroupBy()
1769 DBG_CHKTHIS(OSelectionBrowseBox,NULL); in AddGroupBy()
1820 void OSelectionBrowseBox::DuplicateConditionLevel( const sal_uInt16 nLevel) in DuplicateConditionLevel()
1822 DBG_CHKTHIS(OSelectionBrowseBox,NULL); in DuplicateConditionLevel()
1846 void OSelectionBrowseBox::AddCondition( const OTableFieldDescRef& rInfo, const String& rValue, cons… in AddCondition()
1851 DBG_CHKTHIS(OSelectionBrowseBox,NULL); in AddCondition()
1940 void OSelectionBrowseBox::AddOrder( const OTableFieldDescRef& rInfo, const EOrderDir eDir, sal_uInt… in AddOrder()
1945 DBG_CHKTHIS(OSelectionBrowseBox,NULL); in AddOrder()
1991 void OSelectionBrowseBox::ArrangeControls(sal_uInt16& nX, sal_uInt16 nY) in ArrangeControls()
1993 DBG_CHKTHIS(OSelectionBrowseBox,NULL); in ArrangeControls()
1998 sal_Bool OSelectionBrowseBox::Save() in Save()
2000 DBG_CHKTHIS(OSelectionBrowseBox,NULL); in Save()
2008 void OSelectionBrowseBox::CellModified() in CellModified()
2010 DBG_CHKTHIS(OSelectionBrowseBox,NULL); in CellModified()
2036 void OSelectionBrowseBox::Fill() in Fill()
2038 DBG_CHKTHIS(OSelectionBrowseBox,NULL); in Fill()
2047 Size OSelectionBrowseBox::CalcOptimalSize( const Size& _rAvailable ) in CalcOptimalSize()
2058 void OSelectionBrowseBox::Command(const CommandEvent& rEvt) in Command()
2060 DBG_CHKTHIS(OSelectionBrowseBox,NULL); in Command()
2157 sal_Bool OSelectionBrowseBox::IsRowVisible(sal_uInt16 _nWhich) const in IsRowVisible()
2164 void OSelectionBrowseBox::SetRowVisible(sal_uInt16 _nWhich, sal_Bool _bVis) in SetRowVisible()
2166 DBG_CHKTHIS(OSelectionBrowseBox,NULL); in SetRowVisible()
2193 long OSelectionBrowseBox::GetBrowseRow(long nRowId) const in GetBrowseRow()
2204 long OSelectionBrowseBox::GetRealRow(long nRowId) const in GetRealRow()
2206 DBG_CHKTHIS(OSelectionBrowseBox,NULL); in GetRealRow()
2236 sal_Int32 OSelectionBrowseBox::GetNoneVisibleRows() const in GetNoneVisibleRows()
2249 void OSelectionBrowseBox::SetNoneVisbleRow(long nRows) in SetNoneVisbleRow()
2257 String OSelectionBrowseBox::GetCellText(long nRow, sal_uInt16 nColId) const in GetCellText()
2259 DBG_CHKTHIS(OSelectionBrowseBox,NULL); in GetCellText()
2308 sal_Bool OSelectionBrowseBox::GetFunctionName(sal_uInt32 _nFunctionTokenId,String& rFkt) in GetFunctionName()
2310 DBG_CHKTHIS(OSelectionBrowseBox,NULL); in GetFunctionName()
2380 String OSelectionBrowseBox::GetCellContents(sal_Int32 nCellIndex, sal_uInt16 nColId) in GetCellContents()
2382 DBG_CHKTHIS(OSelectionBrowseBox,NULL); in GetCellContents()
2408 void OSelectionBrowseBox::SetCellContents(sal_Int32 nRow, sal_uInt16 nColId, const String& strNewTe… in SetCellContents()
2410 DBG_CHKTHIS(OSelectionBrowseBox,NULL); in SetCellContents()
2478 sal_uInt32 OSelectionBrowseBox::GetTotalCellWidth(long nRow, sal_uInt16 nColId) const in GetTotalCellWidth()
2480 DBG_CHKTHIS(OSelectionBrowseBox,NULL); in GetTotalCellWidth()
2490 void OSelectionBrowseBox::ColumnResized(sal_uInt16 nColId) in ColumnResized()
2498 DBG_CHKTHIS(OSelectionBrowseBox,NULL); in ColumnResized()
2521 sal_uInt32 OSelectionBrowseBox::GetTotalCellWidth(long nRowId, sal_uInt16 nColId) in GetTotalCellWidth()
2523 DBG_CHKTHIS(OSelectionBrowseBox,NULL); in GetTotalCellWidth()
2536 sal_uInt16 OSelectionBrowseBox::GetDefaultColumnWidth(const String& /*rName*/) const in GetDefaultColumnWidth()
2538 DBG_CHKTHIS(OSelectionBrowseBox,NULL); in GetDefaultColumnWidth()
2544 sal_Bool OSelectionBrowseBox::isCutAllowed() in isCutAllowed()
2565 void OSelectionBrowseBox::cut() in cut()
2585 void OSelectionBrowseBox::paste() in paste()
2602 sal_Bool OSelectionBrowseBox::isPasteAllowed() in isPasteAllowed()
2618 sal_Bool OSelectionBrowseBox::isCopyAllowed() in isCopyAllowed()
2623 void OSelectionBrowseBox::copy() in copy()
2636 void OSelectionBrowseBox::appendUndoAction(const String& _rOldValue,const String& _rNewValue,sal_In… in appendUndoAction()
2649 void OSelectionBrowseBox::appendUndoAction(const String& _rOldValue,const String& _rNewValue,sal_In… in appendUndoAction()
2662 IMPL_LINK(OSelectionBrowseBox, OnInvalidateTimer, void*, EMPTYARG) in IMPL_LINK() argument
2672 void OSelectionBrowseBox::stopTimer() in stopTimer()
2679 void OSelectionBrowseBox::startTimer() in startTimer()
2686 OTableFields& OSelectionBrowseBox::getFields() const in getFields()
2692 void OSelectionBrowseBox::enableControl(const OTableFieldDescRef& _rEntry,Window* _pControl) in enableControl()
2699 void OSelectionBrowseBox::setTextCellContext(const OTableFieldDescRef& _rEntry,const String& _sText… in setTextCellContext()
2714 void OSelectionBrowseBox::invalidateUndoRedo() in invalidateUndoRedo()
2722 OTableFieldDescRef OSelectionBrowseBox::getEntry(OTableFields::size_type _nPos) in getEntry()
2740 void OSelectionBrowseBox::GetFocus() in GetFocus()
2747 void OSelectionBrowseBox::DeactivateCell(sal_Bool _bUpdate) in DeactivateCell()
2754 ::rtl::OUString OSelectionBrowseBox::GetRowDescription( sal_Int32 _nRow ) const in GetRowDescription()
2765 ::rtl::OUString OSelectionBrowseBox::GetAccessibleObjectName( ::svt::AccessibleBrowseBoxObjType _eO… in GetAccessibleObjectName()
2779 sal_Bool OSelectionBrowseBox::fillEntryTable(OTableFieldDescRef& _pEntry,const ::rtl::OUString& _sT… in fillEntryTable()
2800 void OSelectionBrowseBox::setFunctionCell(OTableFieldDescRef& _pEntry) in setFunctionCell()
2852 Reference< XAccessible > OSelectionBrowseBox::CreateAccessibleCell( sal_Int32 _nRow, sal_uInt16 _nC… in CreateAccessibleCell()
2864 bool OSelectionBrowseBox::HasFieldByAliasName(const ::rtl::OUString& rFieldName, OTableFieldDescRef… in HasFieldByAliasName()