Searched refs:SetINetAttr (Results 1 – 11 of 11) sorted by relevance
/trunk/main/editeng/inc/editeng/ |
H A D | svxacorr.hxx | 54 const long SetINetAttr = 0x00000040; // INetAttribut setzen variable 83 virtual sal_Bool SetINetAttr( xub_StrLen nStt, xub_StrLen nEnd, const String& rURL ) = 0;
|
/trunk/main/editeng/source/misc/ |
H A D | acorrcfg.cxx | 173 nFlags |= SetINetAttr; in Load() 284 bVal = 0 != (nFlags & SetINetAttr); in Commit()
|
H A D | svxacorr.cxx | 367 | SetINetAttr in GetDefaultFlags() 759 rDoc.SetINetAttr( nSttPos, nEndPos, sURL ); in FnSetINetAttr() 1395 ( IsAutoCorrFlag( nRet = SetINetAttr ) && in AutoCorrect() 1467 else if( nRet & SetINetAttr) nHelpId = 18; in AutoCorrect()
|
/trunk/main/sw/source/core/inc/ |
H A D | acorrect.hxx | 72 virtual sal_Bool SetINetAttr( xub_StrLen nStt, xub_StrLen nEnd, const String& rURL );
|
/trunk/main/editeng/source/editeng/ |
H A D | edtspell.hxx | 160 virtual sal_Bool SetINetAttr( sal_uInt16 nStt, sal_uInt16 nEnd, const String& rURL );
|
H A D | edtspell.cxx | 634 sal_Bool EdtAutoCorrDoc::SetINetAttr( sal_uInt16 nStt, sal_uInt16 nEnd, in SetINetAttr() function in EdtAutoCorrDoc
|
/trunk/main/cui/source/tabpages/ |
H A D | autocdlg.cxx | 264 pAutoCorrect->SetAutoCorrFlag(SetINetAttr, aCheckLB.IsChecked(nPos++)); in FillItemSet() 312 aCheckLB.CheckEntryPos( nPos++, 0 != (nFlags & SetINetAttr) ); in Reset() 608 pAutoCorrect->SetAutoCorrFlag(SetINetAttr, in FillItemSet() 737 aCheckLB.CheckEntryPos( DETECT_URL, CBCOL_SECOND, 0 != (nFlags & SetINetAttr) ); in Reset()
|
/trunk/main/sw/source/core/edit/ |
H A D | acorrect.cxx | 273 sal_Bool SwAutoCorrDoc::SetINetAttr( xub_StrLen nStt, xub_StrLen nEnd, const String& rURL ) in SetINetAttr() function in SwAutoCorrDoc
|
/trunk/main/sw/source/ui/shells/ |
H A D | textsh.cxx | 186 …tnc | CptlSttWrd | AddNonBrkSpace | ChgOrdinalNumber | ChgToEnEmDash | SetINetAttr | Autocorrect )… in TYPEINIT1()
|
/trunk/main/sw/source/ui/wrtsh/ |
H A D | wrtsh1.cxx | 146 ChgToEnEmDash | SetINetAttr | Autocorrect )) in lcl_IsAutoCorr()
|
/trunk/main/sw/source/ui/docvw/ |
H A D | edtwin.cxx | 2341 ChgToEnEmDash | SetINetAttr | in KeyInput() 2371 ChgToEnEmDash | SetINetAttr | in KeyInput()
|
Completed in 76 milliseconds