Home
last modified time | relevance | path

Searched refs:nValue (Results 176 – 200 of 659) sorted by relevance

12345678910>>...27

/aoo41x/test/testuno/source/fvt/uno/sc/cell/
H A DInsertDeleteCells.java93 int nValue = 0; in testInsertCells() local
98 xSheet.getCellByPosition( nCol, nRow ).setValue( nValue ); in testInsertCells()
100 nValue += 1; in testInsertCells()
223 int nValue = 0; in testDeleteCells() local
228 xSheet.getCellByPosition( nCol, nRow ).setValue( nValue ); in testDeleteCells()
230 nValue += 1; in testDeleteCells()
/aoo41x/main/rsc/inc/
H A Drsctools.hxx170 void Put( sal_uInt32 nValue ) in Put() argument
171 { Put( (sal_Int32)nValue ); } in Put()
172 void Put( sal_uInt16 nValue );
173 void Put( sal_Int16 nValue ) in Put() argument
174 { Put( (sal_uInt16)nValue ); } in Put()
/aoo41x/main/sc/inc/
H A Dcollect.hxx151 nValue(nVal), in TypedStrData()
160 nValue(rCpy.nValue), in TypedStrData()
167 double GetValue () const { return nValue; } in GetValue()
173 double nValue; member in TypedStrData
/aoo41x/main/xmloff/source/xforms/
H A DSchemaRestrictionContext.cxx154 sal_Int32 nValue; in lcl_int32() local
155 bool bSuccess = SvXMLUnitConverter::convertNumber( nValue, rValue ); in lcl_int32()
156 return bSuccess ? makeAny( nValue ) : Any(); in lcl_int32()
161 sal_Int32 nValue; in lcl_int16() local
162 bool bSuccess = SvXMLUnitConverter::convertNumber( nValue, rValue ); in lcl_int16()
163 return bSuccess ? makeAny( static_cast<sal_Int16>( nValue ) ) : Any(); in lcl_int16()
/aoo41x/main/svx/source/accessibility/
H A DDescriptionGenerator.cxx284 long nValue(0); in AddColor() local
288 aValue >>= nValue; in AddColor()
291 msDescription.append (DGColorNameLookUp::Instance().LookUpColor (nValue)); in AddColor()
324 long nValue = 0; in AddInteger() local
325 aValue >>= nValue; in AddInteger()
326 msDescription.append (nValue); in AddInteger()
/aoo41x/main/oox/source/xls/
H A Ddrawingbase.cxx47 inline sal_Int64 lclHmmToEmu( sal_Int32 nValue ) in lclHmmToEmu() argument
49 return (nValue < 0) ? -1 : convertHmmToEmu( nValue ); in lclHmmToEmu()
53 inline sal_Int32 lclEmuToHmm( sal_Int64 nValue ) in lclEmuToHmm() argument
55 return (nValue < 0) ? -1 : convertEmuToHmm( nValue ); in lclEmuToHmm()
/aoo41x/main/connectivity/source/commontools/
H A DCommonTools.cxx189 sal_Int64 nValue = 0; in toString() local
190 OSL_VERIFY( rValue >>= nValue ); in toString()
191 aRes = ::rtl::OUString::valueOf(nValue); in toString()
251 sal_Int32 nValue = 0; in getJavaVM() local
253 if ( uaJVM >>= nValue ) in getJavaVM()
254 pJVM = reinterpret_cast< jvmaccess::VirtualMachine* > (nValue); in getJavaVM()
/aoo41x/main/svx/source/customshapes/
H A DEnhancedCustomShapeFunctionParser.cxx56 sal_Int32 nValue = 0; in FillEquationParameter() local
61 nValue = (sal_Int32)fValue; in FillEquationParameter()
64 rSource.Value >>= nValue; in FillEquationParameter()
70 if ( nValue & 0x40000000 ) in FillEquationParameter()
72 nValue ^= 0x40000000; in FillEquationParameter()
75 nValue |= 0x400; in FillEquationParameter()
79 …case com::sun::star::drawing::EnhancedCustomShapeParameterType::BOTTOM : nValue = DFF_Prop_geoBott… in FillEquationParameter()
80 …case com::sun::star::drawing::EnhancedCustomShapeParameterType::RIGHT : nValue = DFF_Prop_geoRight… in FillEquationParameter()
81 …case com::sun::star::drawing::EnhancedCustomShapeParameterType::TOP : nValue = DFF_Prop_geoTop; br… in FillEquationParameter()
82 …case com::sun::star::drawing::EnhancedCustomShapeParameterType::LEFT : nValue = DFF_Prop_geoLeft; … in FillEquationParameter()
[all …]
/aoo41x/main/connectivity/source/drivers/ado/
H A DAResultSet.cxx987 nValue = ResultSetConcurrency::READ_ONLY; in getResultSetConcurrency()
990 nValue = ResultSetConcurrency::UPDATABLE; in getResultSetConcurrency()
994 return nValue; in getResultSetConcurrency()
1000 sal_Int32 nValue=0; in getResultSetType() local
1008 nValue = ResultSetType::FORWARD_ONLY; in getResultSetType()
1012 nValue = ResultSetType::SCROLL_INSENSITIVE; in getResultSetType()
1015 nValue = ResultSetType::SCROLL_SENSITIVE; in getResultSetType()
1019 return nValue; in getResultSetType()
1031 sal_Int32 nValue=-1; in getFetchSize() local
1032 m_pRecordSet->get_CacheSize(&nValue); in getFetchSize()
[all …]
/aoo41x/main/editeng/source/rtf/
H A Drtfitem.cxx1974 void SvxRTFParser::SetDefault( int nToken, int nValue ) in SetDefault() argument
1987 if( -1 == nValue ) in SetDefault()
1988 nValue = 0; in SetDefault()
1989 const Font& rSVFont = GetFont( sal_uInt16(nValue) ); in SetDefault()
2001 if( -1 != nValue ) in SetDefault()
2003 SvxLanguageItem aTmpItem( (const LanguageType)nValue, in SetDefault()
2014 if( -1 == nValue || !nValue ) in SetDefault()
2015 nValue = 720; in SetDefault()
2020 nTokenValue = nValue; in SetDefault()
2022 nValue = nTokenValue; in SetDefault()
[all …]
/aoo41x/main/cui/source/tabpages/
H A Dpage.cxx1706 long nValue = static_cast<long>(rField.GetValue()); in IsPrinterRangeOverflow() local
1708 ( nValue < nFirstMargin || nValue > nLastMargin ) && in IsPrinterRangeOverflow()
1711 rField.SetValue( nValue < nFirstMargin ? nFirstMargin : nLastMargin ); in IsPrinterRangeOverflow()
1726 sal_Int64 nValue = aLeftMarginEdit.GetValue(); in CheckMarginEdits() local
1727 if ( nValue < nFirstLeftMargin || nValue > nLastLeftMargin ) in CheckMarginEdits()
1729 nValue = aRightMarginEdit.GetValue(); in CheckMarginEdits()
1730 if ( nValue < nFirstRightMargin || nValue > nLastRightMargin ) in CheckMarginEdits()
1732 nValue = aTopMarginEdit.GetValue(); in CheckMarginEdits()
1733 if ( nValue < nFirstTopMargin || nValue > nLastTopMargin ) in CheckMarginEdits()
1735 nValue = aBottomMarginEdit.GetValue(); in CheckMarginEdits()
[all …]
/aoo41x/main/svx/inc/svx/
H A Dsxfiitm.hxx34 Fraction nValue; member in SdrFractionItem
38 SdrFractionItem(sal_uInt16 nId, const Fraction& rVal): SfxPoolItem(nId), nValue(rVal) {} in SdrFractionItem()
45 const Fraction& GetValue() const { return nValue; } in GetValue()
46 void SetValue(const Fraction& rVal) { nValue = rVal; } in SetValue()
/aoo41x/main/xmloff/source/style/
H A Dkernihdl.cxx68 sal_Int16 nValue = sal_Int16(); in exportXML() local
70 if( rValue >>= nValue ) in exportXML()
74 if( nValue == 0 ) in exportXML()
77 rUnitConverter.convertMeasure( aOut, nValue ); in exportXML()
/aoo41x/main/filter/source/graphicfilter/itiff/
H A Dccidecom.cxx740 if ( pHufTab[i].nValue!=pHufTabSave[i].nValue || in MakeLookUp()
756 pLookUp[j].nValue=pHufTab[i].nValue; in MakeLookUp()
863 return pLookUp[nCode].nValue; in ReadCodeAndDecode()
951 nDataBits=pBlackLookUp[nCode].nValue; in Read1DScanlineData()
955 nDataBits=pWhiteLookUp[nCode].nValue; in Read1DScanlineData()
/aoo41x/main/filter/source/graphicfilter/etiff/
H A Detiff.cxx62 sal_uInt16 nValue; // Der Pixelwert member
482 …mplWriteTag( sal_uInt16 nTagID, sal_uInt16 nDataType, sal_uInt32 nNumberOfItems, sal_uInt32 nValue) in ImplWriteTag() argument
490 nValue <<=16; // in Big Endian Mode WORDS needed to be shifted to a DWORD in ImplWriteTag()
491 *mpOStm << nValue; in ImplWriteTag()
532 pTable[ i ].nValue = (sal_uInt8)( pTable[ i ].nCode = i ); in StartCompression()
556 if ( p->nValue == nV ) in Compress()
584 p->nValue = nV; in Compress()
/aoo41x/main/winaccessibility/source/UAccCOM/
H A DAccEditableText.cpp282 sal_Int32 nValue = ouValue.toInt32(); in get_AnyFromOLECHAR() local
283 rAny.setValue(&nValue, getCppuType((sal_Int32 *)0)); in get_AnyFromOLECHAR()
289 boolean nValue = (boolean)ouValue.toBoolean(); in get_AnyFromOLECHAR() local
290 rAny.setValue(&nValue, getCppuType((sal_Bool *)sal_False)); in get_AnyFromOLECHAR()
298 short nValue = (short)ouValue.toInt32(); in get_AnyFromOLECHAR() local
299 rAny.setValue(&nValue, getCppuType((short *)0)); in get_AnyFromOLECHAR()
/aoo41x/main/vbahelper/source/vbahelper/
H A Dvbawindowbase.cxx62 void setPosSize( const uno::Reference< awt::XWindow >& xWindow, sal_Int32 nValue, sal_Int16 nFlag ) in setPosSize() argument
68 xWindow->setPosSize( nValue, aRect.Y, 0, 0, css::awt::PosSize::X ); in setPosSize()
71 xWindow->setPosSize( aRect.X, nValue, 0, 0, css::awt::PosSize::Y ); in setPosSize()
74 xWindow->setPosSize( 0, 0, nValue, aRect.Height, css::awt::PosSize::WIDTH ); in setPosSize()
77 xWindow->setPosSize( 0, 0, aRect.Width, nValue, css::awt::PosSize::HEIGHT ); in setPosSize()
/aoo41x/main/xmloff/source/core/
H A DDocumentSettingsContext.cxx646 sal_Int32 nValue(0); in EndElement() local
647 SvXMLUnitConverter::convertNumber(nValue, msValue); in EndElement()
648 mrAny <<= static_cast<sal_Int8>(nValue); in EndElement()
652 sal_Int32 nValue(0); in EndElement() local
653 SvXMLUnitConverter::convertNumber(nValue, msValue); in EndElement()
654 mrAny <<= static_cast<sal_Int16>(nValue); in EndElement()
658 sal_Int32 nValue(0); in EndElement() local
659 SvXMLUnitConverter::convertNumber(nValue, msValue); in EndElement()
660 mrAny <<= nValue; in EndElement()
664 sal_Int64 nValue(msValue.toInt64()); in EndElement() local
[all …]
/aoo41x/main/sfx2/source/sidebar/
H A DLayouter.cxx103 const sal_Int32 nValue) in MapX() argument
105 return rControl.LogicToPixel(Point(nValue,0), MAP_APPFONT).X(); in MapX()
113 const sal_Int32 nValue) in MapWidth() argument
115 return rControl.LogicToPixel(Point(nValue,0), MAP_APPFONT).X(); in MapWidth()
/aoo41x/main/xmloff/inc/xmloff/
H A DProgressBarHelper.hxx42 sal_Int32 nValue; member in ProgressBarHelper
59 void SetValue(sal_Int32 nValue);
61 inline void Increment(sal_Int32 nInc = 1) { SetValue( nValue+nInc ); } in Increment()
69 sal_Int32 GetValue() { return nValue; } in GetValue()
/aoo41x/main/sw/source/ui/dbui/
H A Dcreateaddresslistdialog.cxx681 sal_uInt32 nValue = static_cast< sal_uInt32 >(m_aSetNoNF.GetValue()); in IMPL_LINK() local
684 nValue = 1; in IMPL_LINK()
687 if(nValue > 1) in IMPL_LINK()
688 --nValue; in IMPL_LINK()
692 if(nValue < (sal_uInt32)m_aSetNoNF.GetMax()) in IMPL_LINK()
693 ++nValue; in IMPL_LINK()
696 nValue = static_cast< sal_uInt32 >(m_aSetNoNF.GetMax()); in IMPL_LINK()
697 if(nValue != m_aSetNoNF.GetValue()) in IMPL_LINK()
699 m_aSetNoNF.SetValue(nValue); in IMPL_LINK()
/aoo41x/main/oox/inc/oox/xls/
H A Dbiffoutputstream.hxx62 void fill( sal_uInt8 nValue, sal_uInt16 nBytes );
127 void fill( sal_uInt8 nValue, sal_Int32 nBytes, size_t nAtomSize = 1 );
131 inline BiffOutputStream& operator<<( Type nValue ) { writeValue( nValue ); return *this; } in operator <<() argument
/aoo41x/main/vcl/source/gdi/
H A Dprint3.cxx427 if( nValue >= 0 ) in ImplPrintJob()
428 aMPS.nLeftMargin = nValue; in ImplPrintJob()
430 if( nValue >= 0 ) in ImplPrintJob()
431 aMPS.nRightMargin = nValue; in ImplPrintJob()
433 if( nValue >= 0 ) in ImplPrintJob()
434 aMPS.nTopMargin = nValue; in ImplPrintJob()
436 if( nValue >= 0 ) in ImplPrintJob()
437 aMPS.nBottomMargin = nValue; in ImplPrintJob()
439 if( nValue >= 0 ) in ImplPrintJob()
442 if( nValue >= 0 ) in ImplPrintJob()
[all …]
/aoo41x/main/odk/examples/DevelopersGuide/Spreadsheet/
H A DExampleAddIn.java27 private int nValue; field in ExampleAddInResult
39 aEvent.Value = aName + " " + String.valueOf( nValue ); in getResult()
59 ++nValue; in incrementValue()
157 public int getIncremented( int nValue ) in getIncremented() argument
159 return nValue + 1; in getIncremented()
/aoo41x/main/sc/source/core/data/
H A Ddpgroup.cxx414 String lcl_GetTwoDigitString( sal_Int32 nValue ) in lcl_GetTwoDigitString() argument
416 String aRet = String::CreateFromInt32( nValue ); in lcl_GetTwoDigitString()
422 String lcl_GetDateGroupName( sal_Int32 nDatePart, sal_Int32 nValue, SvNumberFormatter* pFormatter ) in lcl_GetDateGroupName() argument
428 aRet = String::CreateFromInt32( nValue ); in lcl_GetDateGroupName()
437 sal_Int16(nValue-1), 0 ); // 0-based, get short name in lcl_GetDateGroupName()
442 aDate += ( nValue - 1 ); // nValue is 1-based in lcl_GetDateGroupName()
453 aRet = lcl_GetTwoDigitString( nValue ); in lcl_GetDateGroupName()
458 aRet.Append( lcl_GetTwoDigitString( nValue ) ); in lcl_GetDateGroupName()
670 for ( sal_Int32 nValue = nStart; nValue <= nEnd; nValue++ ) in FillColumnEntries() local
672 String aName = lcl_GetDateGroupName( nDatePart, nValue, pFormatter ); in FillColumnEntries()
[all …]

Completed in 184 milliseconds

12345678910>>...27