/aoo41x/main/connectivity/source/parse/ |
H A D | PColumn.cxx | 113 ::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 …]
|
/aoo41x/main/reportdesign/source/ui/dlg/ |
H A D | AddField.cxx | 302 ::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 D | GroupsSorting.cxx | 78 ::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()
|
/aoo41x/main/odk/examples/DevelopersGuide/Forms/ |
H A D | FLTools.java | 83 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()
|
/aoo41x/main/dbaccess/source/ui/control/ |
H A D | opendoccontrols.cxx | 101 ::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()
|
/aoo41x/main/svx/source/form/ |
H A D | tabwin.cxx | 98 ::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 D | formcontrolfactory.cxx | 156 ::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()
|
/aoo41x/main/cui/source/customize/ |
H A D | cfgutil.cxx | 170 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 D | acccfg.cxx | 910 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 …]
|
/aoo41x/main/vbahelper/source/vbahelper/ |
H A D | vbacommandbarcontrols.cxx | 61 … 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 D | vbacommandbarhelper.cxx | 237 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()
|
/aoo41x/main/odk/examples/java/Inspector/ |
H A D | UnoPropertyNode.java | 46 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()
|
/aoo41x/main/sfx2/source/sidebar/ |
H A D | CommandInfoProvider.cxx | 128 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()
|
/aoo41x/main/fpicker/source/aqua/ |
H A D | ControlHelper.cxx | 211 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()
|
/aoo41x/main/cui/source/inc/ |
H A D | cfgutil.hxx | 59 ::rtl::OUString sLabel; 69 sLabel = rCopy.sLabel; in SfxStyleInfo_Impl() 106 String sLabel; member
|
/aoo41x/main/desktop/source/migration/ |
H A D | migration.cxx | 86 ::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()
|
/aoo41x/main/reportdesign/source/ui/report/ |
H A D | FormattedFieldBeautifier.cxx | 102 ::rtl::OUString sLabel = m_rReportController.getColumnLabel_throw(sColumnName); in setPlaceholderText() 103 if ( sLabel.getLength() ) in setPlaceholderText() 107 aBuffer.append( sLabel ); in setPlaceholderText()
|
/aoo41x/main/autodoc/source/ary/info/ |
H A D | all_tags.cxx | 455 : sLabel() in LabelTag() 463 if ( i_nNr == 1 AND sLabel.length() == 0 ) in Add_SpecialMeaningToken() 465 sLabel = i_sText; in Add_SpecialMeaningToken()
|
/aoo41x/main/sw/source/ui/shells/ |
H A D | drformsh.cxx | 135 ::rtl::OUString sLabel(C2U("Label")); in TYPEINIT1() 136 if( xPropInfoSet->hasPropertyByName(sLabel) ) in TYPEINIT1() 139 xPropSet->setPropertyValue(sLabel, aTmp ); in TYPEINIT1()
|
/aoo41x/main/toolkit/source/controls/ |
H A D | controlmodelcontainerbase.cxx | 957 ::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()
|
/aoo41x/main/forms/source/solar/control/ |
H A D | navtoolbar.cxx | 65 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()
|
/aoo41x/main/reportdesign/source/ui/inc/ |
H A D | ColumnInfo.hxx | 33 ::rtl::OUString sLabel; 37 , sLabel(i_sLabel) in ColumnInfo()
|
/aoo41x/main/xmloff/source/text/ |
H A D | txtftne.cxx | 195 OUString sLabel = rFootnote->getLabel(); in exportTextFootnoteHelper() local 196 if (sLabel.getLength()>0) in exportTextFootnoteHelper() 199 sLabel); in exportTextFootnoteHelper()
|
/aoo41x/main/fpicker/source/win32/filepicker/ |
H A D | VistaFilePicker.cxx | 442 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()
|
/aoo41x/main/dbaccess/source/core/api/ |
H A D | query.cxx | 238 ::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()
|