Home
last modified time | relevance | path

Searched refs:nOldValue (Results 1 – 11 of 11) sorted by relevance

/trunk/main/sw/source/ui/utlui/
H A Dprcntfld.cxx79 sal_Int64 nOldValue; in ShowPercent() local
85 nOldValue = GetValue(); in ShowPercent()
104 if (nOldValue != nLastValue) in ShowPercent()
106 nAktWidth = ConvertValue(nOldValue, 0, nOldDigits, eOldUnit, FUNIT_TWIP); in ShowPercent()
110 nLastValue = nOldValue; in ShowPercent()
120 nOldValue = Convert(GetValue(), GetUnit(), eOldUnit); in ShowPercent()
131 SetPrcntValue(nOldValue, eOldUnit); in ShowPercent()
133 nLastValue = nOldValue; in ShowPercent()
/trunk/main/sw/source/ui/uiview/
H A Dviewdlg.cxx65 sal_uInt16 nOldValue = pWrtShell->GetPageOffset(); in ExecDlg() local
70 if(nValue != nOldValue || nValue != nLogPage) in ExecDlg()
72 if(!nOldValue) in ExecDlg()
/trunk/main/toolkit/test/accessibility/
H A DContextEventHandler.java47 int nOldValue = AnyConverter.toInt (maEvent.OldValue); in PrintOldAndNew() local
48 out.println (" turning off state " + nOldValue + " (" in PrintOldAndNew()
49 + NameProvider.getStateName (nOldValue) + ")"); in PrintOldAndNew()
/trunk/main/sc/source/core/data/
H A Dattarray.cxx1554 sal_Int16 nOldValue; in ApplyFlags() local
1567 nOldValue = ((const ScMergeFlagAttr*) &pOldPattern->GetItem( ATTR_MERGE_FLAG ))->GetValue(); in ApplyFlags()
1568 if ( (nOldValue | nFlags) != nOldValue ) in ApplyFlags()
1573 aNewPattern.GetItemSet().Put( ScMergeFlagAttr( nOldValue | nFlags ) ); in ApplyFlags()
1591 sal_Int16 nOldValue; in RemoveFlags() local
1604 nOldValue = ((const ScMergeFlagAttr*) &pOldPattern->GetItem( ATTR_MERGE_FLAG ))->GetValue(); in RemoveFlags()
1605 if ( (nOldValue & ~nFlags) != nOldValue ) in RemoveFlags()
1610 aNewPattern.GetItemSet().Put( ScMergeFlagAttr( nOldValue & ~nFlags ) ); in RemoveFlags()
1671 sal_uInt16 nOldValue = ((const SfxUInt16Item&)rOldSet.Get( ATTR_INDENT )).GetValue(); in ChangeIndent() local
1672 sal_uInt16 nNewValue = nOldValue; in ChangeIndent()
[all …]
/trunk/main/chart2/source/tools/
H A DDataSeriesHelper.cxx595 sal_Int32 nOldValue = 0; in makeLinesThickOrThin() local
596 if( (xSeriesProperties->getPropertyValue( C2U( "LineWidth" )) >>= nOldValue ) && in makeLinesThickOrThin()
597 nOldValue != nNewValue ) in makeLinesThickOrThin()
599 if( !(bThick && nOldValue>0)) in makeLinesThickOrThin()
/trunk/main/svtools/source/filter/
H A DFilterConfigItem.cxx461 sal_Int32 nOldValue = 0; in WriteInt32() local
462 if ( aAny >>= nOldValue ) in WriteInt32()
464 if ( nOldValue != nNewValue ) in WriteInt32()
/trunk/main/framework/source/helper/
H A Dstatusindicatorfactory.cxx321 sal_Int32 nOldValue = 0; in setValue() local
325 nOldValue = pItem->m_nValue; in setValue()
337 (nOldValue != nValue ) && in setValue()
/trunk/main/sc/source/ui/vba/
H A Dvbawindow.cxx381 sal_Int32 nOldValue = pViewShell->GetViewData()->GetPosY(WhichV(eWhich)) + 1; in setScrollRow() local
382 pViewShell->ScrollLines(0, scrollRow - nOldValue); in setScrollRow()
411 sal_Int32 nOldValue = pViewShell->GetViewData()->GetPosX(WhichH(eWhich)) + 1; in setScrollColumn() local
412 pViewShell->ScrollLines(scrollColumn - nOldValue, 0); in setScrollColumn()
/trunk/main/sd/source/ui/unoidl/
H A DUnoDocumentSettings.cxx824 sal_Int16 nOldValue = in _setPropertyValues() local
830 bChanged = (nValue != nOldValue); in _setPropertyValues()
/trunk/main/dbaccess/source/ui/browser/
H A Dbrwctrlr.cxx1249 sal_Int32 nNewValue = 0, nOldValue = 0; in propertyChange() local
1251 evt.OldValue >>= nOldValue; in propertyChange()
1252 if((nOldValue == 0 && nNewValue != 0) || (nOldValue != 0 && nNewValue == 0)) in propertyChange()
/trunk/main/chart2/source/controller/chartapiwrapper/
H A DDiagramWrapper.cxx1689 sal_Int32 nOldValue = 0; in setPropertyValue() local
1691 xProp->getPropertyValue( m_aOuterName ) >>= nOldValue; in setPropertyValue()
1692 if( nOldValue == nNewValue ) in setPropertyValue()

Completed in 76 milliseconds