Home
last modified time | relevance | path

Searched refs:lValue (Results 1 – 25 of 104) sorted by relevance

12345

/trunk/main/rsc/source/res/
H A Drscconst.cxx98 ERRTYPE RscConst::SetConstant( Atom nVarName, sal_Int32 lValue ){ in SetConstant() argument
107 pVarArray[ nEntries ].lValue = lValue; in SetConstant()
144 *pValue = pVarArray[ i ].lValue; in GetConstValue()
159 sal_Bool RscConst::GetValueConst( sal_Int32 lValue, Atom * pConst ) const in GetValueConst() argument
164 if( pVarArray[ i ].lValue == lValue ) in GetValueConst()
282 ERRTYPE RscEnum::SetNumber( const RSCINST & rInst, sal_Int32 lValue ) in SetNumber() argument
287 if( (sal_Int32)pVarArray[ i ].lValue == lValue ) in SetNumber()
288 return( SetConst( rInst, pVarArray[ i ].nId, lValue ) ); in SetNumber()
318 *pNumber = pVarArray[ ((RscEnumInst *)rInst.pData)->nValue ].lValue; in GetNumber()
403 aMem.Put( (sal_Int32)pVarArray[ ((RscEnumInst *)rInst.pData)->nValue ].lValue ); in WriteRc()
H A Drscarray.cxx244 sal_Int32 lValue, in GetValueEle() argument
257 if( !pTypeClass->GetValueConst( sal_uInt32(lValue), &nId ) ) in GetValueEle()
263 pNode = pClassData->pNode->Search( sal_uInt32(lValue) ); in GetValueEle()
281 pNode = new RscInstNode( sal_uInt32(lValue) ); in GetValueEle()
312 sal_Int32 lValue; in GetArrayEle() local
313 if( !pTypeClass->GetConstValue( nId, &lValue ) ) in GetArrayEle()
318 return GetValueEle( rInst, lValue, pCreateClass, pGetInst ); in GetArrayEle()
H A Drsccont.cxx512 ERRTYPE RscBaseCont::SetNumber( const RSCINST & rInst, sal_Int32 lValue ){ in SetNumber() argument
526 aError = aTmpI.pClass->SetNumber( aTmpI, lValue ); in SetNumber()
533 aError = aTmpI.pClass->SetNumber( aTmpI, lValue ); in SetNumber()
588 sal_Int32 lValue in SetConst() argument
604 aError = aTmpI.pClass->SetConst( aTmpI, nValueId, lValue ); in SetConst()
611 aError = aTmpI.pClass->SetConst( aTmpI, nValueId, lValue ); in SetConst()
H A Drsctop.cxx341 sal_Int32 lValue, in GetValueEle() argument
347 return pSuperClass->GetValueEle( rInst, lValue, pCreateClass, pGetInst ); in GetValueEle()
468 ERRTYPE RscTop::SetNumber( const RSCINST & rInst, sal_Int32 lValue ){ in SetNumber() argument
471 SetNumber( rInst, lValue ); in SetNumber()
/trunk/main/rsc/source/parser/
H A Drscyacc.cxx62 void SetNumber( const RSCINST & rInst, const char * pVarName, sal_Int32 lValue ) in SetNumber() argument
70 aError = aInst.pClass->SetNumber( aInst, lValue ); in SetNumber()
110 sal_Int32 lValue; in MakeRscId() local
112 if( !aExpType.Evaluate( &lValue ) ) in MakeRscId()
114 if( lValue < 1 || lValue > (sal_Int32)0x7FFF ) in MakeRscId()
117 ByteString::CreateFromInt32( lValue ).GetBuffer() ); in MakeRscId()
123 return RscId( lValue ); in MakeRscId()
H A Dyyrscyacc.y129 sal_Int32 lValue;
133 if( !pExp->Evaluate( &lValue ) )
1063 sal_Int32 lValue;
1065 if( !$1.Evaluate( &lValue ) )
1069 $$.SetLong( lValue );
/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/layoutprocessor/
H A DAbstractReportElementLayoutController.java221 protected boolean isReferenceChanged(final LValue lValue) in isReferenceChanged() argument
223 if (lValue instanceof ContextLookup) in isReferenceChanged()
225 final ContextLookup rval = (ContextLookup) lValue; in isReferenceChanged()
243 final LValue[] childValues = lValue.getChildValues(); in isReferenceChanged()
H A DFormattedTextLayoutController.java93 final LValue lValue = formula.getRootReference(); in isValueChanged() local
94 return isReferenceChanged(lValue); in isValueChanged()
H A DImageElementLayoutController.java258 final LValue lValue = formula.getRootReference(); in isValueChanged() local
259 return isReferenceChanged(lValue); in isValueChanged()
/trunk/main/l10ntools/source/filter/utils/
H A DConfigHelper.java269 java.util.Vector lValue = new java.util.Vector(); in getStringList() local
288 lValue.add(sToken); in getStringList()
292 { lValue.clear(); } in getStringList()
294 return lValue; in getStringList()
/trunk/main/svx/source/sidebar/line/
H A DLineWidthControl.cxx207 void LineWidthControl::SetWidthSelect( long lValue, bool bValuable, SfxMapUnit eMapUnit) in SetWidthSelect() argument
244 sal_Int64 nVal = OutputDevice::LogicToLogic( lValue, (MapUnit)eMapUnit, MAP_100TH_MM ); in SetWidthSelect()
255 lValue = LogicToLogic( lValue , eOrgUnit, ePntUnit ); in SetWidthSelect()
H A DLineWidthPopup.cxx54 void LineWidthPopup::SetWidthSelect (long lValue, bool bValuable, SfxMapUnit eMapUnit) in SetWidthSelect() argument
60 pControl->SetWidthSelect(lValue, bValuable, eMapUnit); in SetWidthSelect()
/trunk/main/svx/source/sidebar/paragraph/
H A DParaLineSpacingControl.cxx650 int eSpace, long lValue ) in SetLineSpace() argument
671 rLineSpace.SetPropLineSpace( (sal_uInt8)lValue ); in SetLineSpace()
675 rLineSpace.SetLineHeight( (sal_uInt16)lValue ); in SetLineSpace()
681 rLineSpace.SetInterLineSpace( (sal_uInt16)lValue ); in SetLineSpace()
685 rLineSpace.SetLineHeight((sal_uInt16)lValue); in SetLineSpace()
/trunk/main/rsc/inc/
H A Drscinst.hxx78 sal_Int32 lValue, sal_uInt32 nTupelIdx );
195 ERRTYPE NewDef( const ByteString & rMacroName, sal_Int32 lValue,
199 ERRTYPE ChangeDef( const ByteString & rMacroName, sal_Int32 lValue );
H A Drscdef.hxx59 void SetLong( sal_Int32 lValue ){ in SetLong() argument
60 aExp.aLong.nHi = (short)(lValue >> 16); in SetLong()
61 aExp.aLong.nLo = (unsigned short)lValue; in SetLong()
H A Drscconst.hxx37 sal_Int32 lValue; // Wert der Konstante member
47 ERRTYPE SetConstant( Atom nVarName, sal_Int32 lValue );
H A Drsctop.hxx128 virtual ERRTYPE GetValueEle( const RSCINST & rInst, sal_Int32 lValue,
160 virtual ERRTYPE SetNumber( const RSCINST & rInst, sal_Int32 lValue );
/trunk/main/sw/source/ui/envelp/
H A Dlabimp.hxx82 #define SETFLDVAL(rField, lValue) (rField).SetValue((rField).Normalize(lValue), FUNIT_TWIP) argument
/trunk/main/filter/source/config/tools/merge/
H A DpyAltFCFGMerge412 lValue = []
422 lValue.append(sToken)
424 return lValue
/trunk/main/sw/source/ui/inc/
H A Denvlop.hxx50 #define SetFldVal(rField, lValue) (rField).SetValue((rField).Normalize(lValue), FUNIT_TWIP) argument
/trunk/main/rsc/source/tools/
H A Drscdef.cxx78 sal_Int32 lValue; in Create() local
80 aExp.Evaluate( &lValue ); in Create()
81 aExp.SetLong( lValue ); in Create()
/trunk/main/cui/source/tabpages/
H A Dparagrph.cxx113 void SetLineSpace_Impl( SvxLineSpacingItem&, int, long lValue = 0 );
116 int eSpace, long lValue ) in SetLineSpace_Impl() argument
137 rLineSpace.SetPropLineSpace( (sal_uInt8)lValue ); in SetLineSpace_Impl()
141 rLineSpace.SetLineHeight( (sal_uInt16)lValue ); in SetLineSpace_Impl()
147 rLineSpace.SetInterLineSpace( (sal_uInt16)lValue ); in SetLineSpace_Impl()
151 rLineSpace.SetLineHeight((sal_uInt16)lValue); in SetLineSpace_Impl()
/trunk/main/vcl/os2/source/window/
H A Dsalframe.cxx1953 LONG lValue = WinQuerySysValue( HWND_DESKTOP, iSysValue ); in ImplMouseSysValueToSAL() local
1959 switch ( lValue & 0xFFFF ) in ImplMouseSysValueToSAL()
2007 lValue = (lValue & 0xFFFF0000) >> 16; in ImplMouseSysValueToSAL()
2008 if ( lValue != 0xFFFF ) in ImplMouseSysValueToSAL()
2010 if ( lValue & KC_SHIFT ) in ImplMouseSysValueToSAL()
2012 if ( lValue & KC_CTRL ) in ImplMouseSysValueToSAL()
2014 if ( lValue & KC_ALT ) in ImplMouseSysValueToSAL()
/trunk/main/unotools/source/config/
H A Dviewoptions.cxx163 void setUserData( const css::uno::Sequence< css::beans::NamedValue >& lValue ) in setUserData() argument
167 ( lValue == DEFAULT_USERDATA ) in setUserData()
169 m_lUserData = lValue; in setUserData()
/trunk/main/framework/test/typecfg/
H A Dxml2xcd.cxx192 … const ::framework::StringList& lValue );
1457 … const ::framework::StringList& lValue ) in impl_generateStringListProperty()
1463 sal_Unicode cSeperator = XCDGenerator::impl_defineSeperator( lValue ); in impl_generateStringListProperty()
1474 sal_Int32 nCount = (sal_Int32)(lValue.size()); in impl_generateStringListProperty()
1480 for( ConstStringListIterator pEntry=lValue.begin(); pEntry!=lValue.end(); ++pEntry ) in impl_generateStringListProperty()

Completed in 144 milliseconds

12345