Home
last modified time | relevance | path

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

123

/aoo4110/main/sd/source/ui/dlg/
H A Ddlgass.cxx1755 String sLabel; in GetUiTextForCommand() local
1800 sLabel = sString; in GetUiTextForCommand()
1809 return sLabel; in GetUiTextForCommand()
/aoo4110/main/dbaccess/source/ui/app/
H A DAppController.cxx2101 String sLabel; in renameEntry() local
2103 sLabel = String(ModuleRes( STR_FRM_LABEL )); in renameEntry()
2105 sLabel = String(ModuleRes( STR_RPT_LABEL )); in renameEntry()
2123 … getView(), getORB(), sName, sLabel, *pNameChecker, SAD_TITLE_RENAME ) ); in renameEntry()
/aoo4110/main/sw/source/ui/dbui/
H A Dmmaddressblockpage.cxx1120 String sLabel(String::CreateFromAscii("<>")); in SwAssignFieldsControl() local
1121 sLabel.Insert(rHeader, 1); in SwAssignFieldsControl()
1122 pNewText->SetText(sLabel); in SwAssignFieldsControl()
/aoo4110/main/dbaccess/source/ui/misc/
H A DUITools.cxx1795 String sTargetName,sLabel; in insertHierachyElement() local
1802sLabel = String(ModuleRes( _bCollection ? STR_FOLDER_LABEL : ((_bForm) ? STR_FRM_LABEL : STR_RPT_… in insertHierachyElement()
1812 sLabel, in insertHierachyElement()
/aoo4110/main/fpicker/source/win32/filepicker/
H A DVistaFilePickerImpl.cxx1155 ::rtl::OUString sLabel = rRequest->getArgumentOrDefault(PROP_CONTROL_LABEL, ::rtl::OUString() ); in impl_sta_SetControlLabel()
1163 iCustom->SetControlLabel ( nId, reinterpret_cast<LPCTSTR>(sLabel.getStr())); in impl_sta_SetControlLabel()
/aoo4110/main/wizards/com/sun/star/wizards/ui/
H A DUnoDialog.java244 public Size getpreferredLabelSize(String LabelName, String sLabel) in getpreferredLabelSize() argument
249 xFixedText.setText(sLabel); in getpreferredLabelSize()
/aoo4110/main/svx/source/fmcomp/
H A Dfmgridcl.cxx958 ::rtl::OUString sLabel = factory.getDefaultUniqueName_ByComponentType( in PostExecuteColumnContextMenu()
960 xNewCol->setPropertyValue( FM_PROP_LABEL, makeAny( sLabel ) ); in PostExecuteColumnContextMenu()
961 xNewCol->setPropertyValue( FM_PROP_NAME, makeAny( sLabel ) ); in PostExecuteColumnContextMenu()
/aoo4110/main/sw/source/ui/config/
H A Doptpage.cxx754 String sLabel = aLabelBox .GetText(); in FillItemSet() local
772 pFontConfig->SetFontCaption(sLabel, nFontGroup); in FillItemSet()
854 if(sLabel != sShellLabel && (!bLabelDefault || !bSetLabelDefault)) in FillItemSet()
856 lcl_SetColl(pWrtShell, RES_POOLCOLL_LABEL, pPrinter, sLabel, nFontWhich); in FillItemSet()
/aoo4110/main/wizards/com/sun/star/wizards/reportbuilder/layout/
H A DReportBuilderLayouter.java1522 final String sLabel = aFieldTitles[i]; in getMaxLabelWidth() local
1523 nWidth = Math.max(nWidth, getLabelWidth(sLabel)); in getMaxLabelWidth()
/aoo4110/main/svtools/source/uno/
H A Dunoiface.cxx1474 ::rtl::OUString sLabel; in propertyChange()
1475 evt.NewValue >>= sLabel; in propertyChange()
1476 pField->ChangeRoadmapItemLabel( (RoadmapTypes::ItemId)nID , sLabel ); in propertyChange()
/aoo4110/main/dbaccess/source/ui/browser/
H A Dunodatbr.cxx784 ::rtl::OUString sLabel; in InitializeGridModel()
785 xColumn->getPropertyValue(PROPERTY_LABEL) >>= sLabel; in InitializeGridModel()
786 if ( sLabel.getLength() ) in InitializeGridModel()
787 aInitialValues.push_back( NamedValue( PROPERTY_LABEL, makeAny( sLabel ) ) ); in InitializeGridModel()
/aoo4110/main/extensions/source/propctrlr/
H A Dformcomponenthandler.cxx706 ::rtl::OUString sLabel; in convertToControlValue()
707 OSL_VERIFY( xSet->getPropertyValue( PROPERTY_LABEL ) >>= sLabel ); in convertToControlValue()
708 aValue.append( sLabel ); in convertToControlValue()
/aoo4110/main/xmloff/source/text/
H A Dtxtfldi.cxx4044 OUString sLabel; in CreateChildContext() local
4046 if( lcl_ProcessLabel( GetImport(), xAttrList, sLabel, bIsSelected ) ) in CreateChildContext()
4050 aLabels.push_back( sLabel ); in CreateChildContext()

Completed in 212 milliseconds

123