/aoo41x/main/rsc/source/res/ |
H A D | rscconst.cxx | 98 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 D | rscarray.cxx | 244 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 D | rsctop.cxx | 341 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()
|
H A D | rsccont.cxx | 512 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()
|
/aoo41x/main/rsc/source/parser/ |
H A D | rscyacc.cxx | 62 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 D | rscyacc.y | 129 sal_Int32 lValue; 133 if( !pExp->Evaluate( &lValue ) ) 1063 sal_Int32 lValue; 1065 if( !$1.Evaluate( &lValue ) ) 1069 $$.SetLong( lValue );
|
/aoo41x/main/reportbuilder/java/com/sun/star/report/pentaho/layoutprocessor/ |
H A D | AbstractReportElementLayoutController.java | 221 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 D | FormattedTextLayoutController.java | 93 final LValue lValue = formula.getRootReference(); in isValueChanged() local 94 return isReferenceChanged(lValue); in isValueChanged()
|
H A D | ImageElementLayoutController.java | 258 final LValue lValue = formula.getRootReference(); in isValueChanged() local 259 return isReferenceChanged(lValue); in isValueChanged()
|
/aoo41x/main/l10ntools/source/filter/utils/ |
H A D | ConfigHelper.java | 269 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()
|
/aoo41x/main/svx/source/sidebar/line/ |
H A D | LineWidthControl.cxx | 207 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 D | LineWidthPopup.cxx | 54 void LineWidthPopup::SetWidthSelect (long lValue, bool bValuable, SfxMapUnit eMapUnit) in SetWidthSelect() argument 60 pControl->SetWidthSelect(lValue, bValuable, eMapUnit); in SetWidthSelect()
|
/aoo41x/main/svx/source/sidebar/paragraph/ |
H A D | ParaLineSpacingControl.cxx | 650 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()
|
/aoo41x/main/rsc/inc/ |
H A D | rscinst.hxx | 78 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 D | rscdef.hxx | 59 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 D | rscconst.hxx | 37 sal_Int32 lValue; // Wert der Konstante member 47 ERRTYPE SetConstant( Atom nVarName, sal_Int32 lValue );
|
H A D | rsctop.hxx | 128 virtual ERRTYPE GetValueEle( const RSCINST & rInst, sal_Int32 lValue, 160 virtual ERRTYPE SetNumber( const RSCINST & rInst, sal_Int32 lValue );
|
/aoo41x/main/sw/source/ui/envelp/ |
H A D | labimp.hxx | 82 #define SETFLDVAL(rField, lValue) (rField).SetValue((rField).Normalize(lValue), FUNIT_TWIP) argument
|
/aoo41x/main/sw/source/ui/inc/ |
H A D | envlop.hxx | 50 #define SetFldVal(rField, lValue) (rField).SetValue((rField).Normalize(lValue), FUNIT_TWIP) argument
|
/aoo41x/main/filter/source/config/tools/merge/ |
H A D | pyAltFCFGMerge | 412 lValue = [] 422 lValue.append(sToken) 424 return lValue
|
/aoo41x/main/rsc/source/tools/ |
H A D | rscdef.cxx | 78 sal_Int32 lValue; in Create() local 80 aExp.Evaluate( &lValue ); in Create() 81 aExp.SetLong( lValue ); in Create()
|
/aoo41x/main/cui/source/tabpages/ |
H A D | paragrph.cxx | 113 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()
|
/aoo41x/main/vcl/os2/source/window/ |
H A D | salframe.cxx | 1953 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()
|
/aoo41x/main/unotools/source/config/ |
H A D | viewoptions.cxx | 163 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()
|
/aoo41x/main/framework/test/typecfg/ |
H A D | xml2xcd.cxx | 192 … 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()
|