Home
last modified time | relevance | path

Searched refs:sLabel (Results 1 – 25 of 63) sorted by relevance

123

/trunk/main/connectivity/source/parse/
H A DPColumn.cxx113 ::rtl::OUString sLabel; in createColumnsForResultSet()
115 if ( sLabel.getLength() ) in createColumnsForResultSet()
116 pColumn->setLabel(sLabel); in createColumnsForResultSet()
127 ::rtl::OUString sLabel = _rxResMetaData->getColumnLabel( _nColumnPos ); in createColumnForResultSet()
130 if(_rColumns.find(sLabel) != _rColumns.end()) in createColumnForResultSet()
132 ::rtl::OUString sAlias(sLabel); in createColumnForResultSet()
136 (sAlias = sLabel) += ::rtl::OUString::valueOf(searchIndex++); in createColumnForResultSet()
138 sLabel = sAlias; in createColumnForResultSet()
140 _rColumns.insert(StringMap::value_type(sLabel,0)); in createColumnForResultSet()
142 sLabel, in createColumnForResultSet()
[all …]
/trunk/main/reportdesign/source/ui/dlg/
H A DAddField.cxx302 ::rtl::OUString sLabel; in lcl_addToList()
304 xColumn->getPropertyValue(PROPERTY_LABEL) >>= sLabel; in lcl_addToList()
305 if ( sLabel.getLength() ) in lcl_addToList()
306 _rListBox.InsertEntry( sLabel,NULL,sal_False,LIST_APPEND,new ColumnInfo(*pEntries,sLabel) ); in lcl_addToList()
308 … _rListBox.InsertEntry( *pEntries,NULL,sal_False,LIST_APPEND,new ColumnInfo(*pEntries,sLabel) ); in lcl_addToList()
470 ::rtl::OUString sLabel; in _elementInserted()
472 xColumn->getPropertyValue(PROPERTY_LABEL) >>= sLabel; in _elementInserted()
473 if ( sLabel.getLength() ) in _elementInserted()
474 m_pListBox->InsertEntry( sLabel,NULL,sal_False,LIST_APPEND,new ColumnInfo(sName,sLabel) ); in _elementInserted()
476 … m_pListBox->InsertEntry( sName,NULL,sal_False,LIST_APPEND,new ColumnInfo(sName,sLabel) ); in _elementInserted()
H A DGroupsSorting.cxx78 ::rtl::OUString sLabel; in lcl_addToList_throw()
80 xColumn->getPropertyValue(PROPERTY_LABEL) >>= sLabel; in lcl_addToList_throw()
81 o_aColumnList.push_back( ColumnInfo(*pEntries,sLabel) ); in lcl_addToList_throw()
82 if ( sLabel.getLength() ) in lcl_addToList_throw()
83 _rListBox.InsertEntry( sLabel ); in lcl_addToList_throw()
536 if ( aIter->sLabel.getLength() ) in GetCellText()
537 sExpression = aIter->sLabel; in GetCellText()
/trunk/main/dbaccess/source/ui/control/
H A Dopendoccontrols.cxx101 ::rtl::OUString sLabel; in GetCommandText()
103 return sLabel; in GetCommandText()
138 aProperties[i].Value >>= sLabel; in GetCommandText()
150 return sLabel; in GetCommandText()
219 String sLabel( GetCommandText( ".uno:Open", m_sModule ) ); in impl_init() local
220 sLabel.SearchAndReplaceAllAscii( "~", String() ); in impl_init()
221 sLabel.Insert( (sal_Unicode)' ', 0 ); in impl_init()
222 SetText( sLabel ); in impl_init()
/trunk/main/odk/examples/DevelopersGuide/Forms/
H A DFLTools.java83 String sLabel = ""; in getLabel() local
95 sLabel = getLabel( xProps.getPropertyValue( "LabelControl" ) ); in getLabel()
98 if ( 0 == sLabel.length() ) in getLabel()
102 sLabel = (String)xProps.getPropertyValue( "Label" ); in getLabel()
104 if ( 0 == sLabel.length() ) in getLabel()
107 sLabel = getName( aFormComponent ); in getLabel()
111 return sLabel; in getLabel()
/trunk/main/cui/source/customize/
H A Dcfgutil.cxx170 aStyle.sLabel = ::rtl::OUString(); in getLabel4Style()
172 xStyle->getPropertyValue(STYLEPROP_UINAME) >>= aStyle.sLabel; in getLabel4Style()
177 { aStyle.sLabel = ::rtl::OUString(); } in getLabel4Style()
179 if (!aStyle.sLabel.getLength()) in getLabel4Style()
181 aStyle.sLabel = aStyle.sCommand; in getLabel4Style()
218 aFamilyInfo.sLabel = aFamilyInfo.sFamily; in getStyleFamilies()
268 xStyle->getPropertyValue(PROP_UINAME) >>= aStyleInfo.sLabel; in getStyles()
402 if (pData->sLabel.Len()) in GetCurLabel()
403 return pData->sLabel; in GetCurLabel()
1013 pGrpInfo->sLabel = sUIName; in GroupSelected()
[all …]
H A Dacccfg.cxx910 String sLabel = GetLabel4Command(sCommand); in Init() local
917 aEntriesBox.SetEntryText(sLabel, nPos, nCol); in Init()
924 CreateCustomItems(pLBEntry, aEntriesBox.GetEntryText(pLBEntry, 0), sLabel); in Init()
1029 String sLabel = pFunctionBox->GetCurLabel(); in IMPL_LINK() local
1030 if (!sLabel.Len()) in IMPL_LINK()
1031 sLabel = GetLabel4Command(sNewCommand); in IMPL_LINK()
1035 aEntriesBox.SetEntryText(sLabel, nPos, nCol); in IMPL_LINK()
1478 … String sLabel = String(lProps.getUnpackedValueOrDefault(CMDPROP_UINAME, ::rtl::OUString())); in GetLabel4Command() local
1479 if (sLabel.Len()) in GetLabel4Command()
1480 return sLabel; in GetLabel4Command()
[all …]
/trunk/main/svx/source/form/
H A Dtabwin.cxx98 ::rtl::OUString sLabel;
102 , sLabel(i_sLabel) in ColumnInfo()
121 ::rtl::OUString sLabel; in lcl_addToList()
123 xColumn->getPropertyValue(FM_PROP_LABEL) >>= sLabel; in lcl_addToList()
124 if ( sLabel.getLength() ) in lcl_addToList()
125 _rListBox.InsertEntry( sLabel,NULL,sal_False,LIST_APPEND,new ColumnInfo(*pEntries,sLabel) ); in lcl_addToList()
127 … _rListBox.InsertEntry( *pEntries,NULL,sal_False,LIST_APPEND,new ColumnInfo(*pEntries,sLabel) ); in lcl_addToList()
H A Dformcontrolfactory.cxx156 ::rtl::OUString sLabel( _rBaseLabel ); in lcl_getUniqueLabel_nothrow()
182 while ( aUsedLabels.find( sLabel ) != aUsedLabels.end() ) in lcl_getUniqueLabel_nothrow()
187 sLabel = aBuffer.makeStringAndClear(); in lcl_getUniqueLabel_nothrow()
194 return sLabel; in lcl_getUniqueLabel_nothrow()
/trunk/main/vbahelper/source/vbahelper/
H A Dvbacommandbarcontrols.cxx61 … const rtl::OUString& sLabel, in CreateMenuItemData() argument
74 aProps[2].Value <<= sLabel; in CreateMenuItemData()
87 …String& sCommandURL, const rtl::OUString& sHelpURL, const rtl::OUString& sLabel, sal_uInt16 nType,… in CreateToolbarItemData() argument
96 aProps[2].Value <<= sLabel; in CreateToolbarItemData()
169 rtl::OUString sLabel( rtl::OUString::createFromAscii("Custom") ); in Add() local
170 rtl::OUString sCommandUrl = rtl::OUString::createFromAscii( CUSTOM_MENU_STR ) + sLabel; in Add()
211 … aProps = CreateMenuItemData( sCommandUrl, sHelpUrl, sLabel, nItemType, aSubMenu, true, true ); in Add()
217 …aProps = CreateToolbarItemData( sCommandUrl, sHelpUrl, sLabel, nItemType, aSubMenu, isVisible, nSt… in Add()
H A Dvbacommandbarhelper.cxx237 rtl::OUString sLabel; in findControlByName() local
239 … getPropertyValue( aProps, rtl::OUString::createFromAscii(ITEM_DESCRIPTOR_LABEL) ) >>= sLabel; in findControlByName()
242 sal_Int32 index = sLabel.indexOf( sal_Unicode('~') ); in findControlByName()
245 aBuffer = sLabel; in findControlByName()
249 aBuffer.append( sLabel.copy( 0, index ) ); in findControlByName()
252 aBuffer.append( sLabel.copy( index + 1 ) ); in findControlByName()
/trunk/main/odk/examples/java/Inspector/
H A DUnoPropertyNode.java46 private String sLabel = ""; field in UnoPropertyNode
169 if (!sLabel.equals("")){ in getLabel()
172 sLabel = getPropertyTypeDescription(aProperty, getUnoReturnObject()); in getLabel()
175 sLabel = getStandardPropertyDescription(aProperty, getUnoReturnObject()); in getLabel()
179 sLabel = getStandardPropertyDescription(aProperty, getUnoReturnObject()); in getLabel()
182 return sLabel; in getLabel()
/trunk/main/sfx2/source/sidebar/
H A DCommandInfoProvider.cxx128 const OUString sLabel (GetCommandLabel(rsCommandName)); in GetLabelForCommand() local
131 return sLabel + A2S(" (") + sShortCut + A2S(")"); in GetLabelForCommand()
133 return sLabel; in GetLabelForCommand()
350 OUString sLabel; in GetCommandLabel() local
351 aProperties[nIndex].Value >>= sLabel; in GetCommandLabel()
352 return sLabel; in GetCommandLabel()
/trunk/main/fpicker/source/aqua/
H A DControlHelper.cxx211 NSString* sLabel = [[pControl cell] title]; in getLabel() local
212 retVal = [sLabel OUString]; in getLabel()
486 NSString* sLabel = aResProvider.getResString(elementName); in createControls() local
492 setLabel(ExtendedFilePickerElementIds::LISTBOX_##elem, sLabel); \ in createControls()
512 NSString* sLabel = aResProvider.getResString(elementName); in createControls() local
515 [button setTitle:sLabel]; in createControls()
930 NSString* sLabel = aResProvider.getResString(CommonFilePickerElementIds::LISTBOX_FILTER_LABEL); in createFilterControl() local
952 m_aMapListLabels[m_pFilterControl] = [sLabel retain]; in createFilterControl()
/trunk/main/cui/source/inc/
H A Dcfgutil.hxx59 ::rtl::OUString sLabel;
69 sLabel = rCopy.sLabel; in SfxStyleInfo_Impl()
106 String sLabel; member
/trunk/main/desktop/source/migration/
H A Dmigration.cxx86 ::rtl::OUString sLabel; in retrieveLabelFromCommand()
116 sLabel = aStr; in retrieveLabelFromCommand()
121 sLabel = sCommand; in retrieveLabelFromCommand()
122 sal_Int32 nIndex = sLabel.indexOf(':'); in retrieveLabelFromCommand()
123 if (nIndex>=0 && nIndex <= sLabel.getLength()-1) in retrieveLabelFromCommand()
124 sLabel = sLabel.copy(nIndex+1); in retrieveLabelFromCommand()
130 return sLabel; in retrieveLabelFromCommand()
1191 ::rtl::OUString sLabel; in mergeOldToNewVersion()
1202 aPropSeq[j].Value >>= sLabel; in mergeOldToNewVersion()
/trunk/main/reportdesign/source/ui/report/
H A DFormattedFieldBeautifier.cxx102 ::rtl::OUString sLabel = m_rReportController.getColumnLabel_throw(sColumnName); in setPlaceholderText()
103 if ( sLabel.getLength() ) in setPlaceholderText()
107 aBuffer.append( sLabel ); in setPlaceholderText()
/trunk/main/toolkit/source/controls/
H A Dcontrolmodelcontainerbase.cxx957 ::rtl::OUString sLabel; in implUpdateGroupStructure()
959 xModelProps->getPropertyValue( ::rtl::OUString::createFromAscii( "Label" ) ) >>= sLabel; in implUpdateGroupStructure()
960 aCurrentGroupLabels.push_back( sLabel ); in implUpdateGroupStructure()
990 ::rtl::OUString sLabel; in implUpdateGroupStructure()
992 xModelProps->getPropertyValue( ::rtl::OUString::createFromAscii( "Label" ) ) >>= sLabel; in implUpdateGroupStructure()
993 aCurrentGroupLabels.push_back( sLabel ); in implUpdateGroupStructure()
1020 ::rtl::OUString sLabel; in implUpdateGroupStructure()
1022 xModelProps->getPropertyValue( ::rtl::OUString::createFromAscii( "Label" ) ) >>= sLabel; in implUpdateGroupStructure()
1023 aCurrentGroupLabels.push_back( sLabel ); in implUpdateGroupStructure()
/trunk/main/autodoc/source/ary/info/
H A Dall_tags.cxx455 : sLabel() in LabelTag()
463 if ( i_nNr == 1 AND sLabel.length() == 0 ) in Add_SpecialMeaningToken()
465 sLabel = i_sText; in Add_SpecialMeaningToken()
/trunk/main/sw/source/ui/shells/
H A Ddrformsh.cxx135 ::rtl::OUString sLabel(C2U("Label")); in TYPEINIT1()
136 if( xPropInfoSet->hasPropertyByName(sLabel) ) in TYPEINIT1()
139 xPropSet->setPropertyValue(sLabel, aTmp ); in TYPEINIT1()
/trunk/main/forms/source/solar/control/
H A Dnavtoolbar.cxx65 String sLabel = String::CreateFromAscii( " " ); in getLabelString() local
66 sLabel += String( FRM_RES_STRING( _nResId ) ); in getLabelString()
67 sLabel += String::CreateFromAscii( " " ); in getLabelString()
68 return sLabel; in getLabelString()
/trunk/main/fpicker/source/win32/filepicker/
H A DVistaFilePicker.cxx442 const ::rtl::OUString& sLabel ) in setLabel()
448 rRequest->setArgument(PROP_CONTROL_LABEL, sLabel ); in setLabel()
465 …const ::rtl::OUString sLabel = rRequest->getArgumentOrDefault(PROP_CONTROL_LABEL, ::rtl::OUString(… in getLabel() local
466 return sLabel; in getLabel()
/trunk/main/xmloff/source/text/
H A Dtxtftne.cxx195 OUString sLabel = rFootnote->getLabel(); in exportTextFootnoteHelper() local
196 if (sLabel.getLength()>0) in exportTextFootnoteHelper()
199 sLabel); in exportTextFootnoteHelper()
/trunk/main/reportdesign/source/ui/inc/
H A DColumnInfo.hxx33 ::rtl::OUString sLabel;
37 , sLabel(i_sLabel) in ColumnInfo()
/trunk/main/dbaccess/source/core/api/
H A Dquery.cxx238 ::rtl::OUString sLabel = *pIter; in IMPLEMENT_FORWARD_XINTERFACE3()
242 xCommandColumn->getPropertyValue(PROPERTY_LABEL) >>= sLabel; in IMPLEMENT_FORWARD_XINTERFACE3()
244 OQueryColumn* pColumn = new OQueryColumn( xSource, m_xConnection, sLabel); in IMPLEMENT_FORWARD_XINTERFACE3()

Completed in 123 milliseconds

123