Home
last modified time | relevance | path

Searched refs:sObjectName (Results 1 – 13 of 13) sorted by relevance

/trunk/main/svx/source/fmcomp/
H A Ddbaexchange.cxx426 ::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()
/trunk/main/extensions/source/dbpilots/
H A Dcontrolwizard.cxx570 …::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()
/trunk/main/dbaccess/source/ext/macromigration/
H A Dprogresscapture.cxx59 :sObjectName( _rObjectName ) in ProgressCapture_Data()
65 ::rtl::OUString sObjectName;
96 m_pData->rMasterProgress.startObject( m_pData->sObjectName, _rText, _nRange ); in start()
H A Dmigrationengine.cxx255 …::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()
/trunk/main/odk/examples/DevelopersGuide/Forms/
H A DDataAwareness.java173 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()
/trunk/main/svx/source/form/
H A Dfmview.cxx439 ::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()
/trunk/main/sw/source/ui/frmdlg/
H A Dcption.cxx188 sObjectName = rSh.GetFlyName(); in SwCaptionDialog()
203 sObjectName = rSh.GetTableFmt()->GetName(); in SwCaptionDialog()
211 sObjectName = rSh.GetFlyName(); in SwCaptionDialog()
/trunk/main/sw/source/ui/inc/
H A Dcption.hxx108 String sObjectName; member in SwCaptionDialog
/trunk/main/bridges/test/
H A Dtestcomp.cxx101 OInstanceProvider::getInstance( const ::rtl::OUString& sObjectName ) in getInstance() argument
106 if( sObjectName == OUString( RTL_CONSTASCII_USTRINGPARAM( "TestRemoteObject" ) ) ) in getInstance()
H A Dtestcomp.h145 getInstance( const ::rtl::OUString& sObjectName )
/trunk/main/extensions/source/propctrlr/
H A Dformcomponenthandler.cxx2367 ::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()
/trunk/main/reportdesign/source/ui/inspection/
H A DGeometryHandler.cxx2072 ::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()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/base/
H A Djava_fat.java183 final String sObjectName = tCase.getObjectName(); in executeTest() local

Completed in 109 milliseconds