/aoo42x/main/toolkit/source/layout/vcl/ |
H A D | wbutton.cxx | 150 if (getImpl() && getImpl()->mxButton.is ()) in SetClickHdl() 161 return getImpl() || getImpl()->SetModeImage (image.getImpl().mxGraphic); in SetModeImage() 171 if ( getImpl() ) in SetImageAlign() 233 if ( getImpl() ) in Check() 236 getImpl()->fireToggle(); in Check() 241 return !!( getImpl() && getImpl()->getProperty( "State" ).get< sal_Int16 >() ); in IsChecked() 251 if (getImpl() && getImpl()->mxButton.is ()) in SetToggleHdl() 348 getImpl()->Check( bCheck ); in Check() 358 if (getImpl() && getImpl()->mxRadioButton.is ()) in SetToggleHdl() 420 if (getImpl() && getImpl()->mxCheckBox.is ()) in SetToggleHdl() [all …]
|
H A D | wfield.cxx | 104 if ( !getImpl()->mxEdit.is() ) in SetSelection() 114 if ( getImpl()->mxEdit.is() ) in SetText() 124 if ( !getImpl()->mxEdit.is() ) in GetText() 131 if (getImpl() && getImpl()->mxEdit.is ()) in SetModifyHdl() 447 getImpl()->RemoveEntry( nPos ); in RemoveEntry() 453 if ( getImpl() ) in Clear() 475 if (getImpl() && getImpl()->mxComboBox.is ()) in SetClickHdl() 481 if (getImpl() && getImpl()->mxComboBox.is ()) in SetSelectHdl() 679 if ( getImpl() ) in Clear() 734 getImpl()->SetSelectHdl( link ); in SetSelectHdl() [all …]
|
H A D | wrapper.cxx | 747 if (getImpl() && getImpl()->mxWindow.is ()) in SetGetFocusHdl() 758 if (getImpl() && getImpl()->mxWindow.is ()) in SetLoseFocusHdl() 799 #define MX_DIALOG if (getImpl()->mxDialog.is ()) getImpl()->mxDialog 800 #define RETURN_MX_DIALOG if (getImpl()->mxDialog.is ()) return getImpl()->mxDialog 1079 #define MX_TABCONTROL if (getImpl()->mxTabControl.is ()) getImpl()->mxTabControl 1129 getImpl()->redraw (); in InsertPage() 1146 getImpl()->redraw (); in GetPagePos() 1151 getImpl()->redraw (); in SetCurPageId() 1176 getImpl()->redraw (); in SetTabPage() 1184 if (getImpl() && getImpl()->mxTabControl.is ()) in SetActivatePageHdl() [all …]
|
H A D | wcontainer.cxx | 68 uno::Reference< awt::XLayoutConstrains > xChild( pChild->getImpl(), uno::UNO_QUERY ); in Add() 86 uno::Reference< awt::XLayoutConstrains > xChild( pChild->getImpl(), uno::UNO_QUERY ); in Remove() 152 WindowImpl *pImpl = window->getImpl(); in Add() 164 uno::Reference< awt::XLayoutConstrains > xChild( pContainer->getImpl(), in Add() 197 WindowImpl *pImpl = window->getImpl(); in Add() 210 uno::Reference< awt::XLayoutConstrains > xChild( pContainer->getImpl(), in Add()
|
H A D | wrapper.hxx | 86 inline WindowImpl *Window::getImpl() const{ return (static_cast< WindowImpl * >( mpImpl )); } in getImpl() function in layout::Window 91 inline t##Impl* t::getImpl() const \
|
/aoo42x/main/pyuno/source/module/ |
H A D | pyuno_gc.cxx | 76 runtime.getImpl()->cargo->mappedObjects.find( mPyObject ); in run() 77 if( ii != runtime.getImpl()->cargo->mappedObjects.end() ) in run() 79 runtime.getImpl()->cargo->mappedObjects.erase( ii ); in run()
|
H A D | pyuno_runtime.cxx | 534 … PyRef value = PyRef( PyUNO_new_UNCHECKED (a, getImpl()->cargo->xInvocation), SAL_NO_ACQUIRE); in any2PyObject() 575 Reference< XTypeConverter > tc = getImpl()->cargo->xTypeConverter; in any2PyObject() 576 Reference< XSingleServiceFactory > ssf = getImpl()->cargo->xInvocation; in any2PyObject() 614 return PyRef( PyUNO_new (a, getImpl()->cargo->xInvocation), SAL_NO_ACQUIRE ); in any2PyObject() 849 a = getImpl()->cargo->xTypeConverter->convertTo( a, t ); in pyObject2Any() 897 getImpl()->cargo->xAdapterFactory->createAdapter( in pyObject2Any()
|
H A D | pyuno_adapter.cxx | 124 runtime.getImpl()->cargo->xAdapterFactory->createAdapter( this, mTypes ); in getOutIndexes() 130 runtime.getImpl()->cargo->xIntrospection->inspect( makeAny( unoAdapterObject ) ); in getOutIndexes() 215 cargo = runtime.getImpl()->cargo; in invoke()
|
H A D | pyuno_type.cxx | 114 return PyRef( PyDict_GetItemString( r.getImpl()->cargo->getUnoModule().get(), (char*) name ) ); in getClass() 332 Any a = runtime.getImpl()->cargo->xTdMgr->getByHierarchicalName(name); in importToGlobal() 388 PyRef code( PyDict_GetItemString( r.getImpl()->cargo->getUnoModule().get(), (char*)clazz ) ); in callCtor()
|
H A D | pyuno_except.cxx | 223 const ClassSet & set = runtime.getImpl()->cargo->interfaceSet; in isInterfaceClass() 231 RuntimeCargo *cargo =runtime.getImpl()->cargo; in getClass()
|
H A D | pyuno_module.cxx | 151 ctx = runtime.getImpl()->cargo->xContext; in getComponentContext() 260 RuntimeCargo *c = runtime.getImpl()->cargo; in createUnoStructHelper() 375 Any a = runtime.getImpl()->cargo->xTdMgr->getByHierarchicalName(typeName); in getConstantByName()
|
/aoo42x/main/basic/source/sbx/ |
H A D | sbxvar.cxx | 394 SbxVariableImpl* SbxVariable::getImpl( void ) in getImpl() function in SbxVariable 403 SbxVariableImpl* pImpl = getImpl(); in GetDeclareClassName() 409 SbxVariableImpl* pImpl = getImpl(); in SetDeclareClassName() 416 SbxVariableImpl* pImpl = getImpl(); in SetComListener() 424 SbxVariableImpl* pImpl = getImpl(); in ClearComListener()
|
/aoo42x/main/connectivity/source/drivers/ado/ |
H A D | AIndexes.cxx | 70 if ( FAILED( pIndexes->Append( OLEVariant( _rForName ), OLEVariant( pIndex->getImpl() ) ) ) ) in appendObject() 76 return new OAdoIndex(isCaseSensitive(),m_pConnection,pIndex->getImpl()); in appendObject()
|
H A D | AKeys.cxx | 85 WpADOKey aKey = pKey->getImpl(); in appendObject() 100 return new OAdoKey(isCaseSensitive(),m_pConnection,pKey->getImpl()); in appendObject()
|
H A D | ATables.cxx | 81 if(!m_aCollection.Append(pTable->getImpl())) in appendObject() 85 return new OAdoTable(this,isCaseSensitive(),m_pCatalog,pTable->getImpl()); in appendObject()
|
H A D | AGroups.cxx | 71 m_aCollection.Append( pGroup->getImpl() ); in appendObject()
|
H A D | AUsers.cxx | 71 pUsers->Append(OLEVariant(pUser->getImpl()),OLEString(pUser->getPassword())); in appendObject()
|
/aoo42x/main/toolkit/inc/layout/ |
H A D | layout.hxx | 105 inline t##Impl *getImpl() const 248 ImageImpl &getImpl() const { return *pImpl; } in getImpl() function in layout::Image 720 css::uno::Reference< css::awt::XLayoutContainer > getImpl() in getImpl() function in layout::Container
|
/aoo42x/main/desktop/source/migration/ |
H A D | migration.cxx | 194 static MigrationImpl *getImpl() in getImpl() function 217 bResult = getImpl()->doMigration(); in doMigration() 236 return getImpl()->checkMigration(); in checkMigration() 241 return getImpl()->getOldVersionName(); in getOldVersionName()
|
/aoo42x/main/dbaccess/source/core/dataaccess/ |
H A D | definitioncontainer.cxx | 602 TContentPtr pImpl = pContent->getImpl(); in implAppend() 668 if ( rDefinitions.find( pContent->getImpl() ) != rDefinitions.end() ) in approveNewObject()
|
/aoo42x/main/connectivity/source/inc/ado/ |
H A D | AView.hxx | 56 WpADOView getImpl() const { return m_aView;} in getImpl() function in connectivity::ado::OAdoView
|
H A D | AIndex.hxx | 56 WpADOIndex getImpl() const { return m_aIndex;} in getImpl() function in connectivity::ado::OAdoIndex
|
H A D | AKey.hxx | 57 WpADOKey getImpl() const { return m_aKey;} in getImpl() function in connectivity::ado::OAdoKey
|
H A D | AGroup.hxx | 67 WpADOGroup getImpl() const { return m_aGroup; } in getImpl() function in connectivity::ado::OAdoGroup
|
H A D | ATable.hxx | 78 WpADOTable getImpl() const { return m_aTable;} in getImpl() function in connectivity::ado::OAdoTable
|