Searched refs:sObjectName (Results 1 – 13 of 13) sorted by relevance
/aoo4110/main/svx/source/fmcomp/ |
H A D | dbaexchange.cxx | 426 ::rtl::OUString sObjectName; in ODataAccessObjectTransferable() 431 _rxLivingForm->getPropertyValue(FM_PROP_COMMAND) >>= sObjectName; in ODataAccessObjectTransferable() 459 ,sObjectName,xConnection in ODataAccessObjectTransferable() 610 ::rtl::OUString sObjectName; in construct() 612 sObjectName = _rCommand; in construct() 628 m_sCompatibleObjectDescription += bTreatAsStatement ? ::rtl::OUString() : sObjectName; in construct()
|
/aoo4110/main/extensions/source/dbpilots/ |
H A D | controlwizard.cxx | 570 …::rtl::OUString sObjectName = ::comphelper::getString(m_aContext.xForm->getPropertyValue(::rtl::OU… in initContext() 587 …bles.is() && xSupplyTables->getTables().is() && xSupplyTables->getTables()->hasByName(sObjectName)) in initContext() 591 m_aContext.xObjectContainer->getByName(sObjectName) >>= xSupplyColumns; in initContext() 600 ….is() && xSupplyQueries->getQueries().is() && xSupplyQueries->getQueries()->hasByName(sObjectName)) in initContext() 604 m_aContext.xObjectContainer->getByName(sObjectName) >>= xSupplyColumns; in initContext() 612 xStatement = xConnection->prepareStatement(sObjectName); in initContext()
|
/aoo4110/main/dbaccess/source/ext/macromigration/ |
H A D | progresscapture.cxx | 59 :sObjectName( _rObjectName ) in ProgressCapture_Data() 65 ::rtl::OUString sObjectName; 96 m_pData->rMasterProgress.startObject( m_pData->sObjectName, _rText, _nRange ); in start()
|
H A D | migrationengine.cxx | 255 …::rtl::OUString sObjectName = String( MacroMigrationResId( _rDocument.eType == eForm ? STR_FORM : … in lcl_getSubDocumentDescription() 256 …::comphelper::string::searchAndReplaceAsciiI( sObjectName, "$name$", _rDocument.sHierarchicalName … in lcl_getSubDocumentDescription() 257 return sObjectName; in lcl_getSubDocumentDescription() 1135 ::rtl::OUString sObjectName( lcl_getSubDocumentDescription( _rDocument ) ); in impl_handleDocument_nothrow() 1136 m_rProgress.startObject( sObjectName, ::rtl::OUString(), DEFAULT_DOC_PROGRESS_RANGE ); in impl_handleDocument_nothrow() 1140 …::rtl::Reference< ProgressCapture > pStatusIndicator( new ProgressCapture( sObjectName, m_rProgres… in impl_handleDocument_nothrow() 1154 …ProgressDelegator aDelegator( m_rProgress, sObjectName, String( MacroMigrationResId( STR_MIGRATING… in impl_handleDocument_nothrow()
|
/aoo4110/main/odk/examples/DevelopersGuide/Forms/ |
H A D | DataAwareness.java | 173 String sObjectName; in enumFormComponents() local 177 sObjectName = new String( "<unnamed>" ); in enumFormComponents() 179 sObjectName = xNameAcc.getName(); in enumFormComponents() 180 System.out.println( new String( "enumerating the container named \"" ) + sObjectName + in enumFormComponents()
|
/aoo4110/main/svx/source/form/ |
H A D | fmview.cxx | 439 ::rtl::OUString sObjectName = rFieldDesc.GetToken(1,sal_Unicode(11)); in CreateFieldControl() 443 if (!sFieldName.getLength() || !sObjectName.getLength() || !sDataSource.getLength()) in CreateFieldControl() 448 aColumnDescriptor[ daCommand ] <<= sObjectName; in CreateFieldControl()
|
/aoo4110/main/sw/source/ui/frmdlg/ |
H A D | cption.cxx | 188 sObjectName = rSh.GetFlyName(); in SwCaptionDialog() 203 sObjectName = rSh.GetTableFmt()->GetName(); in SwCaptionDialog() 211 sObjectName = rSh.GetFlyName(); in SwCaptionDialog()
|
/aoo4110/main/sw/source/ui/inc/ |
H A D | cption.hxx | 108 String sObjectName; member in SwCaptionDialog
|
/aoo4110/main/bridges/test/ |
H A D | testcomp.cxx | 101 OInstanceProvider::getInstance( const ::rtl::OUString& sObjectName ) in getInstance() argument 106 if( sObjectName == OUString( RTL_CONSTASCII_USTRINGPARAM( "TestRemoteObject" ) ) ) in getInstance()
|
H A D | testcomp.h | 145 getInstance( const ::rtl::OUString& sObjectName )
|
/aoo4110/main/extensions/source/propctrlr/ |
H A D | formcomponenthandler.cxx | 2367 ::rtl::OUString sObjectName; in impl_initFieldList_nothrow() 2368 OSL_VERIFY( xFormSet->getPropertyValue( PROPERTY_COMMAND ) >>= sObjectName ); in impl_initFieldList_nothrow() 2370 if ( sObjectName.getLength() && impl_ensureRowsetConnection_nothrow() ) in impl_initFieldList_nothrow() 2377 …ds( ::dbtools::getFieldNamesByCommandDescriptor( m_xRowSetConnection, nObjectType, sObjectName ) ); in impl_initFieldList_nothrow()
|
/aoo4110/main/reportdesign/source/ui/inspection/ |
H A D | GeometryHandler.cxx | 2072 ::rtl::OUString sObjectName; in impl_initFieldList_nothrow() 2073 OSL_VERIFY( xFormSet->getPropertyValue( PROPERTY_COMMAND ) >>= sObjectName ); in impl_initFieldList_nothrow() 2076 if ( sObjectName.getLength() && xCon.is() ) in impl_initFieldList_nothrow() 2081 … _rFieldNames = ::dbtools::getFieldNamesByCommandDescriptor( xCon, nObjectType, sObjectName ); in impl_initFieldList_nothrow()
|
/aoo4110/main/qadevOOo/runner/base/ |
H A D | java_fat.java | 183 final String sObjectName = tCase.getObjectName(); in executeTest() local
|
Completed in 141 milliseconds