/trunk/main/xmloff/source/core/ |
H A D | ProgressBarHelper.cxx | 50 , bStrict(bTempStrict) in ProgressBarHelper() 91 if ((nTempValue >= nValue) && (!bStrict || (bStrict && (nTempValue <= nReference)))) in SetValue()
|
/trunk/main/svx/source/fmcomp/ |
H A D | gridcell.cxx | 1790 sal_Bool bStrict = sal_False; in implAdjustGenericFieldSetting() local 1794 _rxModel->getPropertyValue( FM_PROP_STRICTFORMAT ) >>= bStrict; in implAdjustGenericFieldSetting() 1800 static_cast< PatternField* >( m_pWindow )->SetStrictFormat( bStrict ); in implAdjustGenericFieldSetting() 1801 static_cast< PatternField* >( m_pPainter )->SetStrictFormat( bStrict ); in implAdjustGenericFieldSetting() 1954 static_cast< DoubleNumericField* >( m_pWindow )->SetStrictFormat(bStrict); in implAdjustGenericFieldSetting() 1958 static_cast< DoubleNumericField* >( m_pPainter )->SetStrictFormat(bStrict); in implAdjustGenericFieldSetting() 2105 static_cast< LongCurrencyField* >( m_pWindow )->SetStrictFormat( bStrict ); in implAdjustGenericFieldSetting() 2272 static_cast< DateField* >( m_pWindow )->SetStrictFormat( bStrict ); in implAdjustGenericFieldSetting() 2278 static_cast< DateField* >( m_pPainter )->SetStrictFormat( bStrict ); in implAdjustGenericFieldSetting() 2382 static_cast< TimeField* >( m_pWindow )->SetStrictFormat( bStrict ); in implAdjustGenericFieldSetting() [all …]
|
/trunk/main/xmloff/inc/xmloff/ |
H A D | ProgressBarHelper.hxx | 44 sal_Bool bStrict; member in ProgressBarHelper 53 const sal_Bool bStrict);
|
/trunk/main/i18npool/source/search/ |
H A D | levdis.cxx | 629 bool IgnoreCase = false, Direct = false, bStrict = false; in main() local 697 bStrict = atoi(argv[args+5]); in main() 719 pTest = new WLevDistance( argv[args+1], nX, nY, nZ, !bStrict ); in main()
|
/trunk/main/toolkit/inc/toolkit/awt/ |
H A D | vclxwindows.hxx | 862 void setStrictFormat( sal_Bool bStrict ); 910 … void SAL_CALL setStrictFormat( sal_Bool bStrict ) throw(::com::sun::star::uno::RuntimeException); 955 … void SAL_CALL setStrictFormat( sal_Bool bStrict ) throw(::com::sun::star::uno::RuntimeException); 1000 … void SAL_CALL setStrictFormat( sal_Bool bStrict ) throw(::com::sun::star::uno::RuntimeException); 1052 …virtual void SAL_CALL setStrictFormat( ::sal_Bool bStrict ) throw (::com::sun::star::uno::RuntimeE… 1098 … void SAL_CALL setStrictFormat( sal_Bool bStrict ) throw(::com::sun::star::uno::RuntimeException); 1134 … void SAL_CALL setStrictFormat( sal_Bool bStrict ) throw(::com::sun::star::uno::RuntimeException);
|
/trunk/main/toolkit/source/controls/ |
H A D | unocontrols.cxx | 3441 void UnoDateFieldControl::setStrictFormat( sal_Bool bStrict ) throw(uno::RuntimeException) in setStrictFormat() argument 3444 aAny <<= bStrict; in setStrictFormat() 3642 void UnoTimeFieldControl::setStrictFormat( sal_Bool bStrict ) throw(uno::RuntimeException) in setStrictFormat() argument 3645 aAny <<= bStrict; in setStrictFormat() 3816 void UnoNumericFieldControl::setStrictFormat( sal_Bool bStrict ) throw(uno::RuntimeException) in setStrictFormat() argument 3819 aAny <<= bStrict; in setStrictFormat() 4017 void UnoCurrencyFieldControl::setStrictFormat( sal_Bool bStrict ) throw(uno::RuntimeException) in setStrictFormat() argument 4020 aAny <<= bStrict; in setStrictFormat() 4174 void UnoPatternFieldControl::setStrictFormat( sal_Bool bStrict ) throw(uno::RuntimeException) in setStrictFormat() argument 4177 aAny <<= bStrict; in setStrictFormat()
|
/trunk/main/toolkit/source/awt/ |
H A D | vclxwindows.cxx | 4379 void VCLXFormattedSpinField::setStrictFormat( sal_Bool bStrict ) in setStrictFormat() argument 4385 pFormatter->SetStrictFormat( bStrict ); in setStrictFormat() 4809 void VCLXDateField::setStrictFormat( sal_Bool bStrict ) throw(::com::sun::star::uno::RuntimeExcepti… in setStrictFormat() argument 4811 VCLXFormattedSpinField::setStrictFormat( bStrict ); in setStrictFormat() 5021 void VCLXTimeField::setStrictFormat( sal_Bool bStrict ) throw(::com::sun::star::uno::RuntimeExcepti… in setStrictFormat() argument 5023 VCLXFormattedSpinField::setStrictFormat( bStrict ); in setStrictFormat() 5311 VCLXFormattedSpinField::setStrictFormat( bStrict ); in setStrictFormat() 5613 void VCLXMetricField::setStrictFormat( sal_Bool bStrict ) throw(::com::sun::star::uno::RuntimeExcep… in setStrictFormat() argument 5615 VCLXFormattedSpinField::setStrictFormat( bStrict ); in setStrictFormat() 5926 VCLXFormattedSpinField::setStrictFormat( bStrict ); in setStrictFormat() [all …]
|
/trunk/main/ucb/source/ucp/webdav/ |
H A D | webdavcontentcaps.cxx | 62 const rtl::OUString & rPropName, beans::Property & rProp, bool bStrict ) in getProperty() argument 269 if ( bStrict ) in getProperty()
|
H A D | webdavprovider.hxx | 111 bool bStrict = false );
|
/trunk/main/sal/rtl/source/ |
H A D | uri.cxx | 284 sal_uInt32 nUtf32, rtl_TextEncoding eCharset, bool bStrict) in writeEscapeChar() argument 344 if (bStrict) { in writeEscapeChar()
|
/trunk/main/svtools/source/uno/ |
H A D | unoiface.cxx | 1810 void SVTXNumericField::setStrictFormat( sal_Bool bStrict ) throw(::com::sun::star::uno::RuntimeExce… in setStrictFormat() argument 1816 pField->SetStrictFormat( bStrict ); in setStrictFormat() 1976 void SVTXCurrencyField::setStrictFormat( sal_Bool bStrict ) throw(::com::sun::star::uno::RuntimeExc… in setStrictFormat() argument 1982 pField->SetStrictFormat( bStrict ); in setStrictFormat()
|
/trunk/main/offapi/com/sun/star/awt/ |
H A D | XPatternField.idl | 71 [oneway] void setStrictFormat( [in] boolean bStrict );
|
H A D | XCurrencyField.idl | 131 [oneway] void setStrictFormat( [in] boolean bStrict );
|
H A D | XDateField.idl | 134 [oneway] void setStrictFormat( [in] boolean bStrict );
|
H A D | XNumericField.idl | 131 [oneway] void setStrictFormat( [in] boolean bStrict );
|
H A D | XTimeField.idl | 123 [oneway] void setStrictFormat( [in] boolean bStrict );
|
H A D | XMetricField.idl | 145 void setStrictFormat( [in] boolean bStrict );
|
/trunk/main/svtools/source/inc/ |
H A D | unoiface.hxx | 328 … void SAL_CALL setStrictFormat( sal_Bool bStrict ) throw(::com::sun::star::uno::RuntimeException); 372 … void SAL_CALL setStrictFormat( sal_Bool bStrict ) throw(::com::sun::star::uno::RuntimeException);
|
/trunk/main/vcl/source/control/ |
H A D | field.cxx | 346 void FormatterBase::SetStrictFormat( sal_Bool bStrict ) in SetStrictFormat() argument 348 if ( bStrict != mbStrictFormat ) in SetStrictFormat() 350 mbStrictFormat = bStrict; in SetStrictFormat()
|
/trunk/main/sc/source/core/tool/ |
H A D | interpr2.cxx | 68 …ble ScInterpreter::GetDateSerial( sal_Int16 nYear, sal_Int16 nMonth, sal_Int16 nDay, bool bStrict ) in GetDateSerial() argument 71 if ( nYear < 100 && !bStrict ) in GetDateSerial() 76 if (bStrict) in GetDateSerial() 93 if (!bStrict) in GetDateSerial()
|
/trunk/main/toolkit/inc/toolkit/controls/ |
H A D | unocontrols.hxx | 1118 … void SAL_CALL setStrictFormat( sal_Bool bStrict ) throw(::com::sun::star::uno::RuntimeException); 1192 … void SAL_CALL setStrictFormat( sal_Bool bStrict ) throw(::com::sun::star::uno::RuntimeException); 1269 … void SAL_CALL setStrictFormat( sal_Bool bStrict ) throw(::com::sun::star::uno::RuntimeException); 1346 … void SAL_CALL setStrictFormat( sal_Bool bStrict ) throw(::com::sun::star::uno::RuntimeException); 1406 … void SAL_CALL setStrictFormat( sal_Bool bStrict ) throw(::com::sun::star::uno::RuntimeException);
|
/trunk/main/vcl/inc/vcl/ |
H A D | field.hxx | 78 void SetStrictFormat( sal_Bool bStrict );
|
/trunk/main/sc/source/core/inc/ |
H A D | interpre.hxx | 604 double GetDateSerial( sal_Int16 nYear, sal_Int16 nMonth, sal_Int16 nDay, bool bStrict );
|