Home
last modified time | relevance | path

Searched refs:comphelper (Results 1 – 25 of 2211) sorted by relevance

12345678910>>...89

/AOO41X/main/comphelper/ !
H A DPackage_inc.mk24 $(eval $(call gb_Package_Package,comphelper_inc,$(SRCDIR)/comphelper/inc))
25 $(eval $(call gb_Package_add_file,comphelper_inc,inc/comphelper/flagguard.hxx,comphelper/flagguard.…
26 $(eval $(call gb_Package_add_file,comphelper_inc,inc/comphelper/stlunosequence.hxx,comphelper/stlun…
27 $(eval $(call gb_Package_add_file,comphelper_inc,inc/comphelper/documentconstants.hxx,comphelper/do…
28 $(eval $(call gb_Package_add_file,comphelper_inc,inc/comphelper/evtmethodhelper.hxx,comphelper/evtm…
29 $(eval $(call gb_Package_add_file,comphelper_inc,inc/comphelper/weakbag.hxx,comphelper/weakbag.hxx))
30 $(eval $(call gb_Package_add_file,comphelper_inc,inc/comphelper/basicio.hxx,comphelper/basicio.hxx))
31 $(eval $(call gb_Package_add_file,comphelper_inc,inc/comphelper/classids.hxx,comphelper/classids.hx…
32 $(eval $(call gb_Package_add_file,comphelper_inc,inc/comphelper/MasterPropertySet.hxx,comphelper/Ma…
33 …eval $(call gb_Package_add_file,comphelper_inc,inc/comphelper/stillreadwriteinteraction.hxx,comphe…
[all …]
H A DLibrary_comphelp.mk24 $(eval $(call gb_Library_Library,comphelper))
26 $(eval $(call gb_Library_add_package_headers,comphelper,comphelper_inc))
28 $(eval $(call gb_Library_add_precompiled_header,comphelper,$(SRCDIR)/comphelper/inc/pch/precompiled…
30 $(eval $(call gb_Library_set_componentfile,comphelper,comphelper/util/comphelp))
32 $(eval $(call gb_Library_set_include,comphelper,\
33 -I$(SRCDIR)/comphelper/inc/pch \
34 -I$(SRCDIR)/comphelper/source/inc \
39 $(eval $(call gb_Library_set_defs,comphelper,\
44 $(eval $(call gb_Library_add_linked_libs,comphelper,\
54 $(eval $(call gb_Library_add_exception_objects,comphelper,\
[all …]
/AOO41X/main/framework/source/loadenv/ !
H A Dloadenv.cxx235 ::comphelper::MediaDescriptor impl_mergeMediaDescriptorWithMightExistingModelArgs(const css::uno::S… in impl_mergeMediaDescriptorWithMightExistingModelArgs()
237 ::comphelper::MediaDescriptor lDescriptor(lOutsideDescriptor); in impl_mergeMediaDescriptorWithMightExistingModelArgs()
239 … ::comphelper::MediaDescriptor::PROP_MODEL (), in impl_mergeMediaDescriptorWithMightExistingModelArgs()
243 ::comphelper::MediaDescriptor lModelDescriptor(xModel->getArgs()); in impl_mergeMediaDescriptorWithMightExistingModelArgs()
244 …::comphelper::MediaDescriptor::iterator pIt = lModelDescriptor.find( ::comphelper::MediaDescriptor… in impl_mergeMediaDescriptorWithMightExistingModelArgs()
246 lDescriptor[::comphelper::MediaDescriptor::PROP_MACROEXECUTIONMODE()] = pIt->second; in impl_mergeMediaDescriptorWithMightExistingModelArgs()
297 m_lMediaDescriptor[::comphelper::MediaDescriptor::PROP_URL()] <<= sURL; in initializeLoading()
307 m_lMediaDescriptor[::comphelper::MediaDescriptor::PROP_JUMPMARK()] <<= m_aURL.Mark; in initializeLoading()
310 …::comphelper::MediaDescriptor::iterator pIt = m_lMediaDescriptor.find(::comphelper::MediaDescripto… in initializeLoading()
323 …( m_lMediaDescriptor.getUnpackedValueOrDefault( ::comphelper::MediaDescriptor::PROP_HIDDEN() , sal… in initializeLoading()
[all …]
/AOO41X/main/sfx2/source/sidebar/ !
H A DResourceManager.cxx243 const ::comphelper::ComponentContext aContext (::comphelper::getProcessServiceFactory()); in ReadDeckList()
263 rDeckDescriptor.msTitle = ::comphelper::getString( in ReadDeckList()
265 rDeckDescriptor.msId = ::comphelper::getString( in ReadDeckList()
267 rDeckDescriptor.msIconURL = ::comphelper::getString( in ReadDeckList()
269 rDeckDescriptor.msHighContrastIconURL = ::comphelper::getString( in ReadDeckList()
271 rDeckDescriptor.msTitleBarIconURL = ::comphelper::getString( in ReadDeckList()
273 rDeckDescriptor.msHighContrastTitleBarIconURL = ::comphelper::getString( in ReadDeckList()
275 rDeckDescriptor.msHelpURL = ::comphelper::getString( in ReadDeckList()
279 rDeckDescriptor.mnOrderIndex = ::comphelper::getINT32( in ReadDeckList()
299 const ::comphelper::ComponentContext aContext (::comphelper::getProcessServiceFactory()); in ReadPanelList()
[all …]
/AOO41X/main/filter/source/config/cache/ !
H A Dtypedetection.cxx130 ::comphelper::MediaDescriptor stlDescriptor(lDescriptor); in queryTypeByDescriptor()
137 …::rtl::OUString sURL = stlDescriptor.getUnpackedValueOrDefault(::comphelper::MediaDescriptor::PROP… in queryTypeByDescriptor()
228 void TypeDetection::impl_checkResultsAndAddBestFilter(::comphelper::MediaDescriptor& rDescriptor, in impl_checkResultsAndAddBestFilter()
234 ::comphelper::MediaDescriptor::PROP_FILTERNAME(), in impl_checkResultsAndAddBestFilter()
243 ::comphelper::MediaDescriptor::PROP_DOCUMENTSERVICE(), in impl_checkResultsAndAddBestFilter()
316 rDescriptor[::comphelper::MediaDescriptor::PROP_TYPENAME() ] <<= sRealType; in impl_checkResultsAndAddBestFilter()
317 rDescriptor[::comphelper::MediaDescriptor::PROP_FILTERNAME()] <<= sFilter; in impl_checkResultsAndAddBestFilter()
347 rDescriptor[::comphelper::MediaDescriptor::PROP_TYPENAME() ] <<= sType ; in impl_checkResultsAndAddBestFilter()
348 rDescriptor[::comphelper::MediaDescriptor::PROP_FILTERNAME()] <<= sFilter; in impl_checkResultsAndAddBestFilter()
402 rDescriptor[::comphelper::MediaDescriptor::PROP_TYPENAME() ] <<= sType ; in impl_checkResultsAndAddBestFilter()
[all …]
H A Dtypedetection.hxx123 ::comphelper::MediaDescriptor& rDescriptor,
172 … ::rtl::OUString impl_detectTypeFlatAndDeep( ::comphelper::MediaDescriptor& rDescriptor ,
202 ::rtl::OUString impl_detectTypeDeepOnly( ::comphelper::MediaDescriptor& rDescriptor ,
217 void impl_seekStreamToZero(comphelper::MediaDescriptor& rDescriptor);
239 ::comphelper::MediaDescriptor& rDescriptor );
256 … ::rtl::OUString impl_askUserForTypeAndFilterIfAllowed(::comphelper::MediaDescriptor& rDescriptor);
293 void impl_openStream(::comphelper::MediaDescriptor& rDescriptor)
316 … sal_Bool impl_validateAndSetTypeOnDescriptor( ::comphelper::MediaDescriptor& rDescriptor,
338 … sal_Bool impl_validateAndSetFilterOnDescriptor( ::comphelper::MediaDescriptor& rDescriptor,
354 void impl_removeTypeFilterFromDescriptor(::comphelper::MediaDescriptor& rDescriptor);
[all …]
/AOO41X/main/cui/source/options/ !
H A Doptimprove2.cxx116 ::comphelper::getProcessComponentContext() ) ); in IMPL_LINK()
135 …uno::Reference < uno::XInterface > xDesktop( ::comphelper::getProcessServiceFactory()->createInsta… in IMPL_LINK()
149 uno::Reference< lang::XComponent > xDoc = ::comphelper::SynchronousDispatch::dispatch( in IMPL_LINK()
168 uno::Reference< lang::XMultiServiceFactory > xSMGR = ::comphelper::getProcessServiceFactory(); in FillItemSet()
173 xConfig = ::comphelper::ConfigurationHelper::openConfig( in FillItemSet()
175 ::comphelper::ConfigurationHelper::E_STANDARD ); in FillItemSet()
176 ::comphelper::ConfigurationHelper::writeRelativeKey( in FillItemSet()
178 ::comphelper::ConfigurationHelper::writeRelativeKey( in FillItemSet()
180 ::comphelper::ConfigurationHelper::flush( xConfig ); in FillItemSet()
182 ::comphelper::UiEventsLogger::reinit(); in FillItemSet()
[all …]
/AOO41X/main/ !
H A DRepositoryFixes.mk28 gb_Library_FILENAMES := $(patsubst comphelper:libcomphelper%,comphelper:libcomphelp%,$(gb_Library_F…
44 gb_Library_FILENAMES := $(patsubst comphelper:libcomphelper%,comphelper:libcomphelp%,$(gb_Library_F…
62 gb_Library_FILENAMES := $(patsubst comphelper:icomphelper%,comphelper:icomphelp%,$(gb_Library_FILEN…
96 gb_Library_DLLFILENAMES := $(patsubst comphelper:comphelper%,comphelper:comphelp%,$(gb_Library_DLLF…
107 gb_Library_FILENAMES := $(patsubst comphelper:icomphelper%,comphelper:icomphelp%,$(gb_Library_FILEN…
154 gb_Library_DLLFILENAMES := $(patsubst comphelper:comphelper%,comphelper:comphelp%,$(gb_Library_DLLF…
164 gb_Library_FILENAMES := $(patsubst comphelper:comphelper%,comphelper:comphelpgcc3%,$(gb_Library_FIL…
190 gb_Library_DLLFILENAMES := $(patsubst comphelper:comphelper%,comphelper:comphelp%,$(gb_Library_DLLF…
214 gb_Library_FILENAMES := $(patsubst comphelper:libcomphelper%,comphelper:libcomphelp%,$(gb_Library_F…
224 gb_Library_FILENAMES := $(patsubst comphelper:libcomphelper%,comphelper:libcomphelp%,$(gb_Library_F…
/AOO41X/main/dbaccess/source/ext/macromigration/ !
H A Ddocinteraction.cxx75 InteractionHandler_Data( const ::comphelper::ComponentContext& _rContext ) in InteractionHandler_Data()
85 …InteractionHandler::InteractionHandler( const ::comphelper::ComponentContext& _rContext, const Ref… in InteractionHandler()
89 ::comphelper::NamedValueCollection aDocArgs( _rxDocument->getArgs() ); in InteractionHandler()
109 …::rtl::Reference< ::comphelper::OInteractionRequest > pRequest( new ::comphelper::OInteractionRequ… in requestDocumentPassword()
110 …::rtl::Reference< ::comphelper::OInteractionPassword > pPassword( new ::comphelper::OInteractionPa… in requestDocumentPassword()
111 … ::rtl::Reference< ::comphelper::OInteractionAbort > pAbort( new ::comphelper::OInteractionAbort ); in requestDocumentPassword()
129 …::rtl::Reference< ::comphelper::OInteractionRequest > pRequest( new ::comphelper::OInteractionRequ… in reportError()
130 …::rtl::Reference< ::comphelper::OInteractionApprove > pApprove( new ::comphelper::OInteractionAppr… in reportError()
/AOO41X/main/dbaccess/source/ui/tabledesign/ !
H A DFieldDescriptions.cxx150 SetName(::comphelper::getString(xAffectedCol->getPropertyValue(PROPERTY_NAME))); in OFieldDescription()
152 … SetDescription(::comphelper::getString(xAffectedCol->getPropertyValue(PROPERTY_DESCRIPTION))); in OFieldDescription()
166 …SetAutoIncrementValue(::comphelper::getString(xAffectedCol->getPropertyValue(PROPERTY_AUTOINCREMEN… in OFieldDescription()
168 … SetTypeValue(::comphelper::getINT32(xAffectedCol->getPropertyValue(PROPERTY_TYPE))); in OFieldDescription()
170 … SetTypeName(::comphelper::getString(xAffectedCol->getPropertyValue(PROPERTY_TYPENAME))); in OFieldDescription()
172 … SetPrecision(::comphelper::getINT32(xAffectedCol->getPropertyValue(PROPERTY_PRECISION))); in OFieldDescription()
174 … SetScale(::comphelper::getINT32(xAffectedCol->getPropertyValue(PROPERTY_SCALE))); in OFieldDescription()
176 … SetIsNullable(::comphelper::getINT32(xAffectedCol->getPropertyValue(PROPERTY_ISNULLABLE))); in OFieldDescription()
181 SetFormatKey(::comphelper::getINT32(aValue)); in OFieldDescription()
193 SetHorJustify( ::dbaui::mapTextJustify(::comphelper::getINT32(aValue))); in OFieldDescription()
[all …]
/AOO41X/main/sfx2/source/view/ !
H A Dfrmload.cxx116 … const ::comphelper::NamedValueCollection& i_rDescriptor, const SfxFilterMatcher& rMatcher ) const in impl_detectFilterForURL()
128 ::comphelper::NamedValueCollection aNewArgs; in impl_detectFilterForURL()
166 ::comphelper::NamedValueCollection aQuery; in impl_getFilterFromServiceName_nothrow()
181 ::comphelper::NamedValueCollection aType( xEnum->nextElement() ); in impl_getFilterFromServiceName_nothrow()
262 void SfxFrameLoader_Impl::impl_determineFilter( ::comphelper::NamedValueCollection& io_rDescriptor … in impl_determineFilter()
326 bool SfxFrameLoader_Impl::impl_determineTemplateDocument( ::comphelper::NamedValueCollection& io_rD… in impl_determineTemplateDocument()
390 …pl::impl_handleCaughtError_nothrow( const Any& i_rCaughtError, const ::comphelper::NamedValueColle… in impl_handleCaughtError_nothrow()
398 …::rtl::Reference< ::comphelper::OInteractionRequest > pRequest( new ::comphelper::OInteractionRequ… in impl_handleCaughtError_nothrow()
399 …::rtl::Reference< ::comphelper::OInteractionApprove > pApprove( new ::comphelper::OInteractionAppr… in impl_handleCaughtError_nothrow()
422 void SfxFrameLoader_Impl::impl_removeLoaderArguments( ::comphelper::NamedValueCollection& io_rDescr… in impl_removeLoaderArguments()
[all …]
/AOO41X/main/connectivity/source/drivers/odbcbase/ !
H A DOStatement.cxx49 using namespace ::comphelper;
123 ::comphelper::disposeComponent(m_xGeneratedStatement); in disposing()
171 return ::comphelper::concatSequences(aTypes.getTypes(),aOldTypes); in getTypes()
183 ::comphelper::disposeComponent(m_xGeneratedStatement); in getGeneratedValues()
248 if ( ::comphelper::query_interface( m_xResultSet.get(), xCloseable ) ) in clearMyResultSet()
963 …bConverted = ::comphelper::tryPropertyValue(rConvertedValue, rOldValue, rValue, getQueryTimeOut()); in convertFastPropertyValue()
967 …bConverted = ::comphelper::tryPropertyValue(rConvertedValue, rOldValue, rValue, getMaxFieldSize()); in convertFastPropertyValue()
971 … bConverted = ::comphelper::tryPropertyValue(rConvertedValue, rOldValue, rValue, getMaxRows()); in convertFastPropertyValue()
975 … bConverted = ::comphelper::tryPropertyValue(rConvertedValue, rOldValue, rValue, getCursorName()); in convertFastPropertyValue()
979 …bConverted = ::comphelper::tryPropertyValue(rConvertedValue, rOldValue, rValue, getResultSetConcur… in convertFastPropertyValue()
[all …]
/AOO41X/main/toolkit/source/controls/grid/ !
H A Ddefaultgriddatamodel.cxx55 using ::comphelper::stl_begin;
56 using ::comphelper::stl_end;
86 …ALL XGridDataListener::*i_listenerMethod )( GridDataEvent const & ), ::comphelper::ComponentGuard … in broadcast()
99 ::comphelper::ComponentGuard aGuard( *this, rBHelper ); in getRowCount()
106 ::comphelper::ComponentGuard aGuard( *this, rBHelper ); in getColumnCount()
152 ::comphelper::ComponentGuard aGuard( *this, rBHelper ); in getCellData()
159 ::comphelper::ComponentGuard aGuard( *this, rBHelper ); in getCellToolTip()
166 ::comphelper::ComponentGuard aGuard( *this, rBHelper ); in getRowHeading()
177 ::comphelper::ComponentGuard aGuard( *this, rBHelper ); in getRowData()
220 ::comphelper::ComponentGuard aGuard( *this, rBHelper ); in insertRow()
[all …]
H A Dgridcolumn.cxx84 ::comphelper::ComponentGuard& i_Guard ) in broadcast_changed()
102 ::comphelper::ComponentGuard aGuard( *this, rBHelper ); in getIdentifier()
109 ::comphelper::ComponentGuard aGuard( *this, rBHelper ); in setIdentifier()
116 ::comphelper::ComponentGuard aGuard( *this, rBHelper ); in getColumnWidth()
129 ::comphelper::ComponentGuard aGuard( *this, rBHelper ); in getMaxWidth()
142 ::comphelper::ComponentGuard aGuard( *this, rBHelper ); in getMinWidth()
155 ::comphelper::ComponentGuard aGuard( *this, rBHelper ); in getTitle()
168 ::comphelper::ComponentGuard aGuard( *this, rBHelper ); in getHelpText()
181 ::comphelper::ComponentGuard aGuard( *this, rBHelper ); in getResizeable()
194 ::comphelper::ComponentGuard aGuard( *this, rBHelper ); in getFlexibility()
[all …]
/AOO41X/main/framework/source/services/ !
H A Dautorecovery.cxx466 DispatchParams::DispatchParams(const ::comphelper::SequenceAsHashMap& lArgs , in DispatchParams()
624 ::comphelper::SequenceAsHashMap lArgs(lArguments); in dispatch()
1043 …::comphelper::ConfigurationHelper::openConfig(xSMGR, CFG_PACKAGE_RECOVERY, ::comphelper::Configura… in implts_openConfig()
1051 ::comphelper::ConfigurationHelper::readDirectKey(xSMGR, in implts_openConfig()
1055 … ::comphelper::ConfigurationHelper::E_STANDARD) >>= nMinSpaceDocSave; in implts_openConfig()
1057 ::comphelper::ConfigurationHelper::readDirectKey(xSMGR, in implts_openConfig()
1061 … ::comphelper::ConfigurationHelper::E_STANDARD) >>= nMinSpaceConfigSave; in implts_openConfig()
1231 …::comphelper::ConfigurationHelper::openConfig(xSMGR, CFG_PACKAGE_MODULES, ::comphelper::Configurat… in implts_specifyDefaultFilterAndExtension()
1250 …::comphelper::SequenceAsHashMap lFilterProps (xFilterCFG->getByName(rInfo.DefaultFilt… in implts_specifyDefaultFilterAndExtension()
1252 …::comphelper::SequenceAsHashMap lTypeProps (xTypeCFG->getByName(sTypeRegistration)); in implts_specifyDefaultFilterAndExtension()
[all …]
H A Dmodulemanager.cxx190 ::comphelper::SequenceAsHashMap lProps(aValue); in replaceByName()
210 …css::uno::Reference< css::uno::XInterface > xCfg = ::comphelper::ConfigurationHelper:… in replaceByName()
213 … ::comphelper::ConfigurationHelper::E_STANDARD); in replaceByName()
225 ::comphelper::SequenceAsHashMap::const_iterator pProp; in replaceByName()
238 ::comphelper::ConfigurationHelper::flush(xCfg); in replaceByName()
262 ::comphelper::SequenceAsHashMap lProps ; in getByName()
330 ::comphelper::SequenceAsHashMap lSearchProps (lProperties); in createSubSetEnumerationByProperties()
334 ::comphelper::SequenceAsVector< css::uno::Any > lResult ; in createSubSetEnumerationByProperties()
341 ::comphelper::SequenceAsHashMap lModuleProps = getByName(sModule); in createSubSetEnumerationByProperties()
350 …::comphelper::OAnyEnumeration* pEnum = new ::comphelper::OAnyEnumeration(lRes… in createSubSetEnumerationByProperties()
[all …]
/AOO41X/main/sfx2/source/doc/ !
H A Dguisaveas.cxx247 ::comphelper::SequenceAsHashMap* m_pDocumentPropsHM;
248 ::comphelper::SequenceAsHashMap* m_pModulePropsHM;
250 ::comphelper::SequenceAsHashMap m_aMediaDescrHM;
268 ::comphelper::SequenceAsHashMap& GetMediaDescr() { return m_aMediaDescrHM; } in GetMediaDescr()
272 const ::comphelper::SequenceAsHashMap& GetDocProps();
275 const ::comphelper::SequenceAsHashMap& GetModuleProps();
296 const ::comphelper::SequenceAsHashMap& aPreselectedFilterPropsHM,
399 const ::comphelper::SequenceAsHashMap& ModelData_Impl::GetDocProps() in GetDocProps()
402 m_pDocumentPropsHM = new ::comphelper::SequenceAsHashMap( GetModel()->getArgs() ); in GetDocProps()
421 const ::comphelper::SequenceAsHashMap& ModelData_Impl::GetModuleProps() in GetModuleProps()
[all …]
H A Ddocfac.cxx234 … uno::Reference< lang::XMultiServiceFactory > xFactory = ::comphelper::getProcessServiceFactory(); in SetSystemTemplate()
235 … uno::Reference< uno::XInterface > xConfig = ::comphelper::ConfigurationHelper::openConfig( in SetSystemTemplate()
236 xFactory, CONF_ROOT, ::comphelper::ConfigurationHelper::E_STANDARD ); in SetSystemTemplate()
239 …::comphelper::ConfigurationHelper::readRelativeKey( xConfig, CONF_PATH, PROP_ACTUAL_FILTER ) >>= a… in SetSystemTemplate()
241 …::comphelper::ConfigurationHelper::readRelativeKey( xConfig, CONF_PATH, PROP_DEF_TEMPL_CHANGED ) >… in SetSystemTemplate()
254 … ::comphelper::SequenceAsHashMap aProps1( xTypeDetection->getByName( aActualFilterTypeName ) ); in SetSystemTemplate()
282 …::comphelper::SequenceAsHashMap aProps2( xTypeDetection->getByName( xTypeDetector->queryTypeByURL(… in SetSystemTemplate()
303 …::comphelper::ConfigurationHelper::writeRelativeKey( xConfig, CONF_PATH, PROP_DEF_TEMPL_CHANGED, u… in SetSystemTemplate()
304 ::comphelper::ConfigurationHelper::flush( xConfig ); in SetSystemTemplate()
312 …::comphelper::ConfigurationHelper::writeRelativeKey( xConfig, CONF_PATH, PROP_DEF_TEMPL_CHANGED, u… in SetSystemTemplate()
[all …]
/AOO41X/main/sfx2/inc/ !
H A Dfrmload.hxx62 ::comphelper::ComponentContext m_aContext;
90 const ::comphelper::NamedValueCollection& i_rDescriptor,
101 ::comphelper::NamedValueCollection& io_rDescriptor
105 ::comphelper::NamedValueCollection& io_rDescriptor
118 const ::comphelper::NamedValueCollection& i_rDescriptor
123 const ::comphelper::NamedValueCollection& i_rDescriptor
127 ::comphelper::NamedValueCollection& io_rDescriptor
132 const ::comphelper::NamedValueCollection& i_rDescriptor
135 ::comphelper::NamedValueCollection
137 ::comphelper::NamedValueCollection& io_rDescriptor
[all …]
/AOO41X/main/comphelper/inc/comphelper/ !
H A Dcomponentmodule.hxx43 namespace comphelper namespace
288 &::comphelper::createLegacySingletonFactory in OLegacySingletonRegistration()
301 class ModuleClass : public ::comphelper::OModule \
304 typedef ::comphelper::OModule BaseClass; \
314 class ClientClass : public ::comphelper::OModuleClient \
317 typedef ::comphelper::OModuleClient BaseClass; \
327 class OAutoRegistration : public ::comphelper::OAutoRegistration< TYPE > \
330 typedef ::comphelper::OAutoRegistration< TYPE > BaseClass; \
339 class OSingletonRegistration : public ::comphelper::OSingletonRegistration< TYPE > \
342 typedef ::comphelper::OSingletonRegistration< TYPE > BaseClass; \
[all …]
/AOO41X/main/unotools/inc/unotools/ !
H A Dcomponentresmodule.hxx50 class UNOTOOLS_DLLPUBLIC OComponentResourceModule : public ::comphelper::OModule
53 typedef ::comphelper::OModule BaseClass;
100 class ClientClass : public ::comphelper::OModuleClient \
103 typedef ::comphelper::OModuleClient BaseClass; \
125 class OAutoRegistration : public ::comphelper::OAutoRegistration< TYPE > \
128 typedef ::comphelper::OAutoRegistration< TYPE > BaseClass; \
138 class OSingletonRegistration : public ::comphelper::OSingletonRegistration< TYPE > \
141 typedef ::comphelper::OSingletonRegistration< TYPE > BaseClass; \
151 class OLegacySingletonRegistration : public ::comphelper::OLegacySingletonRegistration< TYPE > \
154 typedef ::comphelper::OLegacySingletonRegistration< TYPE > BaseClass; \
/AOO41X/main/connectivity/source/drivers/jdbc/ !
H A DJStatement.cxx48 using namespace ::comphelper;
96 ::comphelper::disposeComponent(m_xGeneratedStatement); in disposing()
149 return ::comphelper::concatSequences(aTypes.getTypes(),aOldTypes); in getTypes()
182 ::comphelper::disposeComponent(m_xGeneratedStatement); in getGeneratedValues()
635 … return ::comphelper::tryPropertyValue(rConvertedValue, rOldValue, rValue, getQueryTimeOut()); in convertFastPropertyValue()
637 … return ::comphelper::tryPropertyValue(rConvertedValue, rOldValue, rValue, getMaxFieldSize()); in convertFastPropertyValue()
639 return ::comphelper::tryPropertyValue(rConvertedValue, rOldValue, rValue, getMaxRows()); in convertFastPropertyValue()
641 … return ::comphelper::tryPropertyValue(rConvertedValue, rOldValue, rValue, getCursorName()); in convertFastPropertyValue()
643 …return ::comphelper::tryPropertyValue(rConvertedValue, rOldValue, rValue, getResultSetConcurrency(… in convertFastPropertyValue()
645 … return ::comphelper::tryPropertyValue(rConvertedValue, rOldValue, rValue, getResultSetType()); in convertFastPropertyValue()
[all …]
/AOO41X/main/sfx2/source/appl/ !
H A Dappopen.cxx236 class SfxDocPasswordVerifier : public ::comphelper::IDocPasswordVerifier
242 virtual ::comphelper::DocPasswordVerifierResult
244 virtual ::comphelper::DocPasswordVerifierResult
253 ::comphelper::DocPasswordVerifierResult SfxDocPasswordVerifier::verifyPassword( const ::rtl::OUStri… in verifyPassword()
255 o_rEncryptionData = ::comphelper::OStorageHelper::CreatePackageEncryptionData( rPassword ); in verifyPassword()
261 ::comphelper::DocPasswordVerifierResult SfxDocPasswordVerifier::verifyEncryptionData( const uno::Se… in verifyEncryptionData()
263 …::comphelper::DocPasswordVerifierResult eResult = ::comphelper::DocPasswordVerifierResult_WRONG_PA… in verifyEncryptionData()
269 ::comphelper::OStorageHelper::SetCommonStorageEncryptionData( mxStorage, rEncryptionData ); in verifyEncryptionData()
276 eResult = ::comphelper::DocPasswordVerifierResult_OK; in verifyEncryptionData()
280 eResult = ::comphelper::DocPasswordVerifierResult_WRONG_PASSWORD; in verifyEncryptionData()
[all …]
/AOO41X/main/connectivity/source/drivers/ado/ !
H A DAStatement.cxx44 using namespace ::comphelper;
135 return ::comphelper::concatSequences(aTypes.getTypes(),OStatement_BASE::getTypes()); in getTypes()
191 if ( ::comphelper::query_interface( m_xResultSet.get(), xCloseable ) ) in clearMyResultSet()
704 …bModified = ::comphelper::tryPropertyValue( rConvertedValue, rOldValue, rValue, bValidAdoRS ? getM… in convertFastPropertyValue()
708 …bModified = ::comphelper::tryPropertyValue(rConvertedValue, rOldValue, rValue, getResultSetType()); in convertFastPropertyValue()
711 … bModified = ::comphelper::tryPropertyValue(rConvertedValue, rOldValue, rValue, getFetchSize()); in convertFastPropertyValue()
714 …bModified = ::comphelper::tryPropertyValue(rConvertedValue, rOldValue, rValue, getResultSetConcurr… in convertFastPropertyValue()
717 … bModified = ::comphelper::tryPropertyValue(rConvertedValue, rOldValue, rValue, getQueryTimeOut()); in convertFastPropertyValue()
720 … bModified = ::comphelper::tryPropertyValue(rConvertedValue, rOldValue, rValue, getMaxFieldSize()); in convertFastPropertyValue()
723 … bModified = ::comphelper::tryPropertyValue(rConvertedValue, rOldValue, rValue, getCursorName()); in convertFastPropertyValue()
[all …]
/AOO41X/main/svx/source/form/ !
H A Dfmobj.cxx373 …::comphelper::getProcessServiceFactory()->createInstance(::rtl::OUString::createFromAscii("com.sun… in clonedFrom()
461 if (::comphelper::query_interface((Reference< XInterface >)xParent,xChild)) in lcl_getFormComponentAccessPath()
494 …DBG_ASSERT(::comphelper::hasProperty(FM_PROP_COMMAND, xSourceForm) && ::comphelper::hasProperty(FM… in ensureModelEnv()
495 …&& ::comphelper::hasProperty(FM_PROP_DATASOURCE, xSourceForm), "FmFormObj::ensureModelEnv : invali… in ensureModelEnv()
520 if (::comphelper::hasProperty(FM_PROP_DATASOURCE, xCurrentSourceForm)) in ensureModelEnv()
524 …if ( ::comphelper::compare(xCurrentSourceForm->getPropertyValue(FM_PROP_COMMAND), aSrcCursorSou… in ensureModelEnv()
525 …&& ::comphelper::compare(xCurrentSourceForm->getPropertyValue(FM_PROP_COMMANDTYPE), aSrcCursorSou… in ensureModelEnv()
526 …&& ::comphelper::compare(xCurrentSourceForm->getPropertyValue(FM_PROP_DATASOURCE), aSrcDataSource) in ensureModelEnv()
551 if (::comphelper::hasProperty(FM_PROP_DATASOURCE, xCurrentDestForm)) in ensureModelEnv()
555 …if ( ::comphelper::compare(xCurrentDestForm->getPropertyValue(FM_PROP_COMMAND), aSrcCursorSourc… in ensureModelEnv()
[all …]

12345678910>>...89