Home
last modified time | relevance | path

Searched refs:nValue (Results 76 – 100 of 666) sorted by last modified time

12345678910>>...27

/trunk/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()
H A DExampleDataPilotSource.java779 int nValue = Integer.parseInt( aSource ); in initialize() local
780 if ( nValue >= 2 && nValue <= 10 ) in initialize()
781 aSettings.nMemberCount = nValue; in initialize()
806 int nValue = 1; in getResults() local
809 nDigits[i] = nValue; in getResults()
810 nValue *= 10; in getResults()
/trunk/main/i18npool/source/calendar/
H A Dcalendar_gregorian.cxx478 static void lcl_setCombinedOffsetFieldValues( sal_Int32 nValue, in lcl_setCombinedOffsetFieldValues() argument
482 sal_Int32 nTrunc = nValue / 60000; in lcl_setCombinedOffsetFieldValues()
485 sal_uInt16 nMillis = static_cast<sal_uInt16>( abs( nValue - nTrunc * 60000)); in lcl_setCombinedOffsetFieldValues()
/trunk/main/writerfilter/source/dmapper/
H A DDomainMapper_Impl.cxx123 void FIB::SetData( Id nName, sal_Int32 nValue ) in SetData() argument
127 aFIBData[nName - NS_rtf::LN_WIDENT] = nValue; in SetData()
378 void DomainMapper_Impl::ModifyCurrentTabStop( Id nId, sal_Int32 nValue) in ModifyCurrentTabStop() argument
427 …if( nValue >= 0 && nValue < sal::static_int_cast<sal_Int32>(sizeof(aTabFillCharWord) / sizeof (sa… in ModifyCurrentTabStop()
432 …if( nValue >= 0 && nValue < sal::static_int_cast<sal_Int32>(sizeof(aTabAlignFromWord) / sizeof (st… in ModifyCurrentTabStop()
3871 nValue = ConversionHelper::convertTwipToMM100(nValue); in SetPageMarginTwip()
3874 case PAGE_MAR_TOP : m_aPageMargins.top = nValue; break; in SetPageMarginTwip()
3875 case PAGE_MAR_RIGHT : m_aPageMargins.right = nValue; break; in SetPageMarginTwip()
3876 case PAGE_MAR_BOTTOM : m_aPageMargins.bottom = nValue; break; in SetPageMarginTwip()
3877 case PAGE_MAR_LEFT : m_aPageMargins.left = nValue; break; in SetPageMarginTwip()
[all …]
H A DNumberingManager.cxx106 m_nIStartAt = nValue; in SetValue()
109 m_nNFC = nValue; in SetValue()
112 m_nJC = nValue; in SetValue()
115 m_nFLegal = nValue; in SetValue()
118 m_nFNoRestart = nValue; in SetValue()
121 m_nFPrev = nValue; in SetValue()
128 m_nFWord6 = nValue; in SetValue()
132 m_nXChFollow = nValue; in SetValue()
135 m_nTabstop = nValue; in SetValue()
388 m_nTPLC = nValue; in SetValue()
[all …]
/trunk/main/framework/source/xml/
H A Dimagesdocumenthandler.cxx738 sal_Int64 nValue = pImageList->aMaskColor.GetRGBColor(); in WriteImageList() local
741 aColorStrBuffer.append( ::rtl::OUString::valueOf( nValue, 16 )); in WriteImageList()
/trunk/main/extensions/source/update/check/
H A Dupdatecheckconfig.cxx310 sal_Bool nValue = sal_False; in isAutoCheckEnabled() local
311 … const_cast < UpdateCheckConfig *> (this)->getByName( UNISTRING( AUTOCHECK_ENABLED ) ) >>= nValue; in isAutoCheckEnabled()
312 return nValue; in isAutoCheckEnabled()
320 sal_Bool nValue = sal_False; in isAutoDownloadEnabled() local
322 return nValue; in isAutoDownloadEnabled()
343 sal_Int64 nValue = 0; in getLastChecked() local
346 const_cast < UpdateCheckConfig *> (this)->getByName( UNISTRING( LAST_CHECK ) ) >>= nValue; in getLastChecked()
348 return nValue; in getLastChecked()
356 sal_Int64 nValue = 0; in getCheckInterval() local
359 const_cast < UpdateCheckConfig *> (this)->getByName( UNISTRING( CHECK_INTERVAL ) ) >>= nValue; in getCheckInterval()
[all …]
/trunk/main/sw/source/core/unocore/
H A Dunoparagraph.cxx554 sal_Int32 nValue(0); in GetSinglePropertyValue_Impl() local
556 rAny >>= nValue; in GetSinglePropertyValue_Impl()
557 rAny <<= static_cast< sal_Int16 >(nValue); in GetSinglePropertyValue_Impl()
569 sal_Int32 nValue = 0; in GetSinglePropertyValue_Impl() local
571 if(rAny >>= nValue) in GetSinglePropertyValue_Impl()
573 bDoIt = nValue > 0; in GetSinglePropertyValue_Impl()
/trunk/main/filter/source/xsltdialog/
H A Dxmlfiltertestdialog.cxx354 … for( sal_Int32 nValue = 0; (nValue < aValues.getLength()) && (nFound != 15); nValue++, pValues++ ) in onExportBrowse() local
390 sal_Int32 nValue; in onExportBrowse() local
393 for( nValue = 0; nValue < aValues2.getLength(); nValue++, pValues2++ ) in onExportBrowse()
H A Dxmlfiltertabdialog.cxx196 sal_Int32 nValue; in onOk() local
198 for( nValue = 0; (nValue < nValueCount) && (nErrorId == 0); nValue++, pValues++ ) in onOk()
H A Dxmlfiltersettingsdialog.cxx409 sal_Int32 nValue; in createUniqueInterfaceName() local
411 for( nValue = 0; nValue < nValueCount; nValue++, pValues++ ) in createUniqueInterfaceName()
855 sal_Int32 nValue; in onDelete() local
857 for( nValue = 0; (nValue < nValueCount) && !bTypeStillUsed; nValue++, pValues++ ) in onDelete()
1109 sal_Int32 nValue; in initFilterList() local
1111 for( nValue = 0; nValue < nValueCount; nValue++, pValues++ ) in initFilterList()
/trunk/main/svtools/source/config/
H A Doptionsdrawinglayer.cxx412 sal_Int32 nValue = 0; in SvtOptionsDrawinglayer_Impl() local
413 seqValues[nProperty] >>= nValue; in SvtOptionsDrawinglayer_Impl()
414 m_bStripeColorA = nValue; in SvtOptionsDrawinglayer_Impl()
421 sal_Int32 nValue = 0; in SvtOptionsDrawinglayer_Impl() local
422 seqValues[nProperty] >>= nValue; in SvtOptionsDrawinglayer_Impl()
423 m_bStripeColorB = nValue; in SvtOptionsDrawinglayer_Impl()
/trunk/main/framework/source/fwe/classes/
H A Daddonsoptions.cxx1323 sal_Int64 nValue( 0 ); in ReadStatusBarItem() local
1324 aStatusbarItemNodePropValues[ OFFSET_STATUSBARITEM_WIDTH ] >>= nValue; in ReadStatusBarItem()
1325 aStatusbarItem[ OFFSET_STATUSBARITEM_WIDTH ].Value <<= sal_Int32( nValue ); in ReadStatusBarItem()
1515 sal_Int64 nValue( 0 ); in ReadToolBarItem() local
1516 aToolBarItemNodePropValues[ OFFSET_TOOLBARITEM_WIDTH ] >>= nValue; in ReadToolBarItem()
1517 aToolBarItem[ OFFSET_TOOLBARITEM_WIDTH ].Value <<= sal_Int32( nValue ); in ReadToolBarItem()
/trunk/main/sw/source/ui/uiview/
H A Dview2.cxx918 sal_uInt16 nValue = ((SfxUInt16Item*)pItem)->GetValue(); in Execute() local
925 SwView::nWebInsertCtrlState = nValue; in Execute()
927 SwView::nInsertCtrlState = nValue; in Execute()
930 case FN_INSERT_OBJ_CTRL: SwView::nInsertObjectCtrlState = nValue ;break; in Execute()
/trunk/main/svx/source/xoutdev/
H A Dxattr.cxx509 rVal >>= nValue; in PutValue()
1493 nValue = TWIP_TO_MM100(nValue); in QueryValue()
1495 rVal <<= nValue; in QueryValue()
1502 rVal >>= nValue; in PutValue()
1504 nValue = MM100_TO_TWIP(nValue); in PutValue()
1506 SetValue( nValue ); in PutValue()
2775 rVal >>= nValue; in PutValue()
2883 rVal >>= nValue; in PutValue()
4788 rVal >>= nValue; in PutValue()
4893 rVal >>= nValue; in PutValue()
[all …]
/trunk/main/sw/source/filter/ww8/
H A Dww8par2.cxx1554 sal_uInt16 nValue = SVBT16ToShort( pParams ); in ProcessSpacing() local
1560 mnDefaultTop = nValue; in ProcessSpacing()
1563 mnDefaultLeft = nValue; in ProcessSpacing()
1566 mnDefaultBottom = nValue; in ProcessSpacing()
1569 mnDefaultRight = nValue; in ProcessSpacing()
1603 sal_uInt16 nValue = SVBT16ToShort( pParams ); in ProcessSpecificSpacing() local
1608 nOverrideValues[nWhichCell][i] = nValue; in ProcessSpecificSpacing()
/trunk/main/unotools/source/config/
H A Dconfigitem.cxx1075 for(int nValue = 0; nValue < rValues.getLength();nValue++) local
1079 OUString sSubNode = lcl_extractSetPropertyName( pValues[nValue].Name, rNode );
1082 xCont->replaceByName(sSubNode, pValues[nValue].Value);
1084 xCont->insertByName(sSubNode, pValues[nValue].Value);
1086 OSL_ENSURE( xHierarchyAccess->hasByHierarchicalName(pValues[nValue].Name),
1217 for(int nValue = 0; nValue < rValues.getLength();nValue++) local
1221 OUString sSubNode = lcl_extractSetPropertyName( pValues[nValue].Name, rNode );
1224 xCont->replaceByName(sSubNode, pValues[nValue].Value);
1226 xCont->insertByName(sSubNode, pValues[nValue].Value);
/trunk/main/cui/source/tabpages/
H A Dpage.cxx1787 long nValue = static_cast<long>(rField.GetValue()); in IsPrinterRangeOverflow() local
1789 ( nValue < nFirstMargin || nValue > nLastMargin ) && in IsPrinterRangeOverflow()
1792 rField.SetValue( nValue < nFirstMargin ? nFirstMargin : nLastMargin ); in IsPrinterRangeOverflow()
1807 sal_Int64 nValue = aLeftMarginEdit.GetValue(); in CheckMarginEdits() local
1808 if ( nValue < nFirstLeftMargin || nValue > nLastLeftMargin ) in CheckMarginEdits()
1810 nValue = aRightMarginEdit.GetValue(); in CheckMarginEdits()
1811 if ( nValue < nFirstRightMargin || nValue > nLastRightMargin ) in CheckMarginEdits()
1813 nValue = aTopMarginEdit.GetValue(); in CheckMarginEdits()
1814 if ( nValue < nFirstTopMargin || nValue > nLastTopMargin ) in CheckMarginEdits()
1816 nValue = aBottomMarginEdit.GetValue(); in CheckMarginEdits()
[all …]
/trunk/main/xmloff/source/draw/
H A Dximpcustomshape.cxx405 sal_Int32 nValue; in GetNextParameter() local
406 if ( SvXMLUnitConverter::convertNumber( nValue, aNumber ) ) in GetNextParameter()
407 rParameter.Value <<= nValue; in GetNextParameter()
/trunk/main/slideshow/source/engine/transitions/
H A Dshapetransitionfactory.cxx83 virtual bool operator()( double nValue );
179 bool ClippingAnimation::operator()( double nValue ) in operator ()() argument
186 mpAttrLayer->setClip( maClippingFunctor( nValue, in operator ()()
H A Dslidechangebase.cxx270 bool SlideChangeBase::operator()( double nValue ) in operator ()() argument
350 performOut( rOutSprite, rViewEntry, rCanvas, nValue ); in operator ()()
352 performIn( rInSprite, rViewEntry, rCanvas, nValue ); in operator ()()
/trunk/main/slideshow/source/engine/
H A Danimationfactory.cxx311 virtual bool operator()( double nValue ) in operator ()() argument
317 nValue ); in operator ()()
723 sal_Int32 nValue = 0; in getDefault() local
725 if( !(rAny >>= nValue) ) in getDefault()
736 return RGBColor( (nValue << 8U) & 0xFFFFFF00U ); in getDefault()
/trunk/main/framework/inc/helper/
H A Dstatusindicatorfactory.hxx275 … sal_Int32 nValue);
H A Dvclstatusindicator.hxx115 virtual void SAL_CALL setValue(sal_Int32 nValue)
/trunk/main/xmloff/source/forms/
H A Delementimport.cxx969 double nValue; in implTranslateValueProperty() local
970 if (GetImport().GetMM100UnitConverter().convertDouble(nValue, sValue)) in implTranslateValueProperty()
971 _rPropValue.Value <<= nValue; in implTranslateValueProperty()

Completed in 215 milliseconds

12345678910>>...27