/aoo4110/main/reportdesign/source/ui/report/ |
H A D | StartMarker.cxx | 58 ,m_aText(this,WB_HYPHENATION) in DBG_NAME() 69 m_aText.SetHelpId(HID_RPT_START_TITLE); in DBG_NAME() 70 m_aText.SetPaintTransparent(sal_True); in DBG_NAME() 72 m_aText.Show(); in DBG_NAME() 163 m_aText.SetTextColor(aTextColor); in setColor() 164 m_aText.SetLineColor(m_nColor); in setColor() 224 m_aText.SetBackground(); in initDefaultNodeImages() 225 m_aText.SetMouseTransparent(sal_True); in initDefaultNodeImages() 265 m_aText.SetText(_sTitle); in setTitle() 288 if( m_aText.GetText().Len()) in RequestHelp() [all …]
|
/aoo4110/main/forms/source/component/ |
H A D | Filter.cxx | 378 m_aText = sText; in itemStateChanged() 531 if (m_aText.compareTo(aText)) in commit() 605 m_aText = aText; in setText() 620 m_aText = aText; in setText() 629 m_aText = aText; in setText() 635 && ( m_aText[ m_aText.getLength() - 1 ] == '\'' ); in setText() 638 m_aText = m_aText.copy( 1, m_aText.getLength() - 2 ); in setText() 646 m_aText = ::rtl::OUString(); in setText() 668 m_aText = aText; in setText() 682 m_aText = xText->getText(); in insertText() [all …]
|
H A D | Filter.hxx | 76 ::rtl::OUString m_aText;
|
/aoo4110/main/padmin/source/ |
H A D | titlectrl.cxx | 52 Size aTextSize( GetTextWidth( m_aText ), GetTextHeight() ); in arrange() 71 DrawText( m_aTextPos, m_aText ); in Paint() 78 m_aText = rText; in SetText()
|
H A D | titlectrl.hxx | 36 String m_aText; member in padmin::TitleImage 54 virtual String GetText() const { return m_aText; } in GetText()
|
H A D | prtsetup.cxx | 751 FixedText m_aText; member in RTSPWDialog 770 m_aText( this, PaResId( RID_RTS_PWDIALOG_TXT ) ), in RTSPWDialog() 779 String aText( m_aText.GetText() ); in RTSPWDialog() 781 m_aText.SetText( aText ); in RTSPWDialog()
|
/aoo4110/main/svx/source/inc/ |
H A D | filtnav.hxx | 69 ::rtl::OUString m_aText; 76 ,m_aText( rText ) in FmFilterData() 80 void SetText( const ::rtl::OUString& rText ){ m_aText = rText; } in SetText() 81 ::rtl::OUString GetText() const { return m_aText; } in GetText()
|
H A D | gridcell.hxx | 697 XubString m_aText; member in DbFilterField 716 const XubString& GetText() const {return m_aText;} in GetText()
|
/aoo4110/main/framework/source/fwe/classes/ |
H A D | actiontriggerpropertyset.cxx | 228 bReturn = impl_tryToChangeProperty( m_aText, aValue, aOldValue, aConvertedValue ) ; in convertFastPropertyValue() 263 aValue >>= m_aText; in setFastPropertyValue_NoBroadcast() 293 aValue <<= m_aText; in getFastPropertyValue()
|
/aoo4110/main/framework/source/uielement/ |
H A D | progressbarwrapper.cxx | 201 m_aText = Text; in setText() 255 aText = m_aText; in setValue()
|
/aoo4110/main/svx/source/fmcomp/ |
H A D | gridcell.cxx | 2949 String aText(m_aText); in commitControl() 2963 if (m_aText != aText) in commitControl() 2965 m_aText = aText; in commitControl() 2973 if (m_aText != aText) in commitControl() 2999 m_aText = aPreparedText; in commitControl() 3015 m_aText = aText; in commitControl() 3017 m_pWindow->SetText(m_aText); in commitControl() 3026 m_aText = rText; in SetText() 3052 m_pWindow->SetText(m_aText); in SetText() 3210 if (m_aText != aText) in IMPL_LINK() [all …]
|
/aoo4110/main/reportdesign/source/ui/inc/ |
H A D | StartMarker.hxx | 39 FixedText m_aText; member in rptui::OStartMarker
|
/aoo4110/main/framework/inc/uielement/ |
H A D | progressbarwrapper.hxx | 99 rtl::OUString m_aText; member in framework::ProgressBarWrapper
|
/aoo4110/main/framework/inc/classes/ |
H A D | actiontriggerpropertyset.hxx | 123 rtl::OUString m_aText; member in framework::ActionTriggerPropertySet
|
/aoo4110/main/vcl/source/gdi/ |
H A D | pdfwriter_impl.hxx | 446 rtl::OUString m_aText; member
|
H A D | pdfwriter_impl.cxx | 4906 drawText( rButton.m_aRect, rButton.m_aText, rButton.m_nTextStyle ); in createDefaultPushButtonAppearance() 5196 drawText( aTextRect, rBox.m_aText, rBox.m_nTextStyle ); in createDefaultCheckBoxAppearance() 5321 drawText( aTextRect, rBox.m_aText, rBox.m_nTextStyle ); in createDefaultRadioButtonAppearance() 11952 rNewWidget.m_aText = rControl.Text; in createControl()
|