Home
last modified time | relevance | path

Searched refs:getRef (Results 1 – 25 of 103) sorted by relevance

12345

/trunk/main/writerfilter/source/ooxml/
H A DRefAndPointer.hxx76 const uno::Reference<Interface> getRef() const { return mRef; } in getRef() function in writerfilter::ooxml::RefAndPointer
86 bool is() { return getRef().is(); } in is()
89 operator uno::Reference<Interface> () { return getRef(); } in operator uno::Reference<Interface>()
/trunk/main/chart2/source/controller/main/
H A DShapeToolbarController.cxx238 xRet = m_pToolbarController.getRef()->createPopupWindow(); in createPopupWindow()
259 …uno::Reference< frame::XSubToolbarController > xSub( m_pToolbarController.getRef(), uno::UNO_QUERY… in getSubToolbarName()
272 …uno::Reference< frame::XSubToolbarController > xSub( m_pToolbarController.getRef(), uno::UNO_QUERY… in functionSelected()
285 …uno::Reference< frame::XSubToolbarController > xSub( m_pToolbarController.getRef(), uno::UNO_QUERY… in updateImage()
/trunk/main/writerfilter/source/doctok/
H A DXNoteHelperImpl.hxx129 XNoteHelper<T>::getRef(sal_uInt32 nIndex) in getRef() function in writerfilter::doctok::XNoteHelper
136 XNoteHelper<T>::getRef(const CpAndFc & rCpAndFc) in getRef() function in writerfilter::doctok::XNoteHelper
144 pResult = getRef(n); in getRef()
H A DXNoteHelper.hxx127 T * getRef(sal_uInt32 nIndex);
134 T * getRef(const CpAndFc & rCpAndFc);
/trunk/main/reportdesign/source/ui/misc/
H A Dtoolboxcontroller.cxx292 xRet = m_pToolbarController.getRef()->createPopupWindow(); in createPopupWindow()
306 … uno::Reference< frame::XSubToolbarController> xSub(m_pToolbarController.getRef(),uno::UNO_QUERY); in getSubToolbarName()
317 … uno::Reference< frame::XSubToolbarController> xSub(m_pToolbarController.getRef(),uno::UNO_QUERY); in functionSelected()
329 … uno::Reference< frame::XSubToolbarController> xSub(m_pToolbarController.getRef(),uno::UNO_QUERY); in updateImage()
/trunk/main/filter/source/xsltfilter/
H A Dcontainerhelper.hxx45 const mapped_type* pxRef = getRef(nKey); in has()
51 if(const mapped_type* pxRef = getRef(nKey) ) return *pxRef; in get()
139 inline const mapped_type* getRef( key_type nKey ) const in getRef() function in XSLT::RefMap
/trunk/main/oox/inc/oox/helper/
H A Drefmap.hxx58 const mapped_type* pxRef = getRef( nKey ); in has()
66 if( const mapped_type* pxRef = getRef( nKey ) ) return *pxRef; in get()
166 inline const mapped_type* getRef( key_type nKey ) const in getRef() function in oox::RefMap
H A Drefvector.hxx56 const value_type* pxRef = getRef( nIndex ); in has()
63 if( const value_type* pxRef = getRef( nIndex ) ) return *pxRef; in get()
186 inline const value_type* getRef( sal_Int32 nIndex ) const in getRef() function in oox::RefVector
/trunk/main/editeng/inc/editeng/
H A DAccessibleParaManager.hxx73 ::com::sun::star::uno::Reference< UnoInterfaceType >& getRef() { return mxRef; } in getRef() function in accessibility::HardCppRef
74 const ::com::sun::star::uno::Reference< UnoInterfaceType >& getRef() const { return mxRef; } in getRef() function in accessibility::HardCppRef
113 maWeakRef( rImpl.getRef() ), in WeakCppRef()
/trunk/main/canvas/source/directx/
H A Ddx_textlayout.cxx121 mpFont.getRef(), in queryTextBounds()
209 return mpFont.getRef(); in getFont()
249 mpFont.getRef(), in draw()
/trunk/main/comphelper/inc/comphelper/
H A Dimplementationreference.hxx218 ::com::sun::star::uno::Reference< UnoInterfaceType > getRef() { return mxRef; } in getRef() function in comphelper::ImplementationReference
221 const ::com::sun::star::uno::Reference< UnoInterfaceType >& getRef() const { return mxRef; } in getRef() function in comphelper::ImplementationReference
/trunk/main/forms/qa/org/openoffice/complex/forms/tools/
H A DResultSet.java263 XRef getRef( int _colIndex ) throws SQLException in getRef() method in ResultSet
265 return m_row.getRef( _colIndex ); in getRef()
/trunk/main/odk/examples/DevelopersGuide/Forms/
H A DRowSet.java267 public XRef getRef(int i) throws SQLException in getRef() method in RowSet
269 return m_row.getRef(i); in getRef()
/trunk/main/connectivity/qa/connectivity/tools/
H A DRowSet.java268 public XRef getRef(int i) throws SQLException in getRef() method in RowSet
270 return m_row.getRef(i); in getRef()
/trunk/main/svx/source/form/
H A Dsdbdatacolumn.cxx175 Reference< XRef> DataColumn::getRef() throw( SQLException, RuntimeException ) in getRef() function in svxform::DataColumn
177 return m_xColumn->getRef(); in getRef()
H A Dfmscriptingenv.cxx331 _rxManager->addScriptListener( m_pScriptListener.getRef() ); in impl_registerOrRevoke_throw()
333 _rxManager->removeScriptListener( m_pScriptListener.getRef() ); in impl_registerOrRevoke_throw()
/trunk/main/connectivity/java/sdbc_jdbc/src/com/sun/star/comp/sdbc/
H A DJavaSQLCallableStatement.java217 public synchronized XRef getRef(int columnIndex) throws SQLException { in getRef() method in JavaSQLCallableStatement
220 java.sql.Ref ref = ((java.sql.CallableStatement)jdbcStatement).getRef(columnIndex); in getRef()
/trunk/main/dbaccess/source/core/api/
H A Dcallablestatement.cxx305 Reference< XRef > SAL_CALL OCallableStatement::getRef( sal_Int32 columnIndex ) throw(SQLException, … in getRef() function in OCallableStatement
310 return Reference< XRow >(m_xAggregateAsSet, UNO_QUERY)->getRef( columnIndex ); in getRef()
H A Ddatacolumn.cxx293 Reference< XRef > ODataColumn::getRef(void) throw( SQLException, RuntimeException ) in getRef() function in ODataColumn
298 return m_xRow->getRef(m_nPos); in getRef()
/trunk/main/connectivity/java/sdbc_postgresql/src/com/sun/star/sdbcx/comp/postgresql/
H A DPostgresqlResultSet.java233 public XRef getRef(int arg0) throws SQLException { in getRef() method in PostgresqlResultSet
234 return implRow.getRef(arg0); in getRef()
/trunk/main/connectivity/source/commontools/
H A DTTableHelper.cxx180 m_pTables->removeContainerListener(m_pImpl->m_xTablePropertyListener.getRef()); in disposing()
400 m_pTables->addContainerListener(m_pImpl->m_xTablePropertyListener.getRef()); in refreshForgeinKeys()
/trunk/main/xmlhelp/source/cxxhelp/provider/
H A Dresultsetbase.hxx297 getRef( in getRef() function in chelp::ResultSetBase
303 return m_aItems[m_nRow]->getRef( columnIndex ); in getRef()
/trunk/main/ucb/source/cacher/
H A Dcontentresultsetwrapper.cxx1364 ::getRef( sal_Int32 columnIndex ) in getRef() function in ContentResultSetWrapper
1368 XROW_GETXXX( getRef ); in getRef()
/trunk/main/ucb/source/ucp/ftp/
H A Dftpresultsetbase.hxx308 getRef( in getRef() function in ftp::ResultSetBase
314 return m_aItems[m_nRow]->getRef( columnIndex ); in getRef()
/trunk/main/jurt/java/jurt/src/main/java/com/sun/star/lib/util/
H A DUrlToFileMapper.java77 && url.getRef() == null in mapUrlToFile()

Completed in 170 milliseconds

12345