Home
last modified time | relevance | path

Searched refs:aLabel (Results 1 – 25 of 83) sorted by relevance

1234

/trunk/main/chart2/source/tools/
H A DDataSeriesHelper.cxx177 DataPointLabel aLabel; in lcl_insertOrDeleteDataLabelsToSeriesAndAllPoints() local
785 DataPointLabel aLabel; in hasDataLabelsAtSeries() local
787 bRet = aLabel.ShowNumber || aLabel.ShowNumberInPercent || aLabel.ShowCategoryName; in hasDataLabelsAtSeries()
815 … bRet = aLabel.ShowNumber || aLabel.ShowNumberInPercent || aLabel.ShowCategoryName; in hasDataLabelsAtPoints()
851 DataPointLabel aLabel; in hasDataLabelAtPoint() local
853 … bRet = aLabel.ShowNumber || aLabel.ShowNumberInPercent || aLabel.ShowCategoryName; in hasDataLabelAtPoint()
881 DataPointLabel aLabel; in insertDataLabelToPoint() local
883 aLabel.ShowNumber = true; in insertDataLabelToPoint()
899 DataPointLabel aLabel; in deleteDataLabelsFromPoint() local
901 aLabel.ShowNumber = false; in deleteDataLabelsFromPoint()
[all …]
/trunk/main/chart2/source/controller/chartapiwrapper/
H A DWrappedDataCaptionProperties.cxx89 chart2::DataPointLabel aLabel(false,false,false,false); in lcl_CaptionToLabel() local
92 aLabel.ShowNumber = true; in lcl_CaptionToLabel()
94 aLabel.ShowNumberInPercent = true; in lcl_CaptionToLabel()
96 aLabel.ShowCategoryName = true; in lcl_CaptionToLabel()
98 aLabel.ShowLegendSymbol = true; in lcl_CaptionToLabel()
100 return aLabel; in lcl_CaptionToLabel()
165 chart2::DataPointLabel aLabel; in getValueFromSeries() local
166 … if( xSeriesPropertySet.is() && ( xSeriesPropertySet->getPropertyValue(C2U("Label")) >>= aLabel ) ) in getValueFromSeries()
167 aRet = lcl_LabelToCaption( aLabel ); in getValueFromSeries()
176 chart2::DataPointLabel aLabel = lcl_CaptionToLabel( nCaption ); in setValueToSeries() local
[all …]
/trunk/main/sfx2/source/appl/
H A Dshutdowniconunx.cxx165 OString aLabel; in add_item() local
167 aLabel = OUStringToOString (*pOverrideLabel, RTL_TEXTENCODING_UTF8); in add_item()
171 aLabel = OUStringToOString (pShutdownIcon->GetUrlDescription( *pURL ), in add_item()
222 rtl::OUString aLabel, in add_image_menu_item() argument
225 OString aUtfLabel = rtl::OUStringToOString (aLabel, RTL_TEXTENCODING_UTF8 ); in add_image_menu_item()
272 OString aLabel; in populate_menu() local
360 OString aLabel; in plugin_init_sys_tray() local
362 aLabel = rtl::OUStringToOString ( in plugin_init_sys_tray()
369 "title", aLabel.getStr(),/* Since 2.18 */ in plugin_init_sys_tray()
370 "tooltip-text", aLabel.getStr(), /* Since 2.16 */ in plugin_init_sys_tray()
[all …]
/trunk/main/chart2/source/controller/itemsetwrapper/
H A DDataPointItemConverter.cxx328 chart2::DataPointLabel aLabel; in ApplySpecialItem() local
329 if( aOldValue >>= aLabel ) in ApplySpecialItem()
331 sal_Bool& rValue = (SCHATTR_DATADESCR_SHOW_NUMBER==nWhichId) ? aLabel.ShowNumber : ( in ApplySpecialItem()
332 (SCHATTR_DATADESCR_SHOW_PERCENTAGE==nWhichId) ? aLabel.ShowNumberInPercent : ( in ApplySpecialItem()
333 …(SCHATTR_DATADESCR_SHOW_CATEGORY==nWhichId) ? aLabel.ShowCategoryName : aLabel.ShowLegendSymbol )); in ApplySpecialItem()
348 GetPropertySet()->setPropertyValue( C2U( "Label" ), uno::makeAny( aLabel )); in ApplySpecialItem()
554 chart2::DataPointLabel aLabel; in FillSpecialItem() local
555 if( GetPropertySet()->getPropertyValue( C2U( "Label" )) >>= aLabel ) in FillSpecialItem()
557 sal_Bool bValue = (SCHATTR_DATADESCR_SHOW_NUMBER==nWhichId) ? aLabel.ShowNumber : ( in FillSpecialItem()
558 (SCHATTR_DATADESCR_SHOW_PERCENTAGE==nWhichId) ? aLabel.ShowNumberInPercent : ( in FillSpecialItem()
[all …]
/trunk/main/fpicker/source/win32/filepicker/
H A Dfilepickerstate.cxx164 …AL_CALL CNonExecuteFilePickerState::setLabel( sal_Int16 aControlId, const ::rtl::OUString& aLabel ) in setLabel() argument
167 aControlId, aLabel ); in setLabel()
185 OUString aLabel; in getLabel() local
192 aLabel = label_result->getLabel( ); in getLabel()
195 return aLabel; in getLabel()
475 void SAL_CALL CExecuteFilePickerState::setLabel( sal_Int16 aControlId, const OUString& aLabel ) in setLabel() argument
484 OUString aWinLabel = SOfficeToWindowsLabel( aLabel ); in setLabel()
504 sal_Unicode aLabel[MAX_LABEL]; in getLabel() local
505 int nRet = GetWindowText( hwndCtrl, reinterpret_cast<LPTSTR>(aLabel), MAX_LABEL ); in getLabel()
510 ctrlLabel = OUString( aLabel, rtl_ustr_getLength( aLabel ) ); in getLabel()
[all …]
/trunk/main/framework/source/fwe/xml/
H A Dmenudocumenthandler.cxx399 ::rtl::OUString aLabel; in startElement()
424 aLabel = aValue; in startElement()
635 ::rtl::OUString aLabel; in startElement()
659 aLabel = aValue; in startElement()
706 ::rtl::OUString aLabel; in startElement()
716 aLabel = aValue; in startElement()
894 ::rtl::OUString aLabel; in WriteMenu()
906 WriteMenuItem( aCommandURL, aLabel, aHelpURL, nItemBits ); in WriteMenu()
921 aLabel ); in WriteMenu()
946 WriteMenuItem( aCommandURL, aLabel, aHelpURL, nItemBits ); in WriteMenu()
[all …]
H A Dtoolboxdocumenthandler.cxx321 ::rtl::OUString aLabel; in startElement()
340 aLabel = xAttribs->getValueByIndex( n ); in startElement()
464 aToolbarItemProp[2].Value <<= aLabel; in startElement()
757 ::rtl::OUString aLabel; in WriteToolBoxDocument()
765 …ExtractToolbarParameters( aProps, aCommandURL, aLabel, aHelpURL, aTooltip, nStyle, nWidth, bVisibl… in WriteToolBoxDocument()
767 WriteToolBoxItem( aCommandURL, aLabel, aHelpURL, aTooltip, nStyle, nWidth, bVisible ); in WriteToolBoxDocument()
/trunk/main/accessibility/workben/org/openoffice/accessibility/awb/view/
H A DViewGridLayout.java55 JLabel aLabel = AddLabeledEntry (sTitle); in AddLabeledString() local
56 aLabel.setBackground (new Color(220,220,220)); in AddLabeledString()
57 aLabel.setOpaque (true); in AddLabeledString()
58 return aLabel; in AddLabeledString()
69 JLabel aLabel = new JLabel(sTitle); in AddLabeledComponent() local
70 aLabel.setFont (saFont); in AddLabeledComponent()
71 maComponent.add (aLabel, constraints); in AddLabeledComponent()
/trunk/main/sc/source/filter/qpro/
H A Dqpro.cxx62 String aLabel; in readSheet() local
67 readString( aLabel, nLen - 7 ); in readSheet()
70 …pDoc->PutCell( nCol, nRow, nTab, ScBaseCell::CreateTextCell( aLabel, pDoc ), (sal_Bool) sal_True ); in readSheet()
198 String aLabel; in import() local
203 readString( aLabel, nLen - 4 ); in import()
206 pStyleElement->setFontType( j, aLabel ); in import()
/trunk/main/fpicker/source/win32/misc/
H A DWinImplHelper.cxx491 void Replace( const OUString& aLabel, sal_Unicode OldChar, sal_Unicode NewChar, OUStringBuffer& aBu… in Replace() argument
493 OSL_ASSERT( aLabel.getLength( ) ); in Replace()
494 OSL_ASSERT( aBuffer.getCapacity( ) >= (aLabel.getLength( )) ); in Replace()
497 const sal_Unicode* pCurrent = aLabel.getStr( ); in Replace()
498 const sal_Unicode* pNext = aLabel.getStr( ) + 1; in Replace()
499 const sal_Unicode* pEnd = aLabel.getStr( ) + aLabel.getLength( ); in Replace()
/trunk/main/framework/source/fwe/helper/
H A Dactiontriggerhelper.cxx133 OUString aLabel; in InsertSubMenuItems() local
141 GetMenuItemAttributes( xPropSet, aLabel, aCommandURL, aHelpURL, xBitmap, xSubContainer ); in InsertSubMenuItems()
155 pSubMenu->InsertItem( nNewItemId, aLabel ); in InsertSubMenuItems()
159 pSubMenu->InsertItem( nNewItemId, aLabel ); in InsertSubMenuItems()
272 OUString aLabel = pMenu->GetItemText( nItemId ); in CreateActionTrigger() local
273 a <<= aLabel; in CreateActionTrigger()
/trunk/main/chart2/source/controller/dialogs/
H A Dtp_DataSource.cxx100 String aLabel( ::chart::DataSeriesHelper::getDataSeriesLabel( in lcl_UpdateCurrentSeriesName() local
103 if( aLabel.Len()) in lcl_UpdateCurrentSeriesName()
105 rOutListBox.SetEntryText( pEntry, aLabel ); in lcl_UpdateCurrentSeriesName()
478 String aLabel( (*aIt).first ); in fillSeriesListBox() local
479 if( !aLabel.Len()) in fillSeriesListBox()
489 aLabel = String( aResString.replaceAt( in fillSeriesListBox()
493 if( aLabel.Len() == 0 ) in fillSeriesListBox()
494 aLabel = String( ::chart::SchResId( STR_DATA_UNNAMED_SERIES )); in fillSeriesListBox()
499 m_apLB_SERIES->InsertEntry( aLabel )); in fillSeriesListBox()
/trunk/main/framework/source/uielement/
H A Duicommanddescription.cxx151 rtl::OUString aLabel; member
161 …oid fillInfoFromResult( CmdToInfoMap& rCmdInfo, const rtl::OUString& aLabel );
327 …gurationAccess_UICommand::fillInfoFromResult( CmdToInfoMap& rCmdInfo, const rtl::OUString& aLabel ) in fillInfoFromResult() argument
329 String rStr( aLabel ); in fillInfoFromResult()
332 rCmdInfo.aLabel = ::rtl::OUString( rStr ); in fillInfoFromResult()
344 fillInfoFromResult( pIter->second, pIter->second.aLabel ); in getSequenceFromCache()
349 makeAny( pIter->second.aContextLabel ): makeAny( pIter->second.aLabel ); in getSequenceFromCache()
380 xNameAccess->getByName( m_aPropUILabel ) >>= aCmdToInfo.aLabel; in impl_fill()
H A Dstatusbarmerger.cxx74 aPropVal.Value >>= rItem.aLabel; in lcl_ConvertSequenceToValues()
117 pStatusbar->SetQuickHelpText( nItemId, rAddonItem.aLabel ); in lcl_CreateStatusbarItem()
118 pStatusbar->SetAccessibleName( nItemId, rAddonItem.aLabel ); in lcl_CreateStatusbarItem()
122 pUserData->aLabel = rAddonItem.aLabel; in lcl_CreateStatusbarItem()
H A Dtoolbarsmenucontroller.cxx183 rtl::OUString aLabel; in addCommand() local
185 aLabel = getUINameFromCommand( rCommandURL ); in addCommand()
187 aLabel = rLabel; in addCommand()
189 rPopupMenu->insertItem( nItemId, aLabel, 0, nItemId ); in addCommand()
243 rtl::OUString aLabel; in getUINameFromCommand() local
278 aLabel = aStr; in getUINameFromCommand()
285 return aLabel; in getUINameFromCommand()
/trunk/main/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/
H A DStatusListener.java279 JLabel aLabel = (JLabel)m_rControl; in statusChanged() local
287 aLabel.setText(sState); in statusChanged()
294 aLabel.setText(m_sTrueText); in statusChanged()
296 aLabel.setText(m_sFalseText); in statusChanged()
302 aLabel.setText(sState); in statusChanged()
/trunk/main/chart2/source/controller/main/
H A DChartController_Tools.cxx789 chart2::DataPointLabel aLabel; in executeDispatch_Delete() local
790 xObjectProperties->getPropertyValue( C2U( "Label" ) ) >>= aLabel; in executeDispatch_Delete()
791 aLabel.ShowNumber = false; in executeDispatch_Delete()
792 aLabel.ShowNumberInPercent = false; in executeDispatch_Delete()
793 aLabel.ShowCategoryName = false; in executeDispatch_Delete()
794 aLabel.ShowLegendSymbol = false; in executeDispatch_Delete()
798 …sHelper::setPropertyAlsoToAllAttributedDataPoints( xSeries, C2U( "Label" ), uno::makeAny(aLabel) ); in executeDispatch_Delete()
801 xObjectProperties->setPropertyValue( C2U( "Label" ), uno::makeAny(aLabel) ); in executeDispatch_Delete()
/trunk/main/toolkit/test/accessibility/ov/
H A DTextView.java67 JLabel aLabel = new JLabel ("Text:"); in TextView() local
71 add (aLabel, aConstraints); in TextView()
79 aLabel = new JLabel ("Caret position:"); in TextView()
84 add (aLabel, aConstraints); in TextView()
/trunk/main/chart2/source/view/main/
H A DVTitle.cxx198 rtl::OUString aLabel; in createShapes() local
200 aLabel += aStringList[nN]->getString(); in createShapes()
201 aLabel = ShapeFactory::getStackedString( aLabel, bStackCharacters ); in createShapes()
204 xText->insertString( xTextRange, aLabel, false ); in createShapes()
/trunk/main/chart2/source/view/axes/
H A DVPolarAngleAxis.cxx116 rtl::OUString aLabel; in createTextShapes_ForAngleAxis() local
121 aLabel = (*pLabels)[nIndex]; in createTextShapes_ForAngleAxis()
124aLabel = aFixedNumberFormatter.getFormattedString( pTickInfo->getUnscaledTickValue(), nExtraColor,… in createTextShapes_ForAngleAxis()
142 …rtl::OUString aStackedLabel = ShapeFactory::getStackedString( aLabel, rAxisLabelProperties.bStackC… in createTextShapes_ForAngleAxis()
/trunk/main/fpicker/source/unx/gnome/
H A DSalGtkFilePicker.cxx204 OUString aLabel; in SalGtkFilePicker() local
212 aLabel = aResProvider.getResString( CHECKBOX_##elem ); \ in SalGtkFilePicker()
213 setLabel( CHECKBOX_##elem, aLabel ); \ in SalGtkFilePicker()
245 aLabel = aResProvider.getResString( LISTBOX_##elem##_LABEL ); \ in SalGtkFilePicker()
246 setLabel( LISTBOX_##elem##_LABEL, aLabel ); \ in SalGtkFilePicker()
267 aLabel = aResProvider.getResString( FILE_PICKER_FILE_TYPE ); in SalGtkFilePicker()
269 OUStringToOString( aLabel, RTL_TEXTENCODING_UTF8 ).getStr()); in SalGtkFilePicker()
1491 OUString aLabel = aResProvider.getResString( FILE_PICKER_FILE_TYPE ); in implChangeType() local
1501 aLabel += rtl::OUString::createFromAscii( ": " ); in implChangeType()
1502 aLabel += rtl::OUString( title, strlen(title), RTL_TEXTENCODING_UTF8 ); in implChangeType()
[all …]
/trunk/main/vcl/unx/gtk/app/
H A Dgtksys.cxx73 ByteString aLabel( *it, RTL_TEXTENCODING_UTF8 ); in ShowNativeDialog() local
77 gtk_dialog_add_button( GTK_DIALOG( mainwin ), aLabel.GetBuffer(), nButtons ); in ShowNativeDialog()
81 gtk_dialog_add_button( GTK_DIALOG( mainwin ), aLabel.GetBuffer(), nButtons ); in ShowNativeDialog()
/trunk/main/sdext/source/pdfimport/
H A Dfilterdet.cxx135 rtl::OUString aLabel; in initControls() local
136 xPropSet->getPropertyValue(rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "Label" ))) >>= aLabel; in initControls()
138 aLabel = aLabel.replaceAt( in initControls()
139 aLabel.indexOfAsciiL(pFileName,sizeof(pFileName)/sizeof(*pFileName)-1), in initControls()
143 uno::makeAny(aLabel)); in initControls()
/trunk/main/svtools/source/uno/
H A Dcontextmenuhelper.cxx563 ::rtl::OUString aLabel; in getLabelFromCommandURL()
585 aLabel = aStr; in getLabelFromCommandURL()
596 return aLabel; in getLabelFromCommandURL()
645 ::rtl::OUString aLabel( getLabelFromCommandURL( aCmdURL )); in completeMenuProperties()
646 pMenu->SetItemText( nId, aLabel ); in completeMenuProperties()
/trunk/main/sd/source/core/
H A DCustomAnimationPreset.cxx106 OUString aLabel( RTL_CONSTASCII_USTRINGPARAM( "Label" ) ); in implImportLabels() local
117 xNameAccess->getByName( aLabel ) >>= aUIName; in implImportLabels()
505 OUString aLabel; in importPresets() local
506 xCategoryAccess->getByName( aLabelName ) >>= aLabel; in importPresets()
531 rPresetMap.push_back( PresetCategoryPtr( new PresetCategory( aLabel, aEffectsList ) ) ); in importPresets()

Completed in 112 milliseconds

1234