Home
last modified time | relevance | path

Searched refs:nMinValue (Results 1 – 6 of 6) sorted by relevance

/aoo4110/main/cui/source/tabpages/
H A Dborder.cxx206 nMinValue(0), in SvxBorderTabPage()
473 aLeftMF.SetFirst( nMinValue ); in Reset()
475 aTopMF.SetFirst( nMinValue ); in Reset()
1127 aLeftMF .SetFirst(nMinValue); in IMPL_LINK()
1128 aRightMF .SetFirst(nMinValue); in IMPL_LINK()
1129 aTopMF .SetFirst(nMinValue); in IMPL_LINK()
1130 aBottomMF.SetFirst(nMinValue); in IMPL_LINK()
1134 aLeftMF .SetValue(nMinValue); in IMPL_LINK()
1135 aRightMF .SetValue(nMinValue); in IMPL_LINK()
1136 aTopMF .SetValue(nMinValue); in IMPL_LINK()
[all …]
/aoo4110/main/svx/source/form/
H A Dformcontrolfactory.cxx606 sal_Int32 nMinValue = -1000000000, nMaxValue = 1000000000; in initializeFieldDependentProperties() local
609 case DataType::TINYINT : nMinValue = 0; nMaxValue = 255; break; in initializeFieldDependentProperties()
610 case DataType::SMALLINT : nMinValue = -32768; nMaxValue = 32767; break; in initializeFieldDependentProperties()
611 case DataType::INTEGER : nMinValue = 0x80000000; nMaxValue = 0x7FFFFFFF; break; in initializeFieldDependentProperties()
620 aValue <<= (double)nMinValue; in initializeFieldDependentProperties()
622 aValue <<= (sal_Int32)nMinValue; in initializeFieldDependentProperties()
/aoo4110/main/vcl/aqua/source/gdi/
H A Daquaprintaccessoryview.mm966 sal_Int64 nMinValue, sal_Int64 nMaxValue,
1040 if( nMinValue != nMaxValue )
1042 [pFormatter setMinimum: [[NSNumber numberWithInt: nMinValue] autorelease]];
1043 [pStep setMinValue: nMinValue];
1170 sal_Int64 nMinValue = 0, nMaxValue = 0;
1204 rEntry.Value >>= nMinValue;
1328 nMinValue, nMaxValue,
/aoo4110/main/cui/source/inc/
H A Dborder.hxx111 long nMinValue; // minimum distance member in SvxBorderTabPage
/aoo4110/main/vcl/source/window/
H A Dprintdlg.cxx1206 sal_Int64 nMinValue = 0, nMaxValue = 0; in setupOptionalUI() local
1262 rEntry.Value >>= nMinValue; in setupOptionalUI()
1609 if( nMinValue != nMaxValue ) in setupOptionalUI()
1611 pField->SetMin( nMinValue ); in setupOptionalUI()
/aoo4110/main/sw/source/core/frmedt/
H A Dtblsel.cxx2058 sal_uInt16 nMinValue = nDiv * MINLAY; in CheckSplitCells() local
2105 if( (pCell->Frm().*fnRect->fnGetWidth)() < nMinValue ) in CheckSplitCells()

Completed in 48 milliseconds