Home
last modified time | relevance | path

Searched refs:aCode (Results 51 – 62 of 62) sorted by last modified time

123

/trunk/main/l10ntools/inc/
H A Dtagtest.hxx360 void Parse( const String &aCode, ParserMessageList* pList );
/trunk/main/i18npool/source/localedata/
H A DLocaleNode.cxx716 OUString aCode( n->getValue()); in generateCode() local
721 if (aCode.indexOf( aPar1 ) > 0 || aCode.indexOf( aPar2 ) > 0 || in generateCode()
722 aCode.indexOf( aPar3 ) > 0 || aCode.indexOf( aPar4 ) > 0) in generateCode()
730 OUString aCode( n->getValue()); in generateCode() local
740 nDec = aCode.indexOf( pSep->getValue()); in generateCode()
750 nGrp = aCode.indexOf( pSep->getValue()); in generateCode()
769 nTime = aCode.indexOf( pSep->getValue()); in generateCode()
779 n100s = aCode.indexOf( pSep->getValue()); in generateCode()
785 n100s = aCode.indexOf( a100s.makeStringAndClear()); in generateCode()
/trunk/main/formula/source/ui/dlg/
H A Dfuncutl.cxx125 KeyCode aCode = rKEvt.GetKeyCode(); in KeyInput() local
126 sal_Bool bUp = (aCode.GetCode() == KEY_UP); in KeyInput()
127 sal_Bool bDown = (aCode.GetCode() == KEY_DOWN); in KeyInput()
131 && ( !aCode.IsShift() && !aCode.IsMod1() && !aCode.IsMod2() ) in KeyInput()
/trunk/main/extensions/source/mozbootstrap/
H A DMMozillaBootstrap.cxx176 …:com::sun::star::uno::Reference< ::com::sun::star::mozilla::XCodeProxy >& aCode ) throw (::com::su… in Run() argument
178 (void)aCode; /* avoid warning about unused parameter */ in Run()
H A DMMozillaBootstrap.hxx87 …:com::sun::star::uno::Reference< ::com::sun::star::mozilla::XCodeProxy >& aCode ) throw (::com::su…
/trunk/main/basic/source/uno/
H A Dscriptcont.cxx212 aElement >>= aMod.aCode; in writeLibraryElement()
302 aRetAny <<= aMod.aCode; in importLibraryElement()
/trunk/main/basic/source/inc/
H A Dcodegen.hxx36 SbiBuffer aCode; // Code-Puffer member in SbiCodeGen
47 void Patch( sal_uInt32 o, sal_uInt32 v ){ aCode.Patch( o, v ); } in Patch()
48 void BackChain( sal_uInt32 off ) { aCode.Chain( off ); } in BackChain()
/trunk/main/basic/source/comp/
H A Dcodegen.cxx36 : rMod( r ), aCode( p, nInc ) in SbiCodeGen()
47 return aCode.GetSize(); in GetPC()
85 aCode += (sal_uInt8) eOpcode; in Gen()
96 aCode += (sal_uInt8) eOpcode; in Gen()
98 aCode += nOpnd; in Gen()
109 aCode += (sal_uInt8) eOpcode; in Gen()
111 aCode += nOpnd1; in Gen()
112 aCode += nOpnd2; in Gen()
317 p->AddCode( aCode.GetBuffer(), aCode.GetSize() ); in Save()
/trunk/main/basctl/source/basicide/
H A Dscriptdocument.cxx1422 Any aCode; in getModule() local
1423 if ( !m_pImpl->getModuleOrDialog( E_SCRIPTS, _rLibName, _rModName, aCode ) ) in getModule()
1425 OSL_VERIFY( aCode >>= _out_rModuleSource ); in getModule()
1473 Any aCode; in getDialog() local
1474 if ( !m_pImpl->getModuleOrDialog( E_DIALOGS, _rLibName, _rDialogName, aCode ) ) in getDialog()
1476 OSL_VERIFY( aCode >>= _out_rDialogProvider ); in getDialog()
H A Dbastypes.cxx152 KeyCode aCode = aKEvt.GetKeyCode(); in Notify() local
153 sal_uInt16 nCode = aCode.GetCode(); in Notify()
160 if ( aCode.IsMod1() ) in Notify()
/trunk/main/basctl/source/dlged/
H A Ddlgedfunc.cxx138 KeyCode aCode = rKEvt.GetKeyCode(); in KeyInput() local
139 sal_uInt16 nCode = aCode.GetCode(); in KeyInput()
165 if ( !aCode.IsMod1() && !aCode.IsMod2() ) in KeyInput()
168 if ( !pView->MarkNextObj( !aCode.IsShift() ) ) in KeyInput()
172 pView->MarkNextObj( !aCode.IsShift() ); in KeyInput()
180 else if ( aCode.IsMod1() ) in KeyInput()
184 ((SdrHdlList&)rHdlList).TravelFocusHdl( !aCode.IsShift() ); in KeyInput()
232 if ( pView->AreObjectsMarked() && !aCode.IsMod1() ) in KeyInput()
234 if ( aCode.IsMod2() ) in KeyInput()
/trunk/main/automation/source/server/
H A Dsta_list.cxx1118 KeyCode aCode = aKEvnt.GetKeyCode(); in ImplKeyInput()
1119 … if ( (aCode.GetCode() == KEY_CONTEXTMENU) || ((aCode.GetCode() == KEY_F10) && aCode.IsShift()) ) in ImplKeyInput()

Completed in 61 milliseconds

123