Searched refs:bLong (Results 1 – 13 of 13) sorted by relevance
/aoo42x/main/xmloff/source/style/ |
H A D | xmlnumfe.cxx | 360 if ( bLong ) // short is default in AddStyleAttr_Impl() 459 AddStyleAttr_Impl( bLong ); // adds to pAttrList in WriteDayElement_Impl() 470 AddStyleAttr_Impl( bLong ); // adds to pAttrList in WriteMonthElement_Impl() 482 AddStyleAttr_Impl( bLong ); // adds to pAttrList in WriteYearElement_Impl() 493 AddStyleAttr_Impl( bLong ); // adds to pAttrList in WriteEraElement_Impl() 504 AddStyleAttr_Impl( bLong ); // adds to pAttrList in WriteDayOfWeekElement_Impl() 525 AddStyleAttr_Impl( bLong ); // adds to pAttrList in WriteQuarterElement_Impl() 537 AddStyleAttr_Impl( bLong ); // adds to pAttrList in WriteHoursElement_Impl() 547 AddStyleAttr_Impl( bLong ); // adds to pAttrList in WriteMinutesElement_Impl() 557 AddStyleAttr_Impl( bLong ); // adds to pAttrList in WriteSecondsElement_Impl() [all …]
|
H A D | xmlnumfi.cxx | 153 sal_Bool bLong; member in SvXMLNumFmtElementContext 944 bLong( sal_False ), in SvXMLNumFmtElementContext() 1008 bLong = (sal_Bool) nAttrEnum; in SvXMLNumFmtElementContext() 1078 sal_Bool bEffLong = bLong; in EndElement() 1271 return !bLong; in IsSystemLongDay() 1279 if (bLong) in IsSystemLongMonth() 1287 return !bLong; in IsSystemLongMonth() 1295 if (bLong) in IsSystemTextualMonth() 1303 return bLong; in IsSystemTextualMonth() 1313 return bLong; in IsSystemLongYear() [all …]
|
/aoo42x/main/xmloff/inc/xmloff/ |
H A D | xmlnumfe.hxx | 59 SAL_DLLPRIVATE void AddStyleAttr_Impl( sal_Bool bLong ); 79 SAL_DLLPRIVATE void WriteDayElement_Impl( const ::rtl::OUString& rCalendar, sal_Bool bLong ); 80 …SAL_DLLPRIVATE void WriteMonthElement_Impl( const ::rtl::OUString& rCalendar, sal_Bool bLong, sal_… 81 SAL_DLLPRIVATE void WriteYearElement_Impl( const ::rtl::OUString& rCalendar, sal_Bool bLong ); 82 SAL_DLLPRIVATE void WriteEraElement_Impl( const ::rtl::OUString& rCalendar, sal_Bool bLong ); 83 SAL_DLLPRIVATE void WriteDayOfWeekElement_Impl( const ::rtl::OUString& rCalendar, sal_Bool bLong ); 85 SAL_DLLPRIVATE void WriteQuarterElement_Impl( const ::rtl::OUString& rCalendar, sal_Bool bLong ); 86 SAL_DLLPRIVATE void WriteHoursElement_Impl( sal_Bool bLong ); 87 SAL_DLLPRIVATE void WriteMinutesElement_Impl( sal_Bool bLong ); 88 SAL_DLLPRIVATE void WriteSecondsElement_Impl( sal_Bool bLong, sal_uInt16 nDecimals );
|
H A D | xmlnumfi.hxx | 115 static sal_Bool IsSystemLongDay( const SvtSysLocale& rSysLoc, sal_Bool bLong ); 116 static sal_Bool IsSystemLongMonth( const SvtSysLocale& rSysLoc, sal_Bool bLong ); 117 static sal_Bool IsSystemTextualMonth( const SvtSysLocale& rSysLoc, sal_Bool bLong ); 118 static sal_Bool IsSystemLongYear( const SvtSysLocale& rSysLoc, sal_Bool bLong ); 119 static sal_Bool IsSystemLongEra( const SvtSysLocale& rSysLoc, sal_Bool bLong ); 120 static sal_Bool IsSystemLongDayOfWeek( const SvtSysLocale& rSysLoc, sal_Bool bLong );
|
/aoo42x/main/xmloff/source/draw/ |
H A D | XMLNumberStyles.cxx | 632 void SdXMLNumberFormatImportContext::add( OUString& rNumberStyle, sal_Bool bLong, sal_Bool bTextual… in add() argument 644 (pStyleMember->mbLong == bLong) && in add()
|
/aoo42x/main/xmloff/inc/ |
H A D | XMLNumberStylesImport.hxx | 53 …void add( rtl::OUString& rNumberStyle, sal_Bool bLong, sal_Bool bTextual, sal_Bool bDecimal02, rtl…
|
/aoo42x/main/offapi/com/sun/star/awt/ |
H A D | XDateField.idl | 110 [oneway] void setLongFormat( [in] boolean bLong );
|
/aoo42x/main/vcl/source/control/ |
H A D | field2.cxx | 1765 void DateFormatter::SetLongFormat( sal_Bool bLong ) in SetLongFormat() argument 1767 mbLongFormat = bLong; in SetLongFormat() 1770 if ( bLong ) in SetLongFormat()
|
/aoo42x/main/vcl/inc/vcl/ |
H A D | field.hxx | 375 void SetLongFormat( sal_Bool bLong );
|
/aoo42x/main/toolkit/source/controls/ |
H A D | unocontrols.cxx | 3406 void UnoDateFieldControl::setLongFormat( sal_Bool bLong ) throw(uno::RuntimeException) in setLongFormat() argument 3408 mbLongFormat = bLong; in setLongFormat() 3412 xField->setLongFormat( bLong ); in setLongFormat()
|
/aoo42x/main/toolkit/inc/toolkit/awt/ |
H A D | vclxwindows.hxx | 906 void SAL_CALL setLongFormat( sal_Bool bLong ) throw(::com::sun::star::uno::RuntimeException);
|
/aoo42x/main/toolkit/source/awt/ |
H A D | vclxwindows.cxx | 4767 void VCLXDateField::setLongFormat( sal_Bool bLong ) throw(::com::sun::star::uno::RuntimeException) in setLongFormat() argument 4773 pDateField->SetLongFormat( bLong ); in setLongFormat()
|
/aoo42x/main/toolkit/inc/toolkit/controls/ |
H A D | unocontrols.hxx | 1114 void SAL_CALL setLongFormat( sal_Bool bLong ) throw(::com::sun::star::uno::RuntimeException);
|
Completed in 115 milliseconds