Home
last modified time | relevance | path

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

/AOO41X/main/sal/qa/osl/module/
H A Dosl_Module.cxx194 ::osl::Module aMod; in ctors_none()
195 bRes = aMod.is(); in ctors_none()
211 ::osl::Module aMod( aFileURL ); in ctors_name_mode()
212 bRes = aMod.is( ); in ctors_name_mode()
213 aMod.unload( ); in ctors_name_mode()
249 ::osl::Module aMod( getDllURL( ) ); in getUrlFromAddress_002()
250 … FuncPtr pFunc = ( FuncPtr ) aMod.getSymbol( rtl::OUString::createFromAscii( "firstfunc" ) ); in getUrlFromAddress_002()
258 aMod.unload( ); in getUrlFromAddress_002()
284 ::osl::Module aMod( getDllURL( ) ); in load_001()
288 bRes = oslModule(aMod) == oslModule(aMod1); in load_001()
[all …]
/AOO41X/main/vcl/unx/generic/plugadapt/
H A Dsalplug.cxx69 oslModule aMod = osl_loadModuleRelative( in tryInstance() local
72 if( aMod ) in tryInstance()
74 … salFactoryProc aProc = (salFactoryProc)osl_getAsciiFunctionSymbol( aMod, "create_SalInstance" ); in tryInstance()
77 pInst = aProc( aMod ); in tryInstance()
85 pCloseModule = aMod; in tryInstance()
106 GetSalData()->m_pPlugin = aMod; in tryInstance()
109 osl_unloadModule( aMod ); in tryInstance()
118 osl_unloadModule( aMod ); in tryInstance()
141 oslModule aMod = osl_loadModuleRelative( in get_desktop_environment() local
144 if( aMod ) in get_desktop_environment()
[all …]
/AOO41X/main/tools/source/generic/
H A Dsvlibrary.cxx100 rtl::OUString aMod = aPaths[n]; in LoadModule() local
109 aMod = aMod.copy( sizeof("vnd.sun.star.expand:") -1 ); in LoadModule()
110 aMod = ::rtl::Uri::decode( aMod, rtl_UriDecodeWithCharset, RTL_TEXTENCODING_UTF8 ); in LoadModule()
111 aMod = xMacroExpander->expandMacros( aMod ); in LoadModule()
114 aMod += ::rtl::OUString( sal_Unicode('/') ); in LoadModule()
115 aMod += rLibName; in LoadModule()
116 bLoaded = rModule.load( aMod, mode ); in LoadModule()
/AOO41X/main/basic/source/uno/
H A Dscriptcont.cxx171 OUString aMod; in createEmptyLibraryElement() local
173 aRetAny <<= aMod; in createEmptyLibraryElement()
208 xmlscript::ModuleDescriptor aMod; in writeLibraryElement() local
209 aMod.aName = aElementName; in writeLibraryElement()
210 aMod.aLanguage = maScriptLanguage; in writeLibraryElement()
212 aElement >>= aMod.aCode; in writeLibraryElement()
221 aMod.aModuleType = OUString( RTL_CONSTASCII_USTRINGPARAM("normal") ); in writeLibraryElement()
224 aMod.aModuleType = OUString( RTL_CONSTASCII_USTRINGPARAM("class") ); in writeLibraryElement()
227 aMod.aModuleType = OUString( RTL_CONSTASCII_USTRINGPARAM("form") ); in writeLibraryElement()
230 aMod.aModuleType = OUString( RTL_CONSTASCII_USTRINGPARAM("document") ); in writeLibraryElement()
[all …]
/AOO41X/main/unotools/source/ucbhelper/
H A Ducblockbytes.cxx735 salhelper::ConditionModifier aMod(m_aRep); in setReply() local
746 salhelper::ConditionModifier aMod(m_aRes); in handle() local
781 salhelper::ConditionModifier aMod(m_aRes); in push() local
799 salhelper::ConditionModifier aMod(m_aRes); in update() local
817 salhelper::ConditionModifier aMod(m_aRes); in pop() local
834 salhelper::ConditionModifier aMod(m_aRes); in setStream() local
852 salhelper::ConditionModifier aMod(m_aRes); in setInputStream() local
902 salhelper::ConditionModifier aMod(m_aRes); in run() local
/AOO41X/main/basic/source/basmgr/
H A Dbasmgr.cxx239 ::rtl::OUString aMod; in addLibraryModulesImpl()
240 aElement >>= aMod; in addLibraryModulesImpl()
246 pLib->MakeModule32( aModuleName, mInfo, aMod ); in addLibraryModulesImpl()
249 pLib->MakeModule32( aModuleName, aMod ); in addLibraryModulesImpl()
301 ::rtl::OUString aMod; in elementInserted()
302 Event.Element >>= aMod; in elementInserted()
307 pLib->MakeModule32( aName, mInfo, aMod ); in elementInserted()
310 pLib->MakeModule32( aName, aMod ); in elementInserted()
337 ::rtl::OUString aMod; in elementReplaced()
338 Event.Element >>= aMod; in elementReplaced()
[all …]
/AOO41X/main/basctl/source/basicide/
H A Dmacrodlg.cxx721 String aMod( aDesc.GetName() ); in IMPL_LINK() local
726 aMod = aMod.GetToken( 0, ' ', nIndex ); in IMPL_LINK()
729 … SfxMacroInfoItem aInfoItem( SID_BASICIDE_ARG_MACROINFO, pBasMgr, aLib, aMod, aSub, String() ); in IMPL_LINK()
807 String aMod( aDesc.GetName() ); in IMPL_LINK() local
813 SfxMacroInfoItem aItem( SID_MACROINFO, pBasMgr, aLib, aMod, aSub, aComment ); in IMPL_LINK()
/AOO41X/main/sc/source/core/data/
H A Dcell2.cxx1296 SingleDoubleRefModifier aMod( *t ); in UpdateTranspose() local
1297 ScComplexRefData& rRef = aMod.Ref(); in UpdateTranspose()
1323 SingleDoubleRefModifier aMod( *t ); in UpdateTranspose() local
1324 ScComplexRefData& rRef = aMod.Ref(); in UpdateTranspose()
1381 SingleDoubleRefModifier aMod( *t ); in UpdateGrow() local
1382 ScComplexRefData& rRef = aMod.Ref(); in UpdateGrow()
1408 SingleDoubleRefModifier aMod( *t ); in UpdateGrow() local
1409 ScComplexRefData& rRef = aMod.Ref(); in UpdateGrow()
/AOO41X/main/sc/source/core/tool/
H A Drangenam.cxx297 SingleDoubleRefModifier aMod( *t ); in UpdateTranspose() local
298 ScComplexRefData& rRef = aMod.Ref(); in UpdateTranspose()
325 SingleDoubleRefModifier aMod( *t ); in UpdateGrow() local
326 ScComplexRefData& rRef = aMod.Ref(); in UpdateGrow()
H A Dcompiler.cxx4362 SingleDoubleRefModifier aMod( rRef ); in UpdateReference() local
4365 ScRefUpdate::MoveRelWrap( pDoc, aPos, MAXCOL, MAXROW, aMod.Ref() ); in UpdateReference()
4370 aMod.Ref().CalcAbsIfRel( rOldPos ); in UpdateReference()
4372 r, nDx, nDy, nDz, aMod.Ref() ) in UpdateReference()
4380 const ScSingleRefData& rSRD = aMod.Ref().Ref1; in UpdateReference()
4455 SingleDoubleRefModifier aMod( *t ); in UpdateNameReference() local
4456 ScComplexRefData& rRef = aMod.Ref(); in UpdateNameReference()
4509 SingleDoubleRefModifier aMod( *t ); in UpdateSharedFormulaReference() local
4510 ScComplexRefData& rRef = aMod.Ref(); in UpdateSharedFormulaReference()
/AOO41X/main/sfx2/source/doc/
H A Dobjembed.cxx222 MapMode aMod = pDev->GetMapMode(); in DoDraw() local
225 aSize = pDev->LogicToLogic( aSize, &aWilliMode, &aMod ); in DoDraw()
H A Dobjstor.cxx1151 ModifyBlocker_Impl aMod(this); in SaveTo_Impl() local
/AOO41X/main/sc/source/ui/docshell/
H A Dexternalrefmgr.cxx1262 ScDocShellModificator aMod(*pDocShell); in DataChanged() local
1265 aMod.SetDocumentModified(); in DataChanged()