Searched refs:aL (Results 1 – 8 of 8) sorted by relevance
/trunk/main/basic/source/sbx/ |
H A D | sbxvalue.cxx | 1259 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 D | ListenerHelper.cxx | 63 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/sw/source/filter/rtf/ |
H A D | rtftbl.cxx | 585 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/rsc/source/parser/ |
H A D | rscdb.cxx | 111 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/sw/source/core/layout/ |
H A D | paintfrm.cxx | 2649 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/ww8/ |
H A D | ww8par2.cxx | 2600 SvxLRSpaceItem aL( RES_LR_SPACE ); in CreateSwTable() local 2617 aL.SetLeft(nLeft); in CreateSwTable() 2619 aItemSet.Put(aL); in CreateSwTable()
|
/trunk/main/sc/source/core/tool/ |
H A D | compiler.cxx | 217 String aL = pFuncData->GetUpperLocal(); in dbg_call_generateMappingODFF() local 221 i, out(aL), out(aL), out(aP), out(aU)); in dbg_call_generateMappingODFF()
|
/trunk/extras/l10n/source/pt-BR/ |
H A D | localize.sdf | 2444 …RATE_MENU.SID_MN_SUB_TRANSLITERATE SID_TRANSLITERATE_TOGGLE_CASE 0 pt-BR aL~TERNAR cAIXA 2020…
|
Completed in 1117 milliseconds