Home
last modified time | relevance | path

Searched refs:nTemp (Results 1 – 25 of 154) sorted by path

1234567

/trunk/main/basctl/source/basicide/
H A Dtbxctl.cxx146 sal_uInt16 nTemp = 0; in StateChanged() local
150 case SVX_SNAP_CHECKBOX: nTemp = SID_INSERT_CHECKBOX; break; in StateChanged()
153 case SVX_SNAP_FIXEDTEXT: nTemp = SID_INSERT_FIXEDTEXT; break; in StateChanged()
154 case SVX_SNAP_GROUPBOX: nTemp = SID_INSERT_GROUPBOX; break; in StateChanged()
155 case SVX_SNAP_LISTBOX: nTemp = SID_INSERT_LISTBOX; break; in StateChanged()
156 case SVX_SNAP_COMBOBOX: nTemp = SID_INSERT_COMBOBOX; break; in StateChanged()
157 case SVX_SNAP_EDIT: nTemp = SID_INSERT_EDIT; break; in StateChanged()
160 case SVX_SNAP_PREVIEW: nTemp = SID_INSERT_PREVIEW; break; in StateChanged()
161 case SVX_SNAP_URLBUTTON: nTemp = SID_INSERT_URLBUTTON; break; in StateChanged()
166 case SVX_SNAP_DATEFIELD: nTemp = SID_INSERT_DATEFIELD; break; in StateChanged()
[all …]
/trunk/main/basctl/source/dlged/
H A Dmanagelang.cxx87 long nTemp = rWin.GetCtrlTextWidth( sWord ); in getLongestWordWidth() local
88 if ( nTemp > nWidth ) in getLongestWordWidth()
89 nWidth = nTemp; in getLongestWordWidth()
/trunk/main/basic/source/runtime/
H A Dmethods.cxx2147 sal_Int16 nTemp = (sal_Int16)(nSeconds % 3600); in implGetMinute() local
2148 sal_Int16 nMin = nTemp / 60; in implGetMinute()
2186 sal_Int16 nTemp = (sal_Int16)(nSeconds / 3600); in implGetSecond() local
2187 nSeconds -= nTemp * 3600; in implGetSecond()
2188 nTemp = (sal_Int16)(nSeconds / 60); in implGetSecond()
2189 nSeconds -= nTemp * 60; in implGetSecond()
H A Dmethods1.cxx1061 sal_uInt16 nTemp; in lcl_ReadSbxVariable() local
1062 *pStrm >> nTemp; in lcl_ReadSbxVariable()
1063 eSrcType = (SbxDataType)nTemp; in lcl_ReadSbxVariable()
/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/connectivity/source/commontools/
H A DCommonTools.cxx257 sal_Int64 nTemp = 0; in getJavaVM() local
258 uaJVM >>= nTemp; in getJavaVM()
259 pJVM = reinterpret_cast< jvmaccess::VirtualMachine* > (nTemp); in getJavaVM()
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/connectivity/source/drivers/jdbc/
H A DPreparedStatement.cxx338 double nTemp = 0.0; in setObjectWithInfo() local
345 if ( x >>= nTemp) in setObjectWithInfo()
347 pBigDecimal.reset(new java_math_BigDecimal(nTemp)); in setObjectWithInfo()
H A DResultSet.cxx884 double nTemp = 0.0; in updateNumericObject() local
886 if ( x >>= nTemp) in updateNumericObject()
888 pBigDecimal.reset(new java_math_BigDecimal(nTemp)); in updateNumericObject()
/trunk/main/cui/source/options/
H A Doptinet2.cxx572 if ( nTemp > nWidth ) in ArrangeControls_Impl()
573 nWidth = nTemp; in ArrangeControls_Impl()
575 if ( nTemp > nWidth ) in ArrangeControls_Impl()
576 nWidth = nTemp; in ArrangeControls_Impl()
578 if ( nTemp > nWidth ) in ArrangeControls_Impl()
579 nWidth = nTemp; in ArrangeControls_Impl()
581 if ( nTemp > nWidth ) in ArrangeControls_Impl()
582 nWidth = nTemp; in ArrangeControls_Impl()
873 nLabelTextWidth = nTemp; in InitControls_Impl()
1362 if ( nTemp > nBtnTextWidth ) in InitControls()
[all …]
H A Dtreeopt.cxx902 sal_uInt16 nTemp = pLastPageSaver->m_nLastPageId; in ActivatePage() local
905 pLastPageSaver->m_nLastPageId = nTemp; in ActivatePage()
H A Dwebconninfo.cxx129 long nTemp = (*pButton)->GetCtrlTextWidth( (*pButton)->GetText() ); in WebConnectionInfoDialog() local
130 if ( nTemp > nBtnTextWidth ) in WebConnectionInfoDialog()
131 nBtnTextWidth = nTemp; in WebConnectionInfoDialog()
/trunk/main/cui/source/tabpages/
H A Dparagrph.cxx832 sal_Int64 nTemp = aLineDistAtMetricBox.GetValue(); in IMPL_LINK() local
837 if ( aLineDistAtMetricBox.GetValue() != nTemp ) in IMPL_LINK()
/trunk/main/dbaccess/source/ui/control/
H A DFieldDescControl.cxx343 long nTemp = _pWindow->GetSizePixel().Width() + _pWindow->GetPosPixel().X(); in getMaxXPosition() local
344 _rnMaxXPosition = ::std::max(_rnMaxXPosition, nTemp); in getMaxXPosition()
/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/desktop/source/deployment/gui/
H A Ddp_gui_updatedialog.cxx1001 long nTemp = m_ReleaseNotesLabel.GetTextWidth( m_ReleaseNotesLabel.GetText() ); in initDescription() local
1002 if ( nTemp > nTextWidth ) in initDescription()
1003 nTextWidth = nTemp; in initDescription()
/trunk/main/editeng/source/accessibility/
H A DAccessibleStaticTextBase.cxx870 sal_Int32 nTemp = nEndIndex - 1; in getTextRange() local
871 sal_Bool bEnd = mpImpl->RemoveLineBreakCount( nTemp ); in getTextRange()
1034 sal_Int32 nTemp = nIndex+1; in getTextBehindIndex() local
1035 sal_Bool bLineBreak = mpImpl->RemoveLineBreakCount( nTemp ); in getTextBehindIndex()
/trunk/main/editeng/source/items/
H A Dbulitem.cxx46 nTemp = (sal_uInt16)rFont.GetFamily(); rStream << nTemp; in StoreFont()
52 nTemp = (sal_uInt16)rFont.GetPitch(); rStream << nTemp; in StoreFont()
53 nTemp = (sal_uInt16)rFont.GetAlign(); rStream << nTemp; in StoreFont()
54 nTemp = (sal_uInt16)rFont.GetWeight(); rStream << nTemp; in StoreFont()
55 nTemp = (sal_uInt16)rFont.GetUnderline(); rStream << nTemp; in StoreFont()
57 nTemp = (sal_uInt16)rFont.GetItalic(); rStream << nTemp; in StoreFont()
75 rStream >> nTemp; aFont.SetFamily((FontFamily)nTemp); in CreateFont()
82 rStream >> nTemp; aFont.SetPitch((FontPitch)nTemp); in CreateFont()
83 rStream >> nTemp; aFont.SetAlign((FontAlign)nTemp); in CreateFont()
84 rStream >> nTemp; aFont.SetWeight((FontWeight)nTemp); in CreateFont()
[all …]
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()
H A Dtextitem.cxx980 short nTemp = (short)nProp; in lcl_GetRealHeight_Impl() local
981 nDiff = nTemp * 20; in lcl_GetRealHeight_Impl()
/trunk/main/editeng/source/misc/
H A Dacorrcfg.cxx140 sal_Int32 nTemp = 0; in Load() local
196 pValues[nProp] >>= nTemp; in Load()
198 sal::static_int_cast< sal_Unicode >( nTemp ) ); in Load()
201 pValues[nProp] >>= nTemp; in Load()
203 sal::static_int_cast< sal_Unicode >( nTemp ) ); in Load()
210 pValues[nProp] >>= nTemp; in Load()
212 sal::static_int_cast< sal_Unicode >( nTemp ) ); in Load()
215 pValues[nProp] >>= nTemp; in Load()
217 sal::static_int_cast< sal_Unicode >( nTemp ) ); in Load()
/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/fileaccess/source/
H A DFileAccess.cxx527 sal_Int64 nTemp = 0; in getSize() local
530 aCnt.getPropertyValue( rtl::OUString::createFromAscii( "Size" ) ) >>= nTemp; in getSize()
531 nSize = (sal_Int32)nTemp; in getSize()
/trunk/main/filter/source/graphicfilter/etiff/
H A Detiff.cxx285 sal_uInt8 nTemp; in ImplWriteHeader() local
289 nTemp = 1; in ImplWriteHeader()
293 nTemp = 3; in ImplWriteHeader()
296 nTemp = 2; in ImplWriteHeader()
299 nTemp = 0; // -Wall set a default... in ImplWriteHeader()
302 ImplWriteTag( PhotometricInterpretation, 3, 1, nTemp ); in ImplWriteHeader()
364 sal_uInt8 nTemp = 0; in ImplWriteBody() local
414 nTemp = ( mpAcc->GetPixelIndex( y, x ) << 4 ); in ImplWriteBody()
416 Compress( (sal_uInt8)( nTemp | ( mpAcc->GetPixelIndex( y, x ) & 0xf ) ) ); in ImplWriteBody()
419 Compress( nTemp ); in ImplWriteBody()
/trunk/main/filter/source/graphicfilter/icgm/
H A Dclass4.cxx52 double nTemp; in ImplSwitchStartEndAngle() local
53 nTemp = rStartAngle; in ImplSwitchStartEndAngle()
55 rEndAngle = nTemp; in ImplSwitchStartEndAngle()

Completed in 211 milliseconds

1234567