Home
last modified time | relevance | path

Searched refs:bLong (Results 1 – 13 of 13) sorted by relevance

/trunk/main/xmloff/source/style/
H A Dxmlnumfe.cxx360 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 Dxmlnumfi.cxx153 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 …]
/trunk/main/xmloff/inc/xmloff/
H A Dxmlnumfe.hxx59 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 Dxmlnumfi.hxx115 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 );
/trunk/main/xmloff/source/draw/
H A DXMLNumberStyles.cxx632 void SdXMLNumberFormatImportContext::add( OUString& rNumberStyle, sal_Bool bLong, sal_Bool bTextual… in add() argument
644 (pStyleMember->mbLong == bLong) && in add()
/trunk/main/xmloff/inc/
H A DXMLNumberStylesImport.hxx53 …void add( rtl::OUString& rNumberStyle, sal_Bool bLong, sal_Bool bTextual, sal_Bool bDecimal02, rtl…
/trunk/main/offapi/com/sun/star/awt/
H A DXDateField.idl110 [oneway] void setLongFormat( [in] boolean bLong );
/trunk/main/vcl/source/control/
H A Dfield2.cxx1765 void DateFormatter::SetLongFormat( sal_Bool bLong ) in SetLongFormat() argument
1767 mbLongFormat = bLong; in SetLongFormat()
1770 if ( bLong ) in SetLongFormat()
/trunk/main/vcl/inc/vcl/
H A Dfield.hxx375 void SetLongFormat( sal_Bool bLong );
/trunk/main/toolkit/source/controls/
H A Dunocontrols.cxx3406 void UnoDateFieldControl::setLongFormat( sal_Bool bLong ) throw(uno::RuntimeException) in setLongFormat() argument
3408 mbLongFormat = bLong; in setLongFormat()
3412 xField->setLongFormat( bLong ); in setLongFormat()
/trunk/main/toolkit/inc/toolkit/awt/
H A Dvclxwindows.hxx906 void SAL_CALL setLongFormat( sal_Bool bLong ) throw(::com::sun::star::uno::RuntimeException);
/trunk/main/toolkit/source/awt/
H A Dvclxwindows.cxx4767 void VCLXDateField::setLongFormat( sal_Bool bLong ) throw(::com::sun::star::uno::RuntimeException) in setLongFormat() argument
4773 pDateField->SetLongFormat( bLong ); in setLongFormat()
/trunk/main/toolkit/inc/toolkit/controls/
H A Dunocontrols.hxx1114 void SAL_CALL setLongFormat( sal_Bool bLong ) throw(::com::sun::star::uno::RuntimeException);

Completed in 157 milliseconds