Home
last modified time | relevance | path

Searched refs:WB_WORDBREAK (Results 1 – 21 of 21) sorted by relevance

/trunk/main/dbaccess/source/ui/dlg/
H A Dsqlmessage.cxx767 ,m_aTitle( this, WB_WORDBREAK | WB_LEFT ) in OSQLMessageBox()
768 ,m_aMessage( this, WB_WORDBREAK | WB_LEFT ) in OSQLMessageBox()
779 ,m_aTitle( this, WB_WORDBREAK | WB_LEFT ) in OSQLMessageBox()
780 ,m_aMessage( this, WB_WORDBREAK | WB_LEFT ) in OSQLMessageBox()
/trunk/main/tools/inc/tools/
H A Dwintypes.hxx173 #define WB_WORDBREAK ((WinBits)0x01000000) macro
181 #define WB_HYPHENATION (((WinBits)SAL_CONST_INT64(0x800000000)) | WB_WORDBREAK)
/trunk/main/vcl/source/window/
H A Dmsgbox.cxx259 WinBits nWinStyle = WB_LEFT | WB_WORDBREAK | WB_NOLABEL | WB_INFO; in ImplPosControls()
399 mpCheckBox->SetStyle( mpCheckBox->GetStyle() | WB_WORDBREAK ); in ImplPosControls()
/trunk/main/forms/source/richtext/
H A Drichtextcontrol.cxx192 … implAdjustTwoStateFlag( xProps, PROPERTY_HARDLINEBREAKS, nBits, WB_WORDBREAK, true ); in getWinBits()
457 adjustTwoStateWinBit( GetWindow(), _rValue, WB_WORDBREAK, true ); in setProperty()
H A Drichtextimplcontrol.cxx547 return ( m_pAntiImpl->GetStyle() & WB_WORDBREAK ) != 0; in windowHasAutomaticLineBreak()
/trunk/main/svx/source/sidebar/
H A DEmptyPanel.cxx51 maMessageControl.SetStyle(WB_WORDBREAK);// | WB_NOMNEMONICS); in EmptyPanel()
/trunk/main/accessibility/source/standard/
H A Dvclxaccessiblefixedtext.cxx62 if ( GetWindow() && GetWindow()->GetStyle() & WB_WORDBREAK ) in FillAccessibleStateSet()
/trunk/main/vcl/source/control/
H A Dbutton.cxx53 WB_WORDBREAK | WB_NOLABEL | \
60 WB_WORDBREAK | WB_NOLABEL)
64 WB_WORDBREAK | WB_NOLABEL)
914 if ( GetStyle() & WB_WORDBREAK ) in ImplGetTextStyle()
2320 (rImageSize.Height() > rSize.Height() || ! (nWinStyle & WB_WORDBREAK) ) ) in ImplDraw()
3416 (rImageSize.Height() > rSize.Height() || ! (nWinStyle & WB_WORDBREAK) ) ) in ImplDraw()
H A Dfixed.cxx43 WB_WORDBREAK | WB_NOLABEL | \
210 if ( nWinStyle & WB_WORDBREAK ) in ImplGetTextStyle()
H A Dilstbox.cxx792 if( (GetStyle() & WB_WORDBREAK) ) in InsertEntry()
/trunk/main/svtools/source/control/
H A Droadmap.cxx780 mpID = new IDLabel( &_rParent, WB_WORDBREAK ); in RoadmapItem()
783 mpDescription = new HyperLabel( &_rParent, WB_NOTABSTOP | WB_WORDBREAK ); in RoadmapItem()
/trunk/main/basic/source/runtime/
H A Dinputbox.cxx64 aOk( this ), aCancel( this ), aPromptText( this, WB_WORDBREAK ) in SvRTLInputBox()
/trunk/main/padmin/source/
H A Dadddlg.cxx676 m_aSelectBtn.SetStyle( m_aSelectBtn.GetStyle() | WB_WORDBREAK ); in APFaxDriverPage()
710 m_aSelectBtn.SetStyle( m_aSelectBtn.GetStyle() | WB_WORDBREAK ); in APPdfDriverPage()
/trunk/main/toolkit/source/awt/
H A Dvclxwindow.cxx1857 nStyle |= WB_WORDBREAK; in setProperty()
1859 nStyle &= ~WB_WORDBREAK; in setProperty()
2145 aProp <<= (sal_Bool) ( GetWindow()->GetStyle() & WB_WORDBREAK ) ? sal_True : sal_False; in getProperty()
/trunk/main/vcl/source/app/
H A Ddbggui.cxx1562 !(pChild->GetStyle() & WB_WORDBREAK) ) in DbgDialogTest()
1580 if ( pChild->GetSizePixel().Width() < aWidth && !(pChild->GetStyle() & WB_WORDBREAK) ) in DbgDialogTest()
/trunk/main/xmlsecurity/workben/
H A Dsignaturetest.cxx203 maHintText( this, WB_WORDBREAK ), in MyWin()
/trunk/main/dbaccess/source/ui/app/
H A DAppDetailView.cxx402 ,m_aHelpText(this,WB_WORDBREAK) in DBG_NAME()
/trunk/main/rsc/source/parser/
H A Drscinit.cxx342 aWinBits.SetConstant( nWordBreakId, sal::static_int_cast<sal_Int32>(WB_WORDBREAK) ); in Init()
/trunk/main/svtools/workben/
H A Dsvdem.cxx345 aMapText( this, WB_LEFT | WB_WORDBREAK ), in MyFontDialog()
/trunk/main/toolkit/source/layout/vcl/
H A Dwrapper.cxx517 { WB_WORDBREAK, 0, "MultiLine", TYPE_BOOL, 1, 0 },
/trunk/main/filter/source/pdf/
H A Dimpdialog.cxx1473 maExplanation( this, WB_WORDBREAK ), in ImplErrorDialog()

Completed in 136 milliseconds