Home
last modified time | relevance | path

Searched refs:bHasField (Results 1 – 2 of 2) sorted by relevance

/aoo4110/main/cui/source/dialogs/
H A DSpellDialog.cxx1410 bool bHasField = false; in PreNotify() local
1425 bHasField = pBackAttr != 0 && (bHasRange || pBackAttr->GetEnd() > aCursor.GetIndex()); in PreNotify()
1443 nSelectionType = bHasField||bHasError ? BRACE : OUTSIDE_NO; in PreNotify()
1455 bHasField |= pIntBackAttr != 0; in PreNotify()
1524 nAction = bHasField ? ACTION_SELECTFIELD : ACTION_CONTINUE; in PreNotify()
1531 nAction = bHasField ? ACTION_SELECTFIELD : in PreNotify()
1547 nAction = bHasField ? ACTION_UNDOEDIT : ACTION_CONTINUE; in PreNotify()
1551 nAction = bHasField ? ACTION_SELECTFIELD : ACTION_CONTINUE; in PreNotify()
1555 nAction = bHasField ? ACTION_SELECTFIELD : ACTION_UNDOEDIT;; in PreNotify()
/aoo4110/main/forms/source/component/
H A DImageControl.cxx834 sal_Bool bHasField = xBoundField.is(); in implInsertGraphics() local
837 xController->enableControl(ExtendedFilePickerElementIds::CHECKBOX_LINK, !bHasField ); in implInsertGraphics()
841 if ( bHasField ) in implInsertGraphics()
860 bIsLink |= bHasField; in implInsertGraphics()

Completed in 35 milliseconds