Searched defs:HasRange (Results 1 – 5 of 5) sorted by relevance
/aoo41x/main/svl/inc/svl/ | ||
H A D | rngitem.hxx | 78 inline sal_Bool HasRange() const { return nTo>nFrom; } in HasRange() function in SfxXRangeItem |
/aoo41x/main/svtools/inc/svtools/ | ||
H A D | textdata.hxx | 98 sal_Bool HasRange() const { return maStartPaM != maEndPaM; } in HasRange() function in TextSelection |
/aoo41x/main/sc/inc/ | ||
H A D | chgviset.hxx | 119 sal_Bool HasRange() const {return bIsRange;} in HasRange() function in ScChangeViewSettings |
/aoo41x/main/editeng/inc/editeng/ | ||
H A D | editdata.hxx | 157 inline sal_Bool ESelection::HasRange() const in HasRange() function in ESelection |
/aoo41x/main/editeng/source/editeng/ | ||
H A D | editdoc.hxx | 657 sal_Bool HasRange() const { return aStartPaM != aEndPaM; } in HasRange() function in EditSelection |
Completed in 78 milliseconds