Searched refs:bOptions (Results 1 – 9 of 9) sorted by relevance
/aoo41x/main/i18npool/source/breakiterator/ |
H A D | breakiterator_cjk.cxx | 102 const LineBreakUserOptions& bOptions ) throw(RuntimeException) in getLineBreak() argument 106 if (bOptions.allowPunctuationOutsideMargin && in getLineBreak() 110 } else if (bOptions.applyForbiddenRules && 0 < nStartPos && nStartPos < Text.getLength()) { in getLineBreak() 112 (bOptions.forbiddenBeginCharacters.indexOf(Text[nStartPos]) != -1 || in getLineBreak() 113 bOptions.forbiddenEndCharacters.indexOf(Text[nStartPos-1]) != -1)) in getLineBreak()
|
H A D | breakiterator_ctl.cxx | 130 const LineBreakUserOptions& bOptions ) throw(RuntimeException) in getLineBreak() argument 133 rLocale, nMinBreakPos, hOptions, bOptions ); in getLineBreak()
|
H A D | breakiteratorImpl.cxx | 245 const LineBreakUserOptions& bOptions ) throw(RuntimeException) in getLineBreak() argument 247 return LBI->getLineBreak(Text, nStartPos, rLocale, nMinBreakPos, hOptions, bOptions); in getLineBreak()
|
/aoo41x/main/desktop/source/deployment/gui/ |
H A D | dp_gui_theextmgr.cxx | 379 bool bOptions = false; in supportsOptions() local 417 bOptions = true; in supportsOptions() 421 if ( bOptions ) in supportsOptions() 424 return bOptions; in supportsOptions()
|
/aoo41x/main/sw/source/filter/ww8/ |
H A D | ww8par5.cxx | 3549 bool bOptions=false; in Read_F_Hyperlink() local 3562 if (!sURL.Len() & !bOptions) in Read_F_Hyperlink() 3568 bOptions = true; in Read_F_Hyperlink() 3573 bOptions = true; in Read_F_Hyperlink() 3599 bOptions = true; in Read_F_Hyperlink() 3607 bOptions = true; in Read_F_Hyperlink()
|
/aoo41x/main/i18npool/inc/ |
H A D | breakiterator_ctl.hxx | 47 const LineBreakHyphenationOptions& hOptions, const LineBreakUserOptions& bOptions )
|
H A D | breakiterator_cjk.hxx | 49 const LineBreakHyphenationOptions& hOptions, const LineBreakUserOptions& bOptions )
|
H A D | breakiterator_unicode.hxx | 68 const LineBreakHyphenationOptions& hOptions, const LineBreakUserOptions& bOptions )
|
H A D | breakiteratorImpl.hxx | 86 const LineBreakHyphenationOptions& hOptions, const LineBreakUserOptions& bOptions )
|
Completed in 62 milliseconds