| /AOO41X/main/xmloff/source/style/ |
| H A D | xmlnumfe.cxx | 358 void SvXMLNumFmtExport::AddStyleAttr_Impl( sal_Bool bLong ) in AddStyleAttr_Impl() argument 360 if ( bLong ) // short is default in AddStyleAttr_Impl() 454 void SvXMLNumFmtExport::WriteDayElement_Impl( const OUString& rCalendar, sal_Bool bLong ) in WriteDayElement_Impl() argument 459 AddStyleAttr_Impl( bLong ); // adds to pAttrList in WriteDayElement_Impl() 465 void SvXMLNumFmtExport::WriteMonthElement_Impl( const OUString& rCalendar, sal_Bool bLong, sal_Bool… in WriteMonthElement_Impl() argument 470 AddStyleAttr_Impl( bLong ); // adds to pAttrList in WriteMonthElement_Impl() 477 void SvXMLNumFmtExport::WriteYearElement_Impl( const OUString& rCalendar, sal_Bool bLong ) in WriteYearElement_Impl() argument 482 AddStyleAttr_Impl( bLong ); // adds to pAttrList in WriteYearElement_Impl() 488 void SvXMLNumFmtExport::WriteEraElement_Impl( const OUString& rCalendar, sal_Bool bLong ) in WriteEraElement_Impl() argument 493 AddStyleAttr_Impl( bLong ); // adds to pAttrList in WriteEraElement_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() 1124 … bEffLong = SvXMLNumFmtDefaults::IsSystemLongDay( rParent.GetInternational(), bLong ); in EndElement() 1136 … bEffLong = SvXMLNumFmtDefaults::IsSystemLongMonth( rParent.GetInternational(), bLong ); in EndElement() 1137 … bTextual = SvXMLNumFmtDefaults::IsSystemTextualMonth( rParent.GetInternational(), bLong ); in EndElement() 1151 … bEffLong = SvXMLNumFmtDefaults::IsSystemLongYear( rParent.GetInternational(), bLong ); in EndElement() 1168 … bEffLong = SvXMLNumFmtDefaults::IsSystemLongEra( rParent.GetInternational(), bLong ); in EndElement() 1180 … bEffLong = SvXMLNumFmtDefaults::IsSystemLongDayOfWeek( rParent.GetInternational(), bLong ); in EndElement() [all …]
|
| /AOO41X/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 );
|
| /AOO41X/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()
|
| /AOO41X/main/xmloff/inc/ |
| H A D | XMLNumberStylesImport.hxx | 53 …void add( rtl::OUString& rNumberStyle, sal_Bool bLong, sal_Bool bTextual, sal_Bool bDecimal02, rt…
|
| /AOO41X/main/offapi/com/sun/star/awt/ |
| H A D | XDateField.idl | 110 [oneway] void setLongFormat( [in] boolean bLong );
|
| /AOO41X/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()
|
| /AOO41X/main/vcl/inc/vcl/ |
| H A D | field.hxx | 375 void SetLongFormat( sal_Bool bLong );
|
| /AOO41X/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()
|
| /AOO41X/main/toolkit/inc/toolkit/awt/ |
| H A D | vclxwindows.hxx | 906 void SAL_CALL setLongFormat( sal_Bool bLong ) throw(::com::sun::star::uno::RuntimeException);
|
| /AOO41X/main/toolkit/source/awt/ |
| H A D | vclxwindows.cxx | 4761 void VCLXDateField::setLongFormat( sal_Bool bLong ) throw(::com::sun::star::uno::RuntimeException) in setLongFormat() argument 4767 pDateField->SetLongFormat( bLong ); in setLongFormat()
|
| /AOO41X/main/toolkit/inc/toolkit/controls/ |
| H A D | unocontrols.hxx | 1114 void SAL_CALL setLongFormat( sal_Bool bLong ) throw(::com::sun::star::uno::RuntimeException);
|