Home
last modified time | relevance | path

Searched refs:aL (Results 1 – 8 of 8) sorted by path

/trunk/extras/l10n/source/pt-BR/
H A Dlocalize.sdf2444 …RATE_MENU.SID_MN_SUB_TRANSLITERATE SID_TRANSLITERATE_TOGGLE_CASE 0 pt-BR aL~TERNAR cAIXA 2020…
/trunk/main/basic/source/sbx/
H A Dsbxvalue.cxx1259 if( aL.eType != SbxLONG && aL.eType != SbxULONG ) in Compute()
1265 if( aL.eType != SbxLONG && aL.eType != SbxULONG ) in Compute()
1278 aL.nLong64 = (aL.nLong64 & aR.nLong64) | (~aL.nLong64 & ~aR.nLong64); in Compute()
1280 aL.nLong = (aL.nLong & aR.nLong) | (~aL.nLong & ~aR.nLong); in Compute()
1284 aL.nLong64 = ~aL.nLong64 | aR.nLong64; in Compute()
1286 aL.nLong = ~aL.nLong | aR.nLong; in Compute()
1290 aL.nLong64 = ~aL.nLong64; in Compute()
1292 aL.nLong = ~aL.nLong; in Compute()
1400 aL.nLong64 = -aL.nLong64; break; in Compute()
1422 aL.nDouble = pow( aL.nDouble, aR.nDouble ); in Compute()
[all …]
/trunk/main/odk/examples/cpp/complextoolbarcontrols/
H A DListenerHelper.cxx63 StatusListeners& aL = aListeners[i].aContainer[aCommand]; in RemoveListener() local
64 StatusListeners::iterator aIter = aL.begin(); in RemoveListener()
65 while ( aIter != aL.end() ) in RemoveListener()
69 aL.erase( aIter ); in RemoveListener()
90 StatusListeners& aL = aListeners[i].aContainer[aCommand]; in Notify() local
91 StatusListeners::iterator aIter = aL.begin(); in Notify()
92 while ( aIter != aL.end() ) in Notify()
/trunk/main/rsc/source/parser/
H A Drscdb.cxx111 rtl::OString aL( aLangStr.makeStringAndClear() ); in getLangIdAndShortenLocale() local
112 sal_uInt32 nRet = GetLangId( aL ); in getLangIdAndShortenLocale()
115 pTypCont->AddLanguage( aL.getStr() ); in getLangIdAndShortenLocale()
116 nRet = GetLangId( aL ); in getLangIdAndShortenLocale()
125 fprintf( stderr, " %s (0x%hx)", aL.getStr(), (int)nRet ); in getLangIdAndShortenLocale()
/trunk/main/sc/source/core/tool/
H A Dcompiler.cxx217 String aL = pFuncData->GetUpperLocal(); in dbg_call_generateMappingODFF() local
221 i, out(aL), out(aL), out(aP), out(aU)); in dbg_call_generateMappingODFF()
/trunk/main/sw/source/core/layout/
H A Dpaintfrm.cxx2649 svx::frame::Style aL( rBoxItem.GetLeft() ); in Insert() local
2660 aL.SetRefMode( svx::frame::REFMODE_CENTERED ); in Insert()
2665 SwLineEntry aLeft ( nLeft, nTop, nBottom, bVert ? aB : ( bR2L ? aR : aL ) ); in Insert()
2666 SwLineEntry aRight ( nRight, nTop, nBottom, bVert ? aT : ( bR2L ? aL : aR ) ); in Insert()
2667 SwLineEntry aTop ( nTop, nLeft, nRight, bVert ? aL : aT ); in Insert()
/trunk/main/sw/source/filter/rtf/
H A Drtftbl.cxx585 SvxLRSpaceItem aL( RES_LR_SPACE ); aL.SetLeft( nLSpace ); in ReadTable() local
586 ((SfxItemSet&)pFmt->GetAttrSet()).Put( aL ); in ReadTable()
622 SvxLRSpaceItem aL( RES_LR_SPACE ); aL.SetLeft( nLSpace ); in ReadTable() local
623 ((SfxItemSet&)pFmt->GetAttrSet()).Put( aL ); in ReadTable()
745 SvxLRSpaceItem aL( RES_LR_SPACE ); aL.SetLeft( nLSpace ); in ReadTable() local
746 ((SfxItemSet&)pFmt->GetAttrSet()).Put( aL ); in ReadTable()
/trunk/main/sw/source/filter/ww8/
H A Dww8par2.cxx2600 SvxLRSpaceItem aL( RES_LR_SPACE ); in CreateSwTable() local
2617 aL.SetLeft(nLeft); in CreateSwTable()
2619 aItemSet.Put(aL); in CreateSwTable()

Completed in 948 milliseconds