Home
last modified time | relevance | path

Searched refs:nValue (Results 151 – 175 of 666) sorted by last modified time

12345678910>>...27

/trunk/main/xmloff/inc/xmloff/
H A Dxmlement.hxx38 sal_uInt16 nValue; member
52 sal_uInt16 nValue; member
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()
H A DSettingsExportHelper.hxx67 void exportByte(const sal_Int8 nValue, const rtl::OUString& rName) const;
68 void exportShort(const sal_Int16 nValue, const rtl::OUString& rName) const;
69 void exportInt(const sal_Int32 nValue, const rtl::OUString& rName) const;
70 void exportLong(const sal_Int64 nValue, const rtl::OUString& rName) const;
/trunk/main/xmloff/inc/
H A Dtxtfldi.hxx610 sal_Int32 nValue; member in XMLDatabaseNumberImportContext
H A Dxmlehelp.hxx34 static void AddLength( sal_Int32 nValue, MapUnit eValueUnit,
/trunk/main/writerfilter/source/resourcemodel/
H A DLoggedResources.cxx68 void LoggedResourcesHelper::attribute(const string & rName, sal_uInt32 nValue) in attribute() argument
70 mpLogger->attribute(rName, nValue); in attribute()
H A DTagLogger.cxx48 void XMLTag::addAttr(string sName, sal_uInt32 nValue) in addAttr() argument
51 snprintf(buffer, sizeof(buffer), "%" SAL_PRIdINT32, nValue); in addAttr()
H A Dutil.cxx182 aAny >>= nValue; in propertysetToString()
192 aAny >>= nValue; in propertysetToString()
202 aAny >>= nValue; in propertysetToString()
212 aAny >>= nValue; in propertysetToString()
222 aAny >>= nValue; in propertysetToString()
232 aAny >>= nValue; in propertysetToString()
234 if (nValue) in propertysetToString()
255 aAny >>= nValue; in propertysetToString()
257 switch (nValue) in propertysetToString()
314 switch (nValue) in propertysetToString()
[all …]
/trunk/main/writerfilter/source/ooxml/
H A DOOXMLFactory.cxx220 sal_uInt32 nValue = (*pListValueMap)[aValue]; in attributes() local
224 debug_logger->attribute("value-num", nValue); in attributes()
228 (pHandler, nId, nValue); in attributes()
230 OOXMLValue::Pointer_t pValue(new OOXMLIntegerValue(nValue)); in attributes()
H A DOOXMLFastHelper.hxx57 Id nId, sal_Int32 nValue);
H A DOOXMLPropertySetImpl.cxx582 OOXMLIntegerValue::OOXMLIntegerValue(sal_Int32 nValue) in OOXMLIntegerValue() argument
583 : mnValue(nValue) in OOXMLIntegerValue()
626 OOXMLHexValue::OOXMLHexValue(sal_uInt32 nValue) in OOXMLHexValue() argument
627 : mnValue(nValue) in OOXMLHexValue()
H A DOOXMLPropertySetImpl.hxx196 explicit OOXMLIntegerValue(sal_Int32 nValue);
211 explicit OOXMLHexValue(sal_uInt32 nValue);
/trunk/main/writerfilter/source/doctok/
H A DWW8StructBase.cxx74 sal_Bool WW8StructBase::getBit(sal_uInt32 nValue, sal_uInt16 nBit) const in getBit() argument
76 return (nValue & (1 << nBit)) != 0; in getBit()
79 sal_uInt8 WW8StructBase::getNibble(sal_uInt32 nValue, in getNibble() argument
82 return sal::static_int_cast<sal_uInt8>((nValue >> nShift) & 0xf); in getNibble()
H A DWW8StructBase.hxx216 sal_Bool getBit(sal_uInt32 nValue, sal_uInt16 nBit) const;
224 sal_uInt8 getNibble(sal_uInt32 nValue, sal_uInt16 nShift) const;
H A DDffImpl.cxx303 sal_uInt32 nValue = aFOPTE.get_op(); in get_extraoffset() local
304 nResult += nValue; in get_extraoffset()
489 sal_uInt32 nValue = getU32(nOffset + 2); in resolveNoAuto() local
506 WW8Value::Pointer_t pVal = createValue(nValue); in resolveNoAuto()
/trunk/main/writerfilter/source/dmapper/
H A DNumberingManager.hxx79 void SetValue( Id nId, sal_Int32 nValue );
142 void SetValue( sal_uInt32 nSprmId, sal_Int32 nValue );
H A DPropertyIds.cxx406 void PropertySequence::set(PropertyIds aPropId, sal_uInt32 nValue) in set() argument
410 aAny <<= nValue; in set()
414 void PropertySequence::set(PropertyIds aPropId, sal_Int32 nValue) in set() argument
418 aAny <<= nValue; in set()
422 void PropertySequence::set(PropertyIds aPropId, sal_uInt16 nValue) in set() argument
426 aAny <<= nValue; in set()
430 void PropertySequence::set(PropertyIds aPropId, sal_Int16 nValue) in set() argument
434 aAny <<= nValue; in set()
460 sal_Int32 nValue = 0; in toString() local
461 m_sequence[n].Value >>= nValue; in toString()
[all …]
H A DPropertyIds.hxx334 void set(PropertyIds aId, sal_uInt32 nValue);
335 void set(PropertyIds aId, sal_Int32 nValue);
336 void set(PropertyIds aId, sal_uInt16 nValue);
337 void set(PropertyIds aId, sal_Int16 nValue);
H A DPropertyMap.cxx74 sal_Int32 nValue = 0; in GetPropertyValues() local
81 ++nValue; in GetPropertyValues()
89 ++nValue; in GetPropertyValues()
96 ++nValue; in GetPropertyValues()
105 ++nValue; in GetPropertyValues()
449 sal_Int32 nValue ) in ApplyBorderToPageStyles() argument
466 sal_Int32 nOffsetFrom = (nValue & 0x00E0) >> 5; in ApplyBorderToPageStyles()
469 switch( nValue & 0x07) in ApplyBorderToPageStyles()
1227 nFill = m_aValidValues[eWhich].nValue; in getValue()
1244 m_aValidValues[eWhich].nValue = nSet; in setValue()
[all …]
H A DPropertyMap.hxx265 void SetLnnMod( sal_Int32 nValue ) { m_nLnnMod = nValue; } in SetLnnMod() argument
266 void SetLnc( sal_Int32 nValue ) { m_nLnc = nValue; } in SetLnc() argument
267 void SetdxaLnn( sal_Int32 nValue ) { m_ndxaLnn = nValue; } in SetdxaLnn() argument
268 void SetLnnMin( sal_Int32 nValue ) { m_nLnnMin = nValue; } in SetLnnMin() argument
274 sal_Int32 nValue );
538 sal_Int32 nValue; member
541 nValue( 0 ), in ValidValue()
H A DDomainMapper_Impl.hxx206 void SetLNCHS(sal_Int32 nValue) {nLNCHS = nValue;} in SetLNCHS() argument
208 void SetData( Id nName, sal_Int32 nValue );
485 void ModifyCurrentTabStop( Id nId, sal_Int32 nValue);
592 void SetPageMarginTwip( PageMarElement eElement, sal_Int32 nValue );
H A DDomainMapper.cxx1759 sal_Int32 nValue = ConversionHelper::convertTwipToMM100( nIntValue ); in lcl_attribute() local
1761 PROP_PARA_FIRST_LINE_INDENT, true, uno::makeAny( - nValue )); in lcl_attribute()
/trunk/main/writerfilter/inc/resourcemodel/
H A DTagLogger.hxx75 void addAttr(string name, sal_uInt32 nValue);
H A DLoggedResources.hxx44 void attribute(const string & rName, sal_uInt32 nValue);
/trunk/main/wizards/com/sun/star/wizards/ui/
H A DFilterComponent.java812 double nValue = 0.0; in setCondition() local
815 nValue = 1.0; in setCondition()
817 …per.setUnoPropertyValue(UnoDialog.getModel(ControlElements[SOTXTVALUE]), "EffectiveValue", nValue); in setCondition() local

Completed in 242 milliseconds

12345678910>>...27