Searched refs:_bNew (Results 1 – 10 of 10) sorted by relevance
/aoo42x/main/connectivity/source/sdbcx/ |
H A D | VDescriptor.cxx | 44 ODescriptor::ODescriptor(::cppu::OBroadcastHelper& _rBHelper,sal_Bool _bCase, sal_Bool _bNew) in ODescriptor() argument 47 ,m_bNew(_bNew) in ODescriptor() 133 void ODescriptor::setNew(sal_Bool _bNew) in setNew() argument 135 m_bNew = _bNew; in setNew()
|
/aoo42x/main/dbaccess/source/ui/inc/ |
H A D | TableController.hxx | 67 …sal_Bool checkColumns(sal_Bool _bNew) throw(::com::sun::star::sdbc::SQLException); // check if we… 69 …Reference< ::com::sun::star::sdbcx::XColumnsSupplier>& _rxColSup,sal_Bool _bNew,sal_Bool _bKeyColu… 70 …(::com::sun::star::uno::Reference< ::com::sun::star::sdbcx::XKeysSupplier>& _rxSup,sal_Bool _bNew);
|
/aoo42x/main/connectivity/inc/connectivity/sdbcx/ |
H A D | VDescriptor.hxx | 64 ODescriptor(::cppu::OBroadcastHelper& _rBHelper,sal_Bool _bCase, sal_Bool _bNew = sal_False); 70 virtual void setNew(sal_Bool _bNew);
|
/aoo42x/main/dbaccess/source/ui/tabledesign/ |
H A D | TableController.cxx | 724 void OTableController::appendColumns(Reference<XColumnsSupplier>& _rxColSup,sal_Bool _bNew,sal_Bool… in appendColumns() argument 745 if ( !pField || (!_bNew && (*aIter)->IsReadOnly() && !_bKeyColumns) ) in appendColumns() 785 void OTableController::appendPrimaryKey(Reference<XKeysSupplier>& _rxSup,sal_Bool _bNew) in appendPrimaryKey() argument 818 appendColumns(xColSup,_bNew,sal_True); in appendPrimaryKey() 968 sal_Bool OTableController::checkColumns(sal_Bool _bNew) throw(::com::sun::star::sdbc::SQLException) in checkColumns() argument 999 if ( _bNew && !bFoundPKey && aMetaData.supportsPrimaryKeys() ) in checkColumns()
|
/aoo42x/main/sw/source/core/text/ |
H A D | txtfly.hxx | 225 inline void SetIgnoreObjsInHeaderFooter( const sal_Bool _bNew ) in SetIgnoreObjsInHeaderFooter() argument 227 mbIgnoreObjsInHeaderFooter = _bNew; in SetIgnoreObjsInHeaderFooter()
|
/aoo42x/main/dbaccess/source/core/api/ |
H A D | RowSetBase.hxx | 191 void fireProperty( sal_Int32 _nProperty, sal_Bool _bNew, sal_Bool _bOld ); 384 …inline void fireProperty( sal_Int32 _nProperty, sal_Bool _bNew, sal_Bool _bOld, const GrantNotifi… in fireProperty() argument 386 fireProperty( _nProperty, _bNew, _bOld ); in fireProperty()
|
H A D | RowSetCache.hxx | 199 sal_Bool& _bNew,
|
H A D | RowSetBase.cxx | 1334 void ORowSetBase::fireProperty( sal_Int32 _nProperty, sal_Bool _bNew, sal_Bool _bOld ) in fireProperty() argument 1337 Any aNew = bool2any( _bNew ); in fireProperty()
|
H A D | RowSetCache.cxx | 88 sal_Bool& _bNew, in DBG_NAME() 110 ,m_bNew(_bNew) in DBG_NAME()
|
/aoo42x/main/svx/inc/svx/ |
H A D | gridctrl.hxx | 92 void SetNew(sal_Bool _bNew) { m_bIsNew = _bNew; } in SetNew() argument
|
Completed in 65 milliseconds