Searched refs:bShifted (Results 1 – 5 of 5) sorted by relevance
/aoo41x/main/sal/textenc/ |
H A D | tcvtutf7.c | 153 int bShifted; in ImplUTF7ToUnicode() local 177 bShifted = sal_False; in ImplUTF7ToUnicode() 208 if ( bShifted ) in ImplUTF7ToUnicode() 212 bShifted = sal_False; in ImplUTF7ToUnicode() 338 if ( !bShifted ) in ImplUTF7ToUnicode() 448 int bShifted; in ImplUnicodeToUTF7() local 469 bShifted = sal_False; in ImplUnicodeToUTF7() 484 if ( bNeedShift && !bShifted ) in ImplUnicodeToUTF7() 505 bShifted = sal_True; in ImplUnicodeToUTF7() 514 if ( bShifted ) in ImplUnicodeToUTF7() [all …]
|
/aoo41x/main/chart2/source/view/axes/ |
H A D | DateScaling.cxx | 57 DateScaling::DateScaling( const Date& rNullDate, sal_Int32 nTimeUnit, bool bShifted ) in DateScaling() argument 60 , m_bShifted( bShifted ) in DateScaling() 131 InverseDateScaling::InverseDateScaling( const Date& rNullDate, sal_Int32 nTimeUnit, bool bShifted ) in APPHELPER_XSERVICEINFO_IMPL() 134 , m_bShifted( bShifted ) in APPHELPER_XSERVICEINFO_IMPL()
|
H A D | Tickmarks_Dates.cxx | 71 …tory::getAllTicks( ::std::vector< ::std::vector< TickInfo > >& rAllTickInfos, bool bShifted ) const in getAllTicks() 86 if( bShifted ) in getAllTicks() 95 if( bShifted && aDate==aMaxDate ) in getAllTicks() 130 if( bShifted && aDate==aMaxDate ) in getAllTicks()
|
H A D | DateScaling.hxx | 50 DateScaling( const Date& rNullDate, sal_Int32 nTimeUnit, bool bShifted ); 82 InverseDateScaling( const Date& rNullDate, sal_Int32 nTimeUnit, bool bShifted );
|
H A D | Tickmarks_Dates.hxx | 45 …void getAllTicks( ::std::vector< ::std::vector< TickInfo > >& rAllTickInfos, bool bShifted ) const;
|
Completed in 31 milliseconds