/aoo4110/main/chart2/source/tools/ |
H A D | DataSeriesHelper.cxx | 177 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 …]
|
/aoo4110/main/chart2/source/controller/chartapiwrapper/ |
H A D | WrappedDataCaptionProperties.cxx | 89 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 …]
|
/aoo4110/main/sfx2/source/appl/ |
H A D | shutdowniconunx.cxx | 165 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 …]
|
/aoo4110/main/chart2/source/controller/itemsetwrapper/ |
H A D | DataPointItemConverter.cxx | 328 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 …]
|
/aoo4110/main/fpicker/source/win32/filepicker/ |
H A D | filepickerstate.cxx | 164 …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 …]
|
H A D | filepickerstate.hxx | 67 virtual void SAL_CALL setLabel( sal_Int16 aControlId, const ::rtl::OUString& aLabel ) = 0; 93 virtual void SAL_CALL setLabel( sal_Int16 aControlId, const ::rtl::OUString& aLabel ); 127 virtual void SAL_CALL setLabel( sal_Int16 aControlId, const ::rtl::OUString& aLabel );
|
/aoo4110/main/framework/source/fwe/xml/ |
H A D | menudocumenthandler.cxx | 399 ::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 …]
|
/aoo4110/main/accessibility/workben/org/openoffice/accessibility/awb/view/ |
H A D | ViewGridLayout.java | 55 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()
|
/aoo4110/main/sc/source/filter/qpro/ |
H A D | qpro.cxx | 62 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()
|
/aoo4110/main/fpicker/source/win32/misc/ |
H A D | WinImplHelper.cxx | 491 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()
|
/aoo4110/main/framework/source/fwe/helper/ |
H A D | actiontriggerhelper.cxx | 133 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()
|
/aoo4110/main/chart2/source/controller/dialogs/ |
H A D | tp_DataSource.cxx | 100 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()
|
/aoo4110/main/framework/source/uielement/ |
H A D | uicommanddescription.cxx | 151 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 D | statusbarmerger.cxx | 74 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 D | toolbarsmenucontroller.cxx | 183 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()
|
/aoo4110/main/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/ |
H A D | StatusListener.java | 279 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()
|
/aoo4110/main/toolkit/test/accessibility/ov/ |
H A D | TextView.java | 67 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()
|
/aoo4110/main/chart2/source/view/main/ |
H A D | VTitle.cxx | 198 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()
|
/aoo4110/main/chart2/source/controller/main/ |
H A D | ChartController_Tools.cxx | 789 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()
|
/aoo4110/main/chart2/source/view/axes/ |
H A D | VPolarAngleAxis.cxx | 116 rtl::OUString aLabel; in createTextShapes_ForAngleAxis() local 121 aLabel = (*pLabels)[nIndex]; in createTextShapes_ForAngleAxis() 124 …aLabel = aFixedNumberFormatter.getFormattedString( pTickInfo->getUnscaledTickValue(), nExtraColor,… in createTextShapes_ForAngleAxis() 142 …rtl::OUString aStackedLabel = ShapeFactory::getStackedString( aLabel, rAxisLabelProperties.bStackC… in createTextShapes_ForAngleAxis()
|
/aoo4110/main/vcl/unx/gtk/app/ |
H A D | gtksys.cxx | 73 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()
|
/aoo4110/main/fpicker/source/unx/gnome/ |
H A D | SalGtkFilePicker.cxx | 204 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() 1490 OUString aLabel = aResProvider.getResString( FILE_PICKER_FILE_TYPE ); in implChangeType() local 1500 aLabel += rtl::OUString::createFromAscii( ": " ); in implChangeType() 1501 aLabel += rtl::OUString( title, strlen(title), RTL_TEXTENCODING_UTF8 ); in implChangeType() [all …]
|
/aoo4110/main/svtools/source/uno/ |
H A D | contextmenuhelper.cxx | 563 ::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()
|
/aoo4110/main/sdext/source/pdfimport/ |
H A D | filterdet.cxx | 135 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()
|
/aoo4110/main/sd/source/core/ |
H A D | CustomAnimationPreset.cxx | 106 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()
|