Home
last modified time | relevance | path

Searched refs:nTmp (Results 1 – 25 of 256) sorted by path

1234567891011

/trunk/main/basic/source/runtime/
H A Druntime.cxx932 SbError nTmp = StarBASIC::GetSfxFromVBError( (sal_uInt16)nError ); in translateErrorToVba() local
933 DBG_ASSERT( nTmp, "No VB error!" ); in translateErrorToVba()
/trunk/main/chart2/source/controller/dialogs/
H A Dtp_PolarOptions.cxx85 long nTmp; in Reset() local
88 nTmp = (long)((const SfxInt32Item*)pPoolItem)->GetValue(); in Reset()
90 m_aAngleDial.SetRotation( nTmp*100 ); in Reset()
H A Dtp_SeriesToAxis.cxx145 long nTmp; in Reset() local
148 nTmp = (long)((const SfxInt32Item*)pPoolItem)->GetValue(); in Reset()
149 aMTGap.SetValue(nTmp); in Reset()
154 nTmp = (long)((const SfxInt32Item*)pPoolItem)->GetValue(); in Reset()
155 aMTOverlap.SetValue(nTmp); in Reset()
/trunk/main/cui/source/customize/
H A Dacccfg.cxx755 long nTmp = GetTextWidth( KeyCode( KEYCODE_ARRAY[i] ).GetName() ); in SfxAcceleratorConfigPage() local
756 if ( nTmp > nMaxWidth ) in SfxAcceleratorConfigPage()
757 nMaxWidth = nTmp; in SfxAcceleratorConfigPage()
/trunk/main/cui/source/options/
H A Doptjsearch.cxx128 sal_Int32 nTmp = 0; in GetTransliterationFlags_Impl() local
130 nTmp |= TransliterationModules_IGNORE_CASE; in GetTransliterationFlags_Impl()
132 nTmp |= TransliterationModules_IGNORE_WIDTH; in GetTransliterationFlags_Impl()
134 nTmp |= TransliterationModules_IGNORE_KANA; in GetTransliterationFlags_Impl()
136 nTmp |= TransliterationModules_ignoreSize_ja_JP; in GetTransliterationFlags_Impl()
146 nTmp |= TransliterationModules_ignoreZiZu_ja_JP; in GetTransliterationFlags_Impl()
148 nTmp |= TransliterationModules_ignoreBaFa_ja_JP; in GetTransliterationFlags_Impl()
150 nTmp |= TransliterationModules_ignoreTiJi_ja_JP; in GetTransliterationFlags_Impl()
154 nTmp |= TransliterationModules_ignoreSeZe_ja_JP; in GetTransliterationFlags_Impl()
162 nTmp |= TransliterationModules_ignoreSpace_ja_JP; in GetTransliterationFlags_Impl()
[all …]
/trunk/main/cui/source/tabpages/
H A Dchardlg.cxx3643 long nTmp = static_cast<long>(m_aKerningEdit.GetValue()); in FillItemSet() local
3644 long nVal = LogicToLogic( nTmp, MAP_POINT, (MapUnit)eUnit ); in FillItemSet()
H A Dgrfpage.cxx206 sal_Int64 nTmp = aHeightMF.Normalize(aPageSize.Height()); in Reset() local
207 aHeightMF.SetMax( nTmp, eUnit ); in Reset()
208 nTmp = aWidthMF.Normalize(aPageSize.Width()); in Reset()
209 aWidthMF.SetMax( nTmp, eUnit ); in Reset()
210 nTmp = aWidthMF.Normalize( 23 ); in Reset()
211 aHeightMF.SetMin( nTmp, eUnit ); in Reset()
212 aWidthMF.SetMin( nTmp, eUnit ); in Reset()
H A Dnumpages.cxx3720 long nTmp = aNumFmt.GetFirstLineOffset(); in IMPL_LINK() local
3721 aNumFmt.SetAbsLSpace( sal_uInt16(nValue - nTmp)); in IMPL_LINK()
3725 long nTmp = pActNum->GetLevel( i - 1 ).GetAbsLSpace() + in IMPL_LINK() local
3729 aNumFmt.SetAbsLSpace( sal_uInt16(nValue + nTmp)); in IMPL_LINK()
H A Dpage.cxx1074 long nTmp = 0; in IMPL_LINK() local
1081 nTmp = 1; // entspr. 1cm in IMPL_LINK()
1086 SetMetricValue( aRightMarginEdit, nTmp, SFX_MAPUNIT_CM ); in IMPL_LINK()
1093 SetMetricValue( aLeftMarginEdit, nTmp, SFX_MAPUNIT_CM ); in IMPL_LINK()
1100 SetMetricValue( aBottomMarginEdit, nTmp, SFX_MAPUNIT_CM ); in IMPL_LINK()
1107 SetMetricValue( aTopMarginEdit, nTmp, SFX_MAPUNIT_CM ); in IMPL_LINK()
1696 long nTmp = nBL <= nBR ? nBR : nBL; in CalcMargin_Impl() local
1697 nTmp -= nWidth - nW; in CalcMargin_Impl()
1707 long nTmp = nBT <= nBB ? nBB : nBT; in CalcMargin_Impl() local
1708 nTmp -= nHeight - nH; in CalcMargin_Impl()
[all …]
H A Dparagrph.cxx197 sal_Int64 nTmp = nWidth - nL - nR - MM50; in IMPL_LINK() local
198 aFLineIndent.SetMax( aFLineIndent.Normalize( nTmp ), eUnit ); in IMPL_LINK()
204 nTmp = nWidth - nR - MM50; in IMPL_LINK()
205 aLeftIndent.SetMax( aLeftIndent.Normalize( nTmp ), eUnit ); in IMPL_LINK()
210 nTmp = nWidth - nL - MM50; in IMPL_LINK()
211 aRightIndent.SetMax( aRightIndent.Normalize( nTmp ), eUnit ); in IMPL_LINK()
H A Dswpossizetabpage.cxx1133 sal_Int64 nTmp = m_aHeightMF.Normalize(nMaxHeight); in IMPL_LINK() local
1134 m_aHeightMF.SetMax(nTmp, FUNIT_TWIP); in IMPL_LINK()
1136 nTmp = m_aWidthMF.Normalize(nMaxWidth); in IMPL_LINK()
1137 m_aWidthMF.SetMax(nTmp, FUNIT_TWIP); in IMPL_LINK()
H A Dtplnedef.cxx397 int nTmp = aLbLineStyles.GetSelectEntryPos(); in IMPL_LINK() local
399 if(LISTBOX_ENTRY_NOTFOUND == nTmp) in IMPL_LINK()
402 nTmp = 1; in IMPL_LINK()
405 aDash = maDashList->GetDash( nTmp )->GetDash(); in IMPL_LINK()
H A Dtransfrm.cxx567 long nTmp = GetCoreValue( aMtrRadius, ePoolUnit ); in FillItemSet() local
568 nTmp = Fraction( nTmp ) * aUIScale; in FillItemSet()
570 rAttrs.Put( SdrEckenradiusItem( nTmp ) ); in FillItemSet()
/trunk/main/editeng/inc/editeng/
H A Doutliner.hxx179 sal_uInt32 nTmp = nStartPara; in Adjust() local
181 nEndPara = nTmp; in Adjust()
/trunk/main/editeng/source/editeng/
H A Dimpedit2.cxx1063 sal_uInt16 nTmp; in CursorVisualStartEnd() local
1064 …nt16 nTextPortion = pParaPortion->GetTextPortions().FindPortion( aPaM.GetIndex(), nTmp, sal_True ); in CursorVisualStartEnd()
1140 sal_uInt16 nTmp; in CursorVisualLeftRight() local
1141 …Portion = pParaPortion->GetTextPortions().FindPortion( aPaM.GetIndex()+1, nTmp, bLogicalBackward ?… in CursorVisualLeftRight()
/trunk/main/editeng/source/items/
H A Dfrmitems.cxx3875 sal_Int32 nTmp = 0; in PutValue() local
3876 rVal >>= nTmp; in PutValue()
3877 if(nTmp >= 0 && nTmp <= 100) in PutValue()
3879 pImpl->nGraphicTransparency = sal_Int8(nTmp); in PutValue()
H A Dparaitem.cxx1659 sal_uInt16 nTmp; in GetPresentation() local
1662 case AUTOMATIC: nTmp = RID_SVXITEMS_PARAVERTALIGN_AUTO; break; in GetPresentation()
1663 case TOP: nTmp = RID_SVXITEMS_PARAVERTALIGN_TOP; break; in GetPresentation()
1664 case CENTER: nTmp = RID_SVXITEMS_PARAVERTALIGN_CENTER; break; in GetPresentation()
1665 case BOTTOM: nTmp = RID_SVXITEMS_PARAVERTALIGN_BOTTOM; break; in GetPresentation()
1666 default: nTmp = RID_SVXITEMS_PARAVERTALIGN_BASELINE; break; in GetPresentation()
1668 rText = EE_RESSTR( nTmp ); in GetPresentation()
H A Dsvxfont.cxx491 xub_StrLen nTmp = nLen; in GetTxtSize() local
492 if ( nTmp == STRING_LEN ) // schon initialisiert? in GetTxtSize()
493 nTmp = rTxt.Len(); in GetTxtSize()
514 xub_StrLen nTmp = nLen; in DrawText() local
516 nTmp = rTxt.Len(); in DrawText()
526 DrawCapital( pOut, aPos, rTxt, nIdx, nTmp ); in DrawText()
535 nIdx, nTmp ); in DrawText()
599 xub_StrLen nTmp = nLen; in DrawPrev() local
602 nTmp = rTxt.Len(); in DrawPrev()
621 DrawCapital( pOut, aPos, rTxt, nIdx, nTmp ); in DrawPrev()
[all …]
/trunk/main/editeng/source/misc/
H A Dsvxacorr.cxx1826 nTmp; in SearchWordsInList() local
1828 if( ((nTmp = nTmpKey1) != (sal_uLong)eLang && in SearchWordsInList()
1831 (( nTmp = nTmpKey2) != (sal_uLong)eLang && in SearchWordsInList()
1840 rLang = LanguageType( nTmp ); in SearchWordsInList()
1880 sal_uLong nTmp; in FindInWrdSttExceptList() local
1881 if( ((nTmp = nTmpKey1) != (sal_uLong)eLang && in FindInWrdSttExceptList()
1884 (( nTmp = nTmpKey2) != (sal_uLong)eLang && in FindInWrdSttExceptList()
1889 SvxAutoCorrectLanguageListsPtr pList = pLangTable->Seek(nTmp); in FindInWrdSttExceptList()
1960 sal_uLong nTmp; in FindInCplSttExceptList() local
1962 if( ((nTmp = nTmpKey1) != (sal_uLong)eLang && in FindInCplSttExceptList()
[all …]
/trunk/main/filter/source/flash/
H A Dswfwriter2.cxx169 sal_uInt32 nTmp = nSz; in write() local
171 out << (sal_uInt8)nTmp; in write()
172 nTmp >>= 8; in write()
173 out << (sal_uInt8)nTmp; in write()
174 nTmp >>= 8; in write()
175 out << (sal_uInt8)nTmp; in write()
176 nTmp >>= 8; in write()
177 out << (sal_uInt8)nTmp; in write()
/trunk/main/filter/source/graphicfilter/expm/
H A Dexpm.cxx241 sal_uLong nTmp; in ImplWriteColor() local
246 nTmp = ( rColor.GetRed() << 16 ) | ( rColor.GetGreen() << 8 ) | rColor.GetBlue(); in ImplWriteColor()
249 if ( ( j = (sal_uInt8)( nTmp >> i ) & 0xf ) > 9 ) in ImplWriteColor()
/trunk/main/filter/source/graphicfilter/icgm/
H A Dcgm.cxx459 sal_uInt32 nTmp; in ImplGetBitmapColor() local
468 nTmp = nColor << 16 & 0xff0000; in ImplGetBitmapColor()
475 nTmp |= nColor << 8 & 0xff00; in ImplGetBitmapColor()
482 nTmp |= (sal_uInt8)nColor; in ImplGetBitmapColor()
487 nTmp = pElement->aColorTable[ (sal_uInt8)( nIndex ) ] ; in ImplGetBitmapColor()
489 return nTmp; in ImplGetBitmapColor()
/trunk/main/filter/source/msfilter/
H A Ddffpropset.cxx1121 sal_uInt16 nTmp; in ReadPropSet() local
1125 rIn >> nTmp in ReadPropSet()
1128 nRecType = nTmp & 0x3fff; in ReadPropSet()
1162 if ( nTmp & 0x4000 ) in ReadPropSet()
1164 if ( nTmp & 0x8000 ) in ReadPropSet()
H A Ddffrecordheader.cxx30 sal_uInt16 nTmp(0); in operator >>() local
31 rIn >> nTmp; in operator >>()
32 rRec.nImpVerInst = nTmp; in operator >>()
33 rRec.nRecVer = sal::static_int_cast< sal_uInt8 >(nTmp & 0x000F); in operator >>()
34 rRec.nRecInstance = nTmp >> 4; in operator >>()
H A Descherex.cxx4150 sal_uInt32 i, nTmp, n1, n2; in EscherBlibEntry() local
4154 nTmp = n2 >> 28; // rotating 4 bit in EscherBlibEntry()
4158 n1 |= nTmp; in EscherBlibEntry()

Completed in 209 milliseconds

1234567891011