/trunk/main/sal/qa/osl/module/ |
H A D | osl_Module.cxx | 206 bRes = aMod.is(); in TEST_F() 215 aMod.unload( ); in TEST_F() 254 aMod.unload( ); in TEST_F() 277 aMod.unload( ); in TEST_F() 316 aMod.unload( ); in TEST_F() 340 aMod.unload( ); in TEST_F() 361 aMod.unload( ); in TEST_F() 382 aMod.unload(); in TEST_F() 404 aMod.unload( ); in TEST_F() 420 aMod.unload(); in TEST_F() [all …]
|
/trunk/main/vcl/unx/generic/plugadapt/ |
H A D | salplug.cxx | 69 oslModule aMod = osl_loadModuleRelative( in tryInstance() local 72 if( aMod ) 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() 147 osl_getAsciiFunctionSymbol( aMod, "get_desktop_environment" ); in get_desktop_environment() [all …]
|
/trunk/main/tools/source/generic/ |
H A D | svlibrary.cxx | 100 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()
|
/trunk/main/basic/source/uno/ |
H A D | scriptcont.cxx | 171 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() 288 xmlscript::ModuleDescriptor aMod; in importLibraryElement() local 302 aRetAny <<= aMod.aCode; in importLibraryElement() 307 if( !aMod.aModuleType.isEmpty() ) in importLibraryElement() 333 else if( aMod.aModuleType.equalsAsciiL( in importLibraryElement() [all …]
|
/trunk/main/unotools/source/ucbhelper/ |
H A D | ucblockbytes.cxx | 735 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
|
/trunk/main/basic/source/basmgr/ |
H A D | basmgr.cxx | 239 ::rtl::OUString aMod; in addLibraryModulesImpl() 240 aElement >>= 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() 341 pMod->SetSource32( aMod ); in elementReplaced() [all …]
|
/trunk/main/sc/source/core/data/ |
H A D | cell2.cxx | 1296 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()
|
/trunk/main/basctl/source/basicide/ |
H A D | macrodlg.cxx | 721 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()
|
/trunk/main/sc/source/core/tool/ |
H A D | rangenam.cxx | 297 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 D | compiler.cxx | 4362 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()
|
/trunk/main/sfx2/source/doc/ |
H A D | objembed.cxx | 222 MapMode aMod = pDev->GetMapMode(); in DoDraw() local 225 aSize = pDev->LogicToLogic( aSize, &aWilliMode, &aMod ); in DoDraw()
|
H A D | objstor.cxx | 1151 ModifyBlocker_Impl aMod(this); in SaveTo_Impl() local
|
/trunk/main/sc/source/ui/docshell/ |
H A D | externalrefmgr.cxx | 1262 ScDocShellModificator aMod(*pDocShell); in DataChanged() local 1265 aMod.SetDocumentModified(); in DataChanged()
|