Home
last modified time | relevance | path

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

/trunk/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()
/trunk/main/basic/source/basmgr/
H A Dbasmgr.cxx239 ::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/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()
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/sal/qa/osl/module/
H A Dosl_Module.cxx206 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/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()
/trunk/main/sc/source/core/tool/
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()
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()
/trunk/main/sc/source/ui/docshell/
H A Dexternalrefmgr.cxx1262 ScDocShellModificator aMod(*pDocShell); in DataChanged() local
1265 aMod.SetDocumentModified(); in DataChanged()
/trunk/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
/trunk/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()
/trunk/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
/trunk/main/vcl/unx/generic/plugadapt/
H A Dsalplug.cxx69 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 …]

Completed in 129 milliseconds