/aoo42x/main/writerfilter/source/ooxml/ |
H A D | RefAndPointer.hxx | 76 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>()
|
/aoo42x/main/chart2/source/controller/main/ |
H A D | ShapeToolbarController.cxx | 238 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()
|
/aoo42x/main/writerfilter/source/doctok/ |
H A D | XNoteHelperImpl.hxx | 129 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 D | XNoteHelper.hxx | 127 T * getRef(sal_uInt32 nIndex); 134 T * getRef(const CpAndFc & rCpAndFc);
|
/aoo42x/main/reportdesign/source/ui/misc/ |
H A D | toolboxcontroller.cxx | 292 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()
|
/aoo42x/main/filter/source/xsltfilter/ |
H A D | containerhelper.hxx | 45 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
|
/aoo42x/main/oox/inc/oox/helper/ |
H A D | refmap.hxx | 58 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 D | refvector.hxx | 56 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
|
/aoo42x/main/editeng/inc/editeng/ |
H A D | AccessibleParaManager.hxx | 73 ::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()
|
/aoo42x/main/canvas/source/directx/ |
H A D | dx_textlayout.cxx | 121 mpFont.getRef(), in queryTextBounds() 209 return mpFont.getRef(); in getFont() 249 mpFont.getRef(), in draw()
|
/aoo42x/main/comphelper/inc/comphelper/ |
H A D | implementationreference.hxx | 218 ::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
|
/aoo42x/main/forms/qa/org/openoffice/complex/forms/tools/ |
H A D | ResultSet.java | 263 XRef getRef( int _colIndex ) throws SQLException in getRef() method in ResultSet 265 return m_row.getRef( _colIndex ); in getRef()
|
/aoo42x/main/connectivity/qa/connectivity/tools/ |
H A D | RowSet.java | 268 public XRef getRef(int i) throws SQLException in getRef() method in RowSet 270 return m_row.getRef(i); in getRef()
|
/aoo42x/main/odk/examples/DevelopersGuide/Forms/ |
H A D | RowSet.java | 267 public XRef getRef(int i) throws SQLException in getRef() method in RowSet 269 return m_row.getRef(i); in getRef()
|
/aoo42x/main/svx/source/form/ |
H A D | sdbdatacolumn.cxx | 175 Reference< XRef> DataColumn::getRef() throw( SQLException, RuntimeException ) in getRef() function in svxform::DataColumn 177 return m_xColumn->getRef(); in getRef()
|
H A D | fmscriptingenv.cxx | 331 _rxManager->addScriptListener( m_pScriptListener.getRef() ); in impl_registerOrRevoke_throw() 333 _rxManager->removeScriptListener( m_pScriptListener.getRef() ); in impl_registerOrRevoke_throw()
|
/aoo42x/main/connectivity/java/sdbc_jdbc/src/com/sun/star/comp/sdbc/ |
H A D | JavaSQLCallableStatement.java | 217 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()
|
/aoo42x/main/dbaccess/source/core/api/ |
H A D | callablestatement.cxx | 305 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 D | datacolumn.cxx | 293 Reference< XRef > ODataColumn::getRef(void) throw( SQLException, RuntimeException ) in getRef() function in ODataColumn 298 return m_xRow->getRef(m_nPos); in getRef()
|
/aoo42x/main/connectivity/java/sdbc_postgresql/src/com/sun/star/sdbcx/comp/postgresql/ |
H A D | PostgresqlResultSet.java | 233 public XRef getRef(int arg0) throws SQLException { in getRef() method in PostgresqlResultSet 234 return implRow.getRef(arg0); in getRef()
|
/aoo42x/main/connectivity/source/commontools/ |
H A D | TTableHelper.cxx | 180 m_pTables->removeContainerListener(m_pImpl->m_xTablePropertyListener.getRef()); in disposing() 400 m_pTables->addContainerListener(m_pImpl->m_xTablePropertyListener.getRef()); in refreshForgeinKeys()
|
/aoo42x/main/xmlhelp/source/cxxhelp/provider/ |
H A D | resultsetbase.hxx | 297 getRef( in getRef() function in chelp::ResultSetBase 303 return m_aItems[m_nRow]->getRef( columnIndex ); in getRef()
|
/aoo42x/main/ucb/source/cacher/ |
H A D | contentresultsetwrapper.cxx | 1364 ::getRef( sal_Int32 columnIndex ) in getRef() function in ContentResultSetWrapper 1368 XROW_GETXXX( getRef ); in getRef()
|
/aoo42x/main/ucb/source/ucp/ftp/ |
H A D | ftpresultsetbase.hxx | 308 getRef( in getRef() function in ftp::ResultSetBase 314 return m_aItems[m_nRow]->getRef( columnIndex ); in getRef()
|
/aoo42x/main/jurt/java/jurt/src/main/java/com/sun/star/lib/util/ |
H A D | UrlToFileMapper.java | 77 && url.getRef() == null in mapUrlToFile()
|