/trunk/main/dbaccess/source/ui/dlg/ |
H A D | dlgsave.cxx | 105 FixedText m_aLabel; member in dbaui::OSaveAsDlgImpl 146 ,m_aLabel(_pParent, ModuleRes (FT_TITLE)) in OSaveAsDlgImpl() 182 ,m_aLabel(_pParent, ModuleRes (FT_TITLE)) in OSaveAsDlgImpl() 258 m_pImpl->m_aLabel.SetText(m_pImpl->m_sTblLabel); in OSaveAsDlg() 265 aPos = m_pImpl->m_aLabel.GetPosPixel(); in OSaveAsDlg() 267 m_pImpl->m_aLabel.SetPosPixel(m_pImpl->m_aSchemaLbl.GetPosPixel()); in OSaveAsDlg() 285 aPos = m_pImpl->m_aLabel.GetPosPixel(); in OSaveAsDlg() 287 m_pImpl->m_aLabel.SetPosPixel(m_pImpl->m_aSchemaLbl.GetPosPixel()); in OSaveAsDlg() 412 m_pImpl->m_aLabel.SetText(_rLabel); in implInitOnlyTitle() 419 m_pImpl->m_aLabel.SetPosPixel(m_pImpl->m_aCatalogLbl.GetPosPixel()); in implInitOnlyTitle()
|
/trunk/main/forms/source/component/ |
H A D | Columns.cxx | 260 m_aLabel = _pOriginal->m_aLabel; in OGridColumn() 401 rValue <<= m_aLabel; in getFastPropertyValue() 425 bModified = tryPropertyValue(rConvertedValue, rOldValue, rValue, m_aLabel); in convertFastPropertyValue() 455 rValue >>= m_aLabel; in setFastPropertyValue_NoBroadcast() 536 _rxOutStream << m_aLabel; in write() 583 _rxInStream >> m_aLabel; in read()
|
H A D | Columns.hxx | 73 ::rtl::OUString m_aLabel; // Name der Spalte
|
/trunk/main/fpicker/source/win32/filepicker/ |
H A D | controlcommand.cxx | 198 m_aLabel( aLabel ) in CLabelControlCommand() 210 aFilePickerState->setLabel( getControlId( ), m_aLabel ); in exec() 230 result = new CLabelCommandResult( sal_True, m_aLabel ); in handleRequest() 254 return m_aLabel; in getLabel()
|
H A D | controlcommandresult.hxx | 91 m_aLabel( aLabel ) in CLabelCommandResult() 97 return m_aLabel; in getLabel() 101 rtl::OUString m_aLabel; member in CLabelCommandResult
|
H A D | controlcommand.hxx | 119 rtl::OUString m_aLabel; member in CLabelControlCommand
|
/trunk/main/vcl/source/window/ |
H A D | arrange.cxx | 561 m_aLabel.deleteChild(); in ~LabeledElement() 567 Size aRet( m_aLabel.getOptimalSize( WINDOWSIZE_MINIMUM ) ); in getOptimalSize() 587 Size aLabelSize( m_aLabel.getOptimalSize( WINDOWSIZE_MINIMUM ) ); in resize() 601 m_aLabel.setPosSize( aPos, aSize ); in resize() 628 m_aLabel.m_pElement = i_pLabel; in setLabel() 629 m_aLabel.m_pChild.reset(); in setLabel() 634 m_aLabel.m_pElement = NULL; in setLabel() 635 m_aLabel.m_pChild = i_pLabel; in setLabel()
|
/trunk/main/vcl/inc/vcl/ |
H A D | arrange.hxx | 262 WindowArranger::Element m_aLabel; member in vcl::LabeledElement 271 return &m_aLabel; in getElement() 299 { return m_aLabel.getOptimalSize( i_eType ); } in getLabelSize()
|
/trunk/main/extensions/source/propctrlr/ |
H A D | listselectiondlg.cxx | 58 ,m_aLabel ( this, PcrRes( FT_ENTRIES ) ) in ListSelectionDialog() 71 m_aLabel.SetText( _rPropertyUIName ); in ListSelectionDialog()
|
H A D | newdatatype.hxx | 51 FixedText m_aLabel; member in pcr::NewDataTypeDialog
|
H A D | listselectiondlg.hxx | 49 FixedText m_aLabel; member in pcr::ListSelectionDialog
|
H A D | newdatatype.cxx | 52 ,m_aLabel ( this, PcrRes( FT_LABEL ) ) in NewDataTypeDialog()
|
/trunk/main/fpicker/source/office/ |
H A D | OfficeFilePicker.cxx | 143 rtl::OUString m_aLabel; member 154 void setLabel( const rtl::OUString& rVal ) { m_aLabel = rVal; m_bHasLabel = sal_True; } in setLabel() 222 aAccess.setLabel( rEntry.m_nElementID, rEntry.m_aLabel ); in prepareExecute() 807 aLabel = rEntry.m_aLabel; in getLabel()
|
/trunk/main/cui/source/inc/ |
H A D | cuitbxform.hxx | 38 FixedText m_aLabel; member in FmInputRecordNoDialog
|
H A D | showcols.hxx | 45 FixedText m_aLabel; member in FmShowColsDialog
|
/trunk/main/extensions/source/abpilot/ |
H A D | tableselectionpage.hxx | 41 FixedText m_aLabel; member in abp::TableSelectionPage
|
H A D | tableselectionpage.cxx | 43 ,m_aLabel ( this, ModuleRes( FL_TOOMUCHTABLES ) ) in TableSelectionPage()
|
/trunk/main/cui/source/dialogs/ |
H A D | cuitbxform.cxx | 50 ,m_aLabel(this, CUI_RES(1)) in FmInputRecordNoDialog()
|
H A D | showcols.cxx | 48 ,m_aLabel(this, CUI_RES(1)) in DBG_NAME()
|
/trunk/main/framework/source/fwe/xml/ |
H A D | toolboxdocumenthandler.cxx | 165 m_aLabel( RTL_CONSTASCII_USTRINGPARAM( ITEM_DESCRIPTOR_LABEL )), in OReadToolBoxDocumentHandler() 456 aToolbarItemProp[2].Name = m_aLabel; in startElement()
|
H A D | menudocumenthandler.cxx | 186 m_aLabel( RTL_CONSTASCII_USTRINGPARAM( ITEM_DESCRIPTOR_LABEL )), in ReadMenuDocumentHandlerBase() 237 rProps[3].Name = m_aLabel; in initPropertyCommon()
|
/trunk/main/framework/inc/xml/ |
H A D | toolboxdocumenthandler.hxx | 160 rtl::OUString m_aLabel; member in framework::OReadToolBoxDocumentHandler
|
H A D | menudocumenthandler.hxx | 109 rtl::OUString m_aLabel; member in framework::ReadMenuDocumentHandlerBase
|