Home
last modified time | relevance | path

Searched refs:WB_READONLY (Results 1 – 23 of 23) sorted by relevance

/trunk/main/svtools/workben/
H A Durange.cxx119 aEdit1( this, WB_BORDER | WB_READONLY ), in MyDialog()
121 aEdit2( this, WB_BORDER | WB_READONLY ), in MyDialog()
123 aEdit3( this, WB_BORDER | WB_READONLY ), in MyDialog()
/trunk/main/extensions/source/propctrlr/
H A Dstandardcontrol.cxx711 if ( ( nWinStyle & WB_READONLY ) != 0 ) in OColorControl()
820 if ( ( nWinStyle & WB_READONLY ) != 0 ) in OListboxControl()
1050 …dit = new MultiLineEdit( this, WB_TABSTOP | WB_IGNORETAB | WB_NOBORDER | (_nStyle & WB_READONLY) ); in DropDownEditControl()
1065 m_pFloatingEdit->getEdit()->SetReadOnly( ( _nStyle & WB_READONLY ) != 0 ); in DropDownEditControl()
1376 … , ( nWinStyle | WB_DIALOGCONTROL ) & ( ~WB_READONLY | ~WB_DROPDOWN ) in OMultilineEditControl()
H A Dinspectorhelpwindow.cxx49 ,m_aHelpText( this, WB_LEFT | WB_READONLY | WB_AUTOVSCROLL ) in InspectorHelpWindow()
H A Dpropcontroller.cxx799 nWinBits |= WB_READONLY; in createPropertyControl()
H A Dformcomponenthandler.cxx1136 …rol = new OFormatSampleControl( impl_getDefaultDialogParent_nothrow(), WB_READONLY | WB_TABSTOP | … in describePropertyLine()
/trunk/main/toolkit/source/awt/
H A Dvclxaccessiblecomponent.cxx535 if( !( pWindow->GetStyle() & WB_READONLY) || in FillAccessibleStateSet()
547 if( !( pWinTemp->GetStyle() & WB_READONLY) || in FillAccessibleStateSet()
554 if( !( pChild->GetStyle() & WB_READONLY) || in FillAccessibleStateSet()
H A Dvclxtoolkit.cxx203 nWinBits |= WB_READONLY; in ImplGetWinBits()
/trunk/main/avmedia/source/framework/
H A Dmediacontrol.cxx78 maTimeEdit( this, WB_CENTER | WB_READONLY | WB_BORDER | WB_3DLOOK | WB_READONLY ), in MediaControl()
/trunk/main/dbaccess/source/ui/tabledesign/
H A DTableDesignHelpBar.cxx50 …pTextWin = new MultiLineEdit( this, WB_VSCROLL | WB_LEFT | WB_BORDER | WB_NOTABSTOP | WB_READONLY); in DBG_NAME()
/trunk/main/svtools/source/edit/
H A Dsvmedit.cxx271 if ( nWinStyle & WB_READONLY ) in InitFromStyle()
1167 nStyle |= WB_READONLY; in SetReadOnly()
1169 nStyle &= ~WB_READONLY; in SetReadOnly()
/trunk/main/dbaccess/source/ui/app/
H A DAppDetailPageHelper.cxx292 ,m_aBorder(this,WB_BORDER | WB_READONLY) in DBG_NAME()
294 ,m_aDocumentInfo(&m_aBorder,WB_LEFT | WB_VSCROLL | WB_READONLY ) in DBG_NAME()
315 m_pTablePreview = new OTablePreviewWindow(&m_aBorder,WB_READONLY | WB_DIALOGCONTROL ); in DBG_NAME()
/trunk/main/sc/source/ui/navipi/
H A Dscenwnd.cxx216 aEdComment ( this, WB_BORDER | WB_LEFT | WB_READONLY | WB_VSCROLL | WB_TABSTOP ) in ScScenarioWindow()
/trunk/main/sfx2/inc/sfx2/
H A Dfiledlghelper.hxx81 #define SFXWB_READONLY WB_READONLY // ((WinBits)0x02000000)
/trunk/main/tools/inc/tools/
H A Dwintypes.hxx218 #define WB_READONLY ((WinBits)0x02000000) macro
/trunk/main/fpicker/source/office/
H A Diodlg.hxx65 #define SFXWB_READONLY WB_READONLY
/trunk/main/sw/source/ui/uiview/
H A Dviewling.cxx906 …B_SYSTEMWINDOW | WB_NOSHADOW ), aListBox(this), aText(this, WB_RIGHT | WB_READONLY), selection(-1)… in SwFieldDialog()
/trunk/main/svx/workben/msview/
H A Dmsview.cxx956 …mpEdit[nPane] = new MultiLineEdit(this, WB_3DLOOK | WB_BORDER | WB_LEFT | WB_TOP | WB_READONLY | W… in MSViewerWorkWindow()
/trunk/main/vcl/source/control/
H A Dedit.cxx330 mbReadOnly = (nStyle & WB_READONLY) != 0; in ImplInit()
2006 if ( !( GetStyle() & (WB_NOHIDESELECTION|WB_READONLY) ) in GetFocus()
/trunk/main/rsc/source/parser/
H A Drscinit.cxx318 aWinBits.SetConstant( nReadOnlyId, sal::static_int_cast<sal_Int32>(WB_READONLY) ); in Init()
/trunk/main/toolkit/source/layout/vcl/
H A Dwrapper.cxx499 { WB_READONLY, awt::VclWindowPeerAttribute::READONLY, NULL, NOTYPE, 0, 0 },
/trunk/main/vcl/source/app/
H A Ddbggui.cxx1629 && ( 0 == ( pChild->GetStyle() & WB_READONLY ) ) in DbgDialogTest()
/trunk/main/svtools/source/contnr/
H A Dtemplwin.cxx823 …pEditWin = new ODocumentInfoPreview( this ,WB_LEFT | WB_VSCROLL | WB_READONLY | WB_BORDER | WB_3DL… in SvtFrameWindow_Impl()
/trunk/main/sd/source/ui/animations/
H A DCustomAnimationDialog.cxx1027 mpEdit = new Edit( pParent, WB_TABSTOP|WB_IGNORETAB|WB_NOBORDER|WB_READONLY); in FontStylePropertyBox()

Completed in 271 milliseconds