Home
last modified time | relevance | path

Searched refs:nTemp (Results 26 – 50 of 154) sorted by relevance

1234567

/trunk/main/sfx2/source/toolbox/
H A Dtbxitem.cxx593 sal_uInt16 nTemp = 0; in statusChanged() local
594 rEvent.State >>= nTemp ; in statusChanged()
595 pItem = new SfxUInt16Item( nSlotId, nTemp ); in statusChanged()
599 sal_uInt32 nTemp = 0; in statusChanged() local
600 rEvent.State >>= nTemp ; in statusChanged()
601 pItem = new SfxUInt32Item( nSlotId, nTemp ); in statusChanged()
1167 sal_uInt16 nTemp = 0; in statusChanged() local
1168 rEvent.State >>= nTemp ; in statusChanged()
1169 pItem = new SfxUInt16Item( nSlotId, nTemp ); in statusChanged()
1173 sal_uInt32 nTemp = 0; in statusChanged() local
[all …]
/trunk/main/sw/source/ui/envelp/
H A Denvimg.cxx235 sal_Int32 nTemp = 0; in SwEnvCfgItem() local
236 pValues[nProp] >>= nTemp; aEnvItem.eAlign = (SwEnvAlign)nTemp; break;// "Print/Alignment", in SwEnvCfgItem()
364 sal_Int16 nTemp = 0; in PutValue() local
365 bRet = (rVal >>= nTemp); in PutValue()
367 eAlign = SwEnvAlign(nTemp); in PutValue()
/trunk/main/filter/source/graphicfilter/itga/
H A Ditga.cxx201 sal_uLong nTemp = mpTGA->Tell(); in ImplReadHeader() local
202 mpTGA->Seek( nTemp - SizeOfTGAFileFooter ); in ImplReadHeader()
720 sal_uInt16 nTemp; in ImplReadPalette() local
721 *mpTGA >> nTemp; in ImplReadPalette()
722 mpColorMap[ i ] = ( ( nTemp & 0x7c00 ) << 9 ) + ( ( nTemp & 0x01e0 ) << 6 ) + in ImplReadPalette()
723 ( ( nTemp & 0x1f ) << 3 ); in ImplReadPalette()
/trunk/main/connectivity/source/commontools/
H A Dpredicateinput.cxx163 sal_Int32 nTemp = 0; in implPredicateTree() local
164 while ( -1 != ( nIndex = sQuoted.indexOf( '\'',nTemp ) ) ) in implPredicateTree()
167 nTemp = nIndex+2; in implPredicateTree()
313 sal_Int32 nTemp = 0; in getPredicateValue() local
314 while ( -1 != ( nIndex = sValue.indexOf( sDoubleQuote,nTemp ) ) ) in getPredicateValue()
317 nTemp = nIndex+2; in getPredicateValue()
/trunk/main/xmloff/source/text/
H A Dtxtexppr.cxx269 sal_Int32 nTemp = 0; in ContextFontHeightFilter() local
270 pCharPropHeightState->maValue >>= nTemp; in ContextFontHeightFilter()
271 if( nTemp == 100 ) in ContextFontHeightFilter()
284 float nTemp = 0; in ContextFontHeightFilter() local
285 pCharDiffHeightState->maValue >>= nTemp; in ContextFontHeightFilter()
286 if( nTemp == 0. ) in ContextFontHeightFilter()
309 sal_Int32 nTemp = 0; in lcl_checkMultiProperty() local
310 pRelState->maValue >>= nTemp; in lcl_checkMultiProperty()
311 if (100 == nTemp) in lcl_checkMultiProperty()
H A DXMLCalculationSettingsContext.cxx65 sal_Int32 nTemp; in XMLCalculationSettingsContext() local
66 GetImport().GetMM100UnitConverter().convertNumber(nTemp, sValue); in XMLCalculationSettingsContext()
67 nYear= static_cast <sal_Int16> (nTemp); in XMLCalculationSettingsContext()
/trunk/main/dbaccess/source/ui/relationdesign/
H A DRTableConnection.cxx95 long nTemp; in Draw() local
106 nTemp = aBoundingRect.Top(); in Draw()
107 if( nTemp<nTop ) in Draw()
109 nTop = nTemp; in Draw()
/trunk/main/sfx2/source/statbar/
H A Dstbitem.cxx282 sal_uInt16 nTemp = 0; in statusChanged() local
283 rEvent.State >>= nTemp ; in statusChanged()
284 pItem = new SfxUInt16Item( nSlotID, nTemp ); in statusChanged()
288 sal_uInt32 nTemp = 0; in statusChanged() local
289 rEvent.State >>= nTemp ; in statusChanged()
290 pItem = new SfxUInt32Item( nSlotID, nTemp ); in statusChanged()
/trunk/main/sfx2/source/control/
H A Dstatcach.cxx128 sal_uInt16 nTemp = 0; in statusChanged() local
129 aAny >>= nTemp ; in statusChanged()
130 pItem = new SfxUInt16Item( nId, nTemp ); in statusChanged()
134 sal_uInt32 nTemp = 0; in statusChanged() local
135 aAny >>= nTemp ; in statusChanged()
136 pItem = new SfxUInt32Item( nId, nTemp ); in statusChanged()
/trunk/main/vcl/source/window/
H A Dsplit.cxx274 long nTemp = mnSplitPos; in MouseButtonDown() local
279 mnLastSplitPos = nTemp; in MouseButtonDown()
612 long nTemp = mnSplitPos; in ImplRestoreSplitter() local
617 mnLastSplitPos = nTemp; in ImplRestoreSplitter()
711 long nTemp = mnSplitPos; in KeyInput() local
716 mnLastSplitPos = nTemp; in KeyInput()
H A Dsplitwin.cxx508 long nTemp; in ImplCalcSet() local
699 nTemp = *pSize; in ImplCalcSet()
700 if ( nTemp ) in ImplCalcSet()
702 *pSize -= nTemp; in ImplCalcSet()
703 nSizeDelta += nTemp; in ImplCalcSet()
2199 sal_uInt16 nTemp; in ImplStartSplit() local
2252 nTemp = mnSplitPos; in ImplStartSplit()
2253 while ( nTemp ) in ImplStartSplit()
2275 nTemp--; in ImplStartSplit()
2321 nTemp++; in ImplStartSplit()
[all …]
/trunk/main/sw/source/ui/frmdlg/
H A Dcolumn.cxx999 int nTemp = pColMgr->GetCount(); in IMPL_LINK() local
1000 if(nTemp == 0) nTemp = 1; in IMPL_LINK()
1001 if( nTemp != nCols ) in IMPL_LINK()
1074 long nTemp = nDiff - nRight + MINLAY; in IMPL_LINK() local
1076 if(nLeft > nTemp - MINLAY) in IMPL_LINK()
1078 nLeft -= nTemp; in IMPL_LINK()
1079 nTemp = 0; in IMPL_LINK()
1083 nTemp -= nLeft + MINLAY; in IMPL_LINK()
1086 nDiff = nTemp; in IMPL_LINK()
/trunk/main/basic/source/sbx/
H A Dsbxvar.cxx441 sal_uInt32 nTemp; in LoadData() local
442 rStrm >> nTemp; in LoadData()
443 nUserData = nTemp; in LoadData()
450 sal_uInt32 nTemp; in LoadData() local
451 rStrm >> nTemp; in LoadData()
452 nUserData = nTemp; in LoadData()
/trunk/main/sc/source/ui/dbgui/
H A Dfiltdlg.cxx898 sal_uInt16 nTemp=nOffset+1; in IMPL_LINK() local
899 for (sal_uInt16 i= nTemp; i< MAXQUERY; i++) in IMPL_LINK()
905 bRefreshExceptQuery[nTemp]=sal_True; in IMPL_LINK()
935 sal_uInt16 nTemp=nOffset+2; in IMPL_LINK() local
936 for (sal_uInt16 i= nTemp; i< MAXQUERY; i++) in IMPL_LINK()
942 bRefreshExceptQuery[nTemp]=sal_True; in IMPL_LINK()
964 sal_uInt16 nTemp=nOffset+3; in IMPL_LINK() local
965 for (sal_uInt16 i= nTemp; i< MAXQUERY; i++) in IMPL_LINK()
971 bRefreshExceptQuery[nTemp]=sal_True; in IMPL_LINK()
/trunk/main/svtools/source/contnr/
H A Dtemplwin.cxx368 if (nTemp > nMaxTextLength) in SvtIconWindow_Impl()
369 nMaxTextLength = nTemp; in SvtIconWindow_Impl()
380 nTemp = pEntry->GetBoundRect().GetSize().Width(); in SvtIconWindow_Impl()
381 if (nTemp > nMaxTextLength) in SvtIconWindow_Impl()
382 nMaxTextLength = nTemp; in SvtIconWindow_Impl()
392 nTemp = pEntry->GetBoundRect().GetSize().Width(); in SvtIconWindow_Impl()
393 if( nTemp > nMaxTextLength ) in SvtIconWindow_Impl()
394 nMaxTextLength = nTemp; in SvtIconWindow_Impl()
403 nTemp = pEntry->GetBoundRect().GetSize().Width(); in SvtIconWindow_Impl()
404 if (nTemp > nMaxTextLength) in SvtIconWindow_Impl()
[all …]
H A Dsvimpbox.cxx788 sal_uInt16 nTemp = nClickedEntry; in GetClickedEntry() local
832 sal_uInt16 nTemp = nClickedEntry; in GetEntry() local
834 if( nTemp != nClickedEntry ) in GetEntry()
1306 long nTemp = (long)nVisibleCount; in AdjustScrollBars() local
1307 nTemp--; in AdjustScrollBars()
1313 aVerSBar.SetVisibleSize( nTemp ); in AdjustScrollBars()
1318 nNextVerVisSize = nTemp; in AdjustScrollBars()
1323 nTemp = aHorSBar.GetThumbPos(); in AdjustScrollBars()
1333 if( nTemp != nNewThumbPos ) in AdjustScrollBars()
1335 nTemp = nNewThumbPos - nTemp; in AdjustScrollBars()
[all …]
/trunk/main/sc/source/core/data/
H A Dtable6.cxx115 xub_StrLen nTemp=nStart; nStart=nEnd; nEnd=nTemp; in SearchCell() local
196 xub_StrLen nTemp=nStart; nStart=nEnd; nEnd=nTemp; in SearchCell() local
582 SCsROW nTemp = nRow; in SearchAllStyle() local
584 nEndRow = nTemp; in SearchAllStyle()
/trunk/main/sc/source/core/tool/
H A Ddetfunc.cxx917 sal_uInt16 nTemp = FindPredLevel( aCellIter.GetCol(), aCellIter.GetRow(), nLevel, nDeleteLevel ); in FindPredLevelArea() local
918 if (nTemp > nResult) in FindPredLevelArea()
919 nResult = nTemp; in FindPredLevelArea()
973 sal_uInt16 nTemp; in FindPredLevel() local
975 nTemp = FindPredLevelArea( aRef, nLevel+1, nDeleteLevel ); in FindPredLevel()
977 nTemp = FindPredLevel( aRef.aStart.Col(),aRef.aStart.Row(), in FindPredLevel()
979 if (nTemp > nResult) in FindPredLevel()
980 nResult = nTemp; in FindPredLevel()
1181 sal_uInt16 nTemp = FindSuccLevel( aCellIter.GetCol(), aCellIter.GetRow(), in FindSuccLevel() local
1184 if (nTemp > nResult) in FindSuccLevel()
[all …]
/trunk/main/editeng/source/outliner/
H A Doutlvw.cxx233 sal_uInt32 nTemp = aSel.nEndPara; in PostKeyEvent() local
234 nTemp += nChilds; in PostKeyEvent()
235 nTemp++; // einfuegen ueber naechstem Non-Child in PostKeyEvent()
236 pOwner->Insert( String(),nTemp,pPara->GetDepth()); in PostKeyEvent()
238 ESelection aTmpSel(nTemp,0,nTemp,0); in PostKeyEvent()
251 sal_uLong nTemp = aSel.nEndPara; in PostKeyEvent() local
252 nTemp++; in PostKeyEvent()
253 pOwner->Insert( String(), nTemp, pPara->GetDepth()+1 ); in PostKeyEvent()
256 ESelection aTmpSel(nTemp,0,nTemp,0); in PostKeyEvent()
/trunk/main/sw/source/filter/xml/
H A Dxmlimpit.cxx428 sal_Int32 nTemp; in PutXMLValue() local
437 if(!rUnitConverter.convertMeasure( nTemp, rValue, 0, 0xffff )) in PutXMLValue()
442 pBox->SetDistance( (sal_uInt16)nTemp, BOX_LINE_LEFT ); in PutXMLValue()
445 pBox->SetDistance( (sal_uInt16)nTemp, BOX_LINE_RIGHT ); in PutXMLValue()
448 pBox->SetDistance( (sal_uInt16)nTemp, BOX_LINE_TOP ); in PutXMLValue()
451 pBox->SetDistance( (sal_uInt16)nTemp, BOX_LINE_BOTTOM); in PutXMLValue()
/trunk/main/vcl/os2/source/gdi/
H A Dsalgdi.cxx814 ULONG nTemp = (ULONG)nNumber;
815 const String aNumber1( nTemp );
821 nTemp = (ULONG)( ( nNumber - nTemp ) * 100000 );
822 if ( nTemp )
825 const String aNumber2( nTemp );
/trunk/main/editeng/source/items/
H A Dnumitem.cxx872 sal_uInt16 nTemp; in SvxNumRule() local
875 rStream >> nTemp; in SvxNumRule()
876 nFeatureFlags = nTemp; in SvxNumRule()
877 rStream >> nTemp; in SvxNumRule()
878 bContinuousNumbering = (sal_Bool)nTemp; in SvxNumRule()
879 rStream >> nTemp; in SvxNumRule()
880 eNumberingType = (SvxNumRuleType)nTemp; in SvxNumRule()
/trunk/main/sw/source/ui/dbui/
H A Dcreateaddresslistdialog.cxx169 sal_Int32 nTemp = m_aWindow.GetTextWidth(*aHeaderIter); in SetData() local
170 if(nTemp > nFTWidth) in SetData()
171 nFTWidth = nTemp; in SetData()
740 for(short nTemp = 0; nTemp < 2 && !bFound; nTemp++) in Find() local
/trunk/main/unotools/source/config/
H A Dundoopt.cxx125 sal_Int32 nTemp = 0; in Load() local
126 if ( pValues[nProp] >>= nTemp ) in Load()
127 nUndoCount = nTemp; in Load()
/trunk/main/xmloff/source/style/
H A Dweighhdl.cxx96 sal_Int32 nTemp; in importXML() local
97 bRet = SvXMLUnitConverter::convertNumber( nTemp, rStrImpValue, 100, 900 ); in importXML()
99 nWeight = sal::static_int_cast< sal_uInt16 >(nTemp); in importXML()

Completed in 4936 milliseconds

1234567