LibreOffice Module reportdesign (master) 1
|
#include <rtl/ustring.hxx>
Go to the source code of this file.
Variables | |
constexpr OUStringLiteral | RID_STR_CLASS_FIXEDTEXT = u"Label" |
constexpr OUStringLiteral | RID_STR_CLASS_FIXEDLINE = u"Line" |
constexpr OUStringLiteral | RID_STR_CLASS_IMAGECONTROL = u"Graphic" |
constexpr OUStringLiteral | RID_STR_CLASS_FORMATTEDFIELD = u"FormattedField" |
constexpr OUStringLiteral | SERVICE_FIXEDTEXT = u"com.sun.star.report.FixedText" |
constexpr OUStringLiteral | SERVICE_FORMATTEDFIELD = u"com.sun.star.report.FormattedField" |
constexpr OUStringLiteral | SERVICE_IMAGECONTROL = u"com.sun.star.report.ImageControl" |
constexpr OUStringLiteral | SERVICE_FORMATCONDITION = u"com.sun.star.report.FormatCondition" |
constexpr OUStringLiteral | SERVICE_FUNCTION = u"com.sun.star.report.Function" |
constexpr OUStringLiteral | SERVICE_REPORTDEFINITION = u"com.sun.star.report.ReportDefinition" |
constexpr OUStringLiteral | SERVICE_SHAPE = u"com.sun.star.report.Shape" |
constexpr OUStringLiteral | SERVICE_FIXEDLINE = u"com.sun.star.report.FixedLine" |
constexpr OUStringLiteral | SERVICE_SECTION = u"com.sun.star.report.Section" |
constexpr OUStringLiteral | SERVICE_GROUP = u"com.sun.star.report.Group" |
constexpr OUStringLiteral | PROPERTY_VISIBLE = u"Visible" |
constexpr OUStringLiteral | PROPERTY_NAME = u"Name" |
constexpr OUStringLiteral | PROPERTY_HEIGHT = u"Height" |
constexpr OUStringLiteral | PROPERTY_BACKCOLOR = u"BackColor" |
constexpr OUStringLiteral | PROPERTY_BACKTRANSPARENT = u"BackTransparent" |
constexpr OUStringLiteral | PROPERTY_CONTROLBACKGROUND = u"ControlBackground" |
constexpr OUStringLiteral | PROPERTY_CONTROLBACKGROUNDTRANSPARENT = u"ControlBackgroundTransparent" |
constexpr OUStringLiteral | PROPERTY_FORCENEWPAGE = u"ForceNewPage" |
constexpr OUStringLiteral | PROPERTY_NEWROWORCOL = u"NewRowOrCol" |
constexpr OUStringLiteral | PROPERTY_KEEPTOGETHER = u"KeepTogether" |
constexpr OUStringLiteral | PROPERTY_CANGROW = u"CanGrow" |
constexpr OUStringLiteral | PROPERTY_CANSHRINK = u"CanShrink" |
constexpr OUStringLiteral | PROPERTY_REPEATSECTION = u"RepeatSection" |
constexpr OUStringLiteral | PROPERTY_GROUP = u"Group" |
constexpr OUStringLiteral | PROPERTY_REPORTDEFINITION = u"ReportDefinition" |
constexpr OUStringLiteral | PROPERTY_GROUPINTERVAL = u"GroupInterval" |
constexpr OUStringLiteral | PROPERTY_EXPRESSION = u"Expression" |
constexpr OUStringLiteral | PROPERTY_GROUPON = u"GroupOn" |
constexpr OUStringLiteral | PROPERTY_SORTASCENDING = u"SortAscending" |
constexpr OUStringLiteral | PROPERTY_MASTERFIELDS = u"MasterFields" |
constexpr OUStringLiteral | PROPERTY_DETAILFIELDS = u"DetailFields" |
constexpr OUStringLiteral | PROPERTY_CAPTION = u"Caption" |
constexpr OUStringLiteral | PROPERTY_COMMAND = u"Command" |
constexpr OUStringLiteral | PROPERTY_BACKGRAPHICLOCATION = u"BackGraphicLocation" |
constexpr OUStringLiteral | PROPERTY_ORIENTATION = u"Orientation" |
constexpr OUStringLiteral | PROPERTY_PAPERSIZE = u"Size" |
constexpr OUStringLiteral | PROPERTY_GROUPKEEPTOGETHER = u"GroupKeepTogether" |
constexpr OUStringLiteral | PROPERTY_PAGEHEADEROPTION = u"PageHeaderOption" |
constexpr OUStringLiteral | PROPERTY_PAGEFOOTEROPTION = u"PageFooterOption" |
constexpr OUStringLiteral | PROPERTY_COMMANDTYPE = u"CommandType" |
constexpr OUStringLiteral | PROPERTY_REPORTHEADERON = u"ReportHeaderOn" |
constexpr OUStringLiteral | PROPERTY_REPORTFOOTERON = u"ReportFooterOn" |
constexpr OUStringLiteral | PROPERTY_PAGEHEADERON = u"PageHeaderOn" |
constexpr OUStringLiteral | PROPERTY_PAGEFOOTERON = u"PageFooterOn" |
constexpr OUStringLiteral | PROPERTY_HEADERON = u"HeaderOn" |
constexpr OUStringLiteral | PROPERTY_FOOTERON = u"FooterOn" |
constexpr OUStringLiteral | PROPERTY_WIDTH = u"Width" |
constexpr OUStringLiteral | PROPERTY_POSITIONX = u"PositionX" |
constexpr OUStringLiteral | PROPERTY_POSITIONY = u"PositionY" |
constexpr OUStringLiteral | PROPERTY_AUTOGROW = u"AutoGrow" |
constexpr OUStringLiteral | PROPERTY_MINHEIGHT = u"MinHeight" |
constexpr OUStringLiteral | PROPERTY_DATAFIELD = u"DataField" |
constexpr OUStringLiteral | PROPERTY_PARAADJUST = u"ParaAdjust" |
constexpr OUStringLiteral | PROPERTY_FONTDESCRIPTOR = u"FontDescriptor" |
constexpr OUStringLiteral | PROPERTY_FONTDESCRIPTORASIAN = u"FontDescriptorAsian" |
constexpr OUStringLiteral | PROPERTY_FONTDESCRIPTORCOMPLEX = u"FontDescriptorComplex" |
constexpr OUStringLiteral | PROPERTY_CONTROLTEXTEMPHASISMARK = u"ControlTextEmphasis" |
constexpr OUStringLiteral | PROPERTY_CHARRELIEF = u"CharRelief" |
constexpr OUStringLiteral | PROPERTY_CHARCOLOR = u"CharColor" |
constexpr OUStringLiteral | PROPERTY_VERTICALALIGN = u"VerticalAlign" |
constexpr OUStringLiteral | PROPERTY_IMAGEURL = u"ImageURL" |
constexpr OUStringLiteral | PROPERTY_CHARUNDERLINECOLOR = u"CharUnderlineColor" |
constexpr OUStringLiteral | PROPERTY_LABEL = u"Label" |
constexpr OUStringLiteral | PROPERTY_EFFECTIVEDEFAULT = u"EffectiveDefault" |
constexpr OUStringLiteral | PROPERTY_EFFECTIVEMAX = u"EffectiveMax" |
constexpr OUStringLiteral | PROPERTY_EFFECTIVEMIN = u"EffectiveMin" |
constexpr OUStringLiteral | PROPERTY_FORMATKEY = u"FormatKey" |
constexpr OUStringLiteral | PROPERTY_MAXTEXTLEN = u"MaxTextLen" |
constexpr OUStringLiteral | PROPERTY_FORMATSSUPPLIER = u"FormatsSupplier" |
constexpr OUStringLiteral | PROPERTY_CONTROLBORDER = u"ControlBorder" |
constexpr OUStringLiteral | PROPERTY_CONTROLBORDERCOLOR = u"ControlBorderColor" |
constexpr OUStringLiteral | PROPERTY_BORDER = u"Border" |
constexpr OUStringLiteral | PROPERTY_BORDERCOLOR = u"BorderColor" |
constexpr OUStringLiteral | PROPERTY_DEFAULTCONTROL = u"DefaultControl" |
constexpr OUStringLiteral | PROPERTY_LEFTMARGIN = u"LeftMargin" |
constexpr OUStringLiteral | PROPERTY_RIGHTMARGIN = u"RightMargin" |
constexpr OUStringLiteral | PROPERTY_TOPMARGIN = u"TopMargin" |
constexpr OUStringLiteral | PROPERTY_BOTTOMMARGIN = u"BottomMargin" |
constexpr OUStringLiteral | PROPERTY_PRINTREPEATEDVALUES = u"PrintRepeatedValues" |
constexpr OUStringLiteral | PROPERTY_CONDITIONALPRINTEXPRESSION = u"ConditionalPrintExpression" |
constexpr OUStringLiteral | PROPERTY_STARTNEWCOLUMN = u"StartNewColumn" |
constexpr OUStringLiteral | PROPERTY_RESETPAGENUMBER = u"ResetPageNumber" |
constexpr OUStringLiteral | PROPERTY_PRINTWHENGROUPCHANGE = u"PrintWhenGroupChange" |
constexpr OUStringLiteral | PROPERTY_STATE = u"State" |
constexpr OUStringLiteral | PROPERTY_TIME_STATE = u"TimeState" |
constexpr OUStringLiteral | PROPERTY_DATE_STATE = u"DateState" |
constexpr OUStringLiteral | PROPERTY_FONTCHARWIDTH = u"FontCharWidth" |
constexpr OUStringLiteral | PROPERTY_FONTCHARSET = u"CharFontCharSet" |
constexpr OUStringLiteral | PROPERTY_FONTFAMILY = u"CharFontFamily" |
constexpr OUStringLiteral | PROPERTY_CHARFONTHEIGHT = u"CharHeight" |
constexpr OUStringLiteral | PROPERTY_FONTHEIGHT = u"FontHeight" |
constexpr OUStringLiteral | PROPERTY_FONTKERNING = u"FontKerning" |
constexpr OUStringLiteral | PROPERTY_FONT = u"FontDescriptor" |
constexpr OUStringLiteral | PROPERTY_FONTNAME = u"FontName" |
constexpr OUStringLiteral | PROPERTY_FONTORIENTATION = u"CharRotation" |
constexpr OUStringLiteral | PROPERTY_FONTPITCH = u"CharFontPitch" |
constexpr OUStringLiteral | PROPERTY_CHARSTRIKEOUT = u"CharStrikeout" |
constexpr OUStringLiteral | PROPERTY_FONTSTRIKEOUT = u"FontStrikeout" |
constexpr OUStringLiteral | PROPERTY_FONTSTYLENAME = u"CharFontStyleName" |
constexpr OUStringLiteral | PROPERTY_FONTUNDERLINE = u"CharUnderline" |
constexpr OUStringLiteral | PROPERTY_FONTWEIGHT = u"CharWeight" |
constexpr OUStringLiteral | PROPERTY_FONTWIDTH = u"FontWidth" |
constexpr OUStringLiteral | PROPERTY_FONTTYPE = u"FontType" |
constexpr OUStringLiteral | PROPERTY_ENABLED = u"Enabled" |
constexpr OUStringLiteral | PROPERTY_CHAREMPHASIS = u"CharEmphasis" |
constexpr OUStringLiteral | PROPERTY_CHARFONTNAME = u"CharFontName" |
constexpr OUStringLiteral | PROPERTY_CHARFONTSTYLENAME = u"CharFontStyleName" |
constexpr OUStringLiteral | PROPERTY_CHARFONTFAMILY = u"CharFontFamily" |
constexpr OUStringLiteral | PROPERTY_CHARFONTCHARSET = u"CharFontCharSet" |
constexpr OUStringLiteral | PROPERTY_CHARFONTPITCH = u"CharFontPitch" |
constexpr OUStringLiteral | PROPERTY_CHARHEIGHT = u"CharHeight" |
constexpr OUStringLiteral | PROPERTY_CHARUNDERLINE = u"CharUnderline" |
constexpr OUStringLiteral | PROPERTY_CHARWEIGHT = u"CharWeight" |
constexpr OUStringLiteral | PROPERTY_CHARPOSTURE = u"CharPosture" |
constexpr OUStringLiteral | PROPERTY_CHARWORDMODE = u"CharWordMode" |
constexpr OUStringLiteral | PROPERTY_CHARROTATION = u"CharRotation" |
constexpr OUStringLiteral | PROPERTY_CHARSCALEWIDTH = u"CharScaleWidth" |
constexpr OUStringLiteral | PROPERTY_CHAREMPHASISASIAN = u"CharEmphasisAsian" |
constexpr OUStringLiteral | PROPERTY_CHARFONTNAMEASIAN = u"CharFontNameAsian" |
constexpr OUStringLiteral | PROPERTY_CHARFONTSTYLENAMEASIAN = u"CharFontStyleNameAsian" |
constexpr OUStringLiteral | PROPERTY_CHARFONTFAMILYASIAN = u"CharFontFamilyAsian" |
constexpr OUStringLiteral | PROPERTY_CHARFONTCHARSETASIAN = u"CharFontCharSetAsian" |
constexpr OUStringLiteral | PROPERTY_CHARFONTPITCHASIAN = u"CharFontPitchAsian" |
constexpr OUStringLiteral | PROPERTY_CHARHEIGHTASIAN = u"CharHeightAsian" |
constexpr OUStringLiteral | PROPERTY_CHARUNDERLINEASIAN = u"CharUnderlineAsian" |
constexpr OUStringLiteral | PROPERTY_CHARWEIGHTASIAN = u"CharWeightAsian" |
constexpr OUStringLiteral | PROPERTY_CHARPOSTUREASIAN = u"CharPostureAsian" |
constexpr OUStringLiteral | PROPERTY_CHARWORDMODEASIAN = u"CharWordModeAsian" |
constexpr OUStringLiteral | PROPERTY_CHARROTATIONASIAN = u"CharRotationAsian" |
constexpr OUStringLiteral | PROPERTY_CHARSCALEWIDTHASIAN = u"CharScaleWidthAsian" |
constexpr OUStringLiteral | PROPERTY_CHARLOCALEASIAN = u"CharLocaleAsian" |
constexpr OUStringLiteral | PROPERTY_CHAREMPHASISCOMPLEX = u"CharEmphasisComplex" |
constexpr OUStringLiteral | PROPERTY_CHARFONTNAMECOMPLEX = u"CharFontNameComplex" |
constexpr OUStringLiteral | PROPERTY_CHARFONTSTYLENAMECOMPLEX = u"CharFontStyleNameComplex" |
constexpr OUStringLiteral | PROPERTY_CHARFONTFAMILYCOMPLEX = u"CharFontFamilyComplex" |
constexpr OUStringLiteral | PROPERTY_CHARFONTCHARSETCOMPLEX = u"CharFontCharSetComplex" |
constexpr OUStringLiteral | PROPERTY_CHARFONTPITCHCOMPLEX = u"CharFontPitchComplex" |
constexpr OUStringLiteral | PROPERTY_CHARHEIGHTCOMPLEX = u"CharHeightComplex" |
constexpr OUStringLiteral | PROPERTY_CHARUNDERLINECOMPLEX = u"CharUnderlineComplex" |
constexpr OUStringLiteral | PROPERTY_CHARWEIGHTCOMPLEX = u"CharWeightComplex" |
constexpr OUStringLiteral | PROPERTY_CHARPOSTURECOMPLEX = u"CharPostureComplex" |
constexpr OUStringLiteral | PROPERTY_CHARWORDMODECOMPLEX = u"CharWordModeComplex" |
constexpr OUStringLiteral | PROPERTY_CHARROTATIONCOMPLEX = u"CharRotationComplex" |
constexpr OUStringLiteral | PROPERTY_CHARSCALEWIDTHCOMPLEX = u"CharScaleWidthComplex" |
constexpr OUStringLiteral | PROPERTY_CHARLOCALECOMPLEX = u"CharLocaleComplex" |
constexpr OUStringLiteral | PROPERTY_STATUSINDICATOR = u"StatusIndicator" |
constexpr OUStringLiteral | PROPERTY_SECTION = u"Section" |
constexpr OUStringLiteral | PROPERTY_FILTER = u"Filter" |
constexpr OUStringLiteral | PROPERTY_ESCAPEPROCESSING = u"EscapeProcessing" |
constexpr OUStringLiteral | PROPERTY_MULTILINE = u"MultiLine" |
constexpr OUStringLiteral | PROPERTY_ACTIVECONNECTION = u"ActiveConnection" |
constexpr OUStringLiteral | PROPERTY_DATASOURCENAME = u"DataSourceName" |
constexpr OUStringLiteral | PROPERTY_FORMULA = u"Formula" |
constexpr OUStringLiteral | PROPERTY_INITIALFORMULA = u"InitialFormula" |
constexpr OUStringLiteral | PROPERTY_PREEVALUATED = u"PreEvaluated" |
constexpr OUStringLiteral | PROPERTY_DEEPTRAVERSING = u"DeepTraversing" |
constexpr OUStringLiteral | PROPERTY_MIMETYPE = u"MimeType" |
constexpr OUStringLiteral | PROPERTY_BACKGROUNDCOLOR = u"BackgroundColor" |
constexpr OUStringLiteral | PROPERTY_TEXT = u"Text" |
constexpr OUStringLiteral | PROPERTY_TEXTCOLOR = u"TextColor" |
constexpr OUStringLiteral | PROPERTY_TEXTLINECOLOR = u"TextLineColor" |
constexpr OUStringLiteral | PROPERTY_FONTRELIEF = u"FontRelief" |
constexpr OUStringLiteral | PROPERTY_FONTEMPHASISMARK = u"FontEmphasisMark" |
constexpr OUStringLiteral | PROPERTY_ZORDER = u"ZOrder" |
constexpr OUStringLiteral | PROPERTY_OPAQUE = u"Opaque" |
constexpr OUStringLiteral | PROPERTY_TRANSFORMATION = u"Transformation" |
constexpr OUStringLiteral | PROPERTY_CUSTOMSHAPEENGINE = u"CustomShapeEngine" |
constexpr OUStringLiteral | PROPERTY_CUSTOMSHAPEDATA = u"CustomShapeData" |
constexpr OUStringLiteral | PROPERTY_CUSTOMSHAPEGEOMETRY = u"CustomShapeGeometry" |
constexpr OUStringLiteral | PROPERTY_NUMBERINGTYPE = u"NumberingType" |
constexpr OUStringLiteral | PROPERTY_PAGESTYLELAYOUT = u"PageStyleLayout" |
constexpr OUStringLiteral | PROPERTY_ISLANDSCAPE = u"IsLandscape" |
constexpr OUStringLiteral | PROPERTY_ALIGN = u"Align" |
constexpr OUStringLiteral | PROPERTY_TYPE = u"Type" |
constexpr OUStringLiteral | PROPERTY_PRESERVEIRI = u"PreserveIRI" |
constexpr OUStringLiteral | PROPERTY_SCALEMODE = u"ScaleMode" |
constexpr OUStringLiteral | PROPERTY_LINESTYLE = u"LineStyle" |
constexpr OUStringLiteral | PROPERTY_LINEDASH = u"LineDash" |
constexpr OUStringLiteral | PROPERTY_LINECOLOR = u"LineColor" |
constexpr OUStringLiteral | PROPERTY_LINETRANSPARENCE = u"LineTransparence" |
constexpr OUStringLiteral | PROPERTY_LINEWIDTH = u"LineWidth" |
constexpr OUStringLiteral | PROPERTY_CHARFLASH = u"CharFlash" |
constexpr OUStringLiteral | PROPERTY_CHARESCAPEMENTHEIGHT = u"CharEscapementHeight" |
constexpr OUStringLiteral | PROPERTY_CHARLOCALE = u"CharLocale" |
constexpr OUStringLiteral | PROPERTY_CHARESCAPEMENT = u"CharEscapement" |
constexpr OUStringLiteral | PROPERTY_CHARCASEMAP = u"CharCaseMap" |
constexpr OUStringLiteral | PROPERTY_CHARCOMBINEISON = u"CharCombineIsOn" |
constexpr OUStringLiteral | PROPERTY_CHARCOMBINEPREFIX = u"CharCombinePrefix" |
constexpr OUStringLiteral | PROPERTY_CHARCOMBINESUFFIX = u"CharCombineSuffix" |
constexpr OUStringLiteral | PROPERTY_CHARHIDDEN = u"CharHidden" |
constexpr OUStringLiteral | PROPERTY_CHARSHADOWED = u"CharShadowed" |
constexpr OUStringLiteral | PROPERTY_CHARCONTOURED = u"CharContoured" |
constexpr OUStringLiteral | PROPERTY_CHARAUTOKERNING = u"CharAutoKerning" |
constexpr OUStringLiteral | PROPERTY_CHARKERNING = u"CharKerning" |
constexpr OUStringLiteral | PROPERTY_HYPERLINKURL = u"HyperLinkURL" |
constexpr OUStringLiteral | PROPERTY_HYPERLINKTARGET = u"HyperLinkTarget" |
constexpr OUStringLiteral | PROPERTY_HYPERLINKNAME = u"HyperLinkName" |
constexpr OUStringLiteral | PROPERTY_VISITEDCHARSTYLENAME = u"VisitedCharStyleName" |
constexpr OUStringLiteral | PROPERTY_UNVISITEDCHARSTYLENAME = u"UnvisitedCharStyleName" |
constexpr OUStringLiteral | PROPERTY_APPLYFILTER = u"ApplyFilter" |
constexpr OUStringLiteral | PROPERTY_MAXROWS = u"MaxRows" |
constexpr OUStringLiteral | PROPERTY_REPORTNAME = u"ReportName" |
constexpr OUStringLiteral | CFG_REPORTDESIGNER = u"SunReportBuilder" |
constexpr OUStringLiteral | DBREPORTHEADER = u"ReportHeader" |
constexpr OUStringLiteral | DBREPORTFOOTER = u"ReportFooter" |
constexpr OUStringLiteral | DBPAGEHEADER = u"PageHeader" |
constexpr OUStringLiteral | DBPAGEFOOTER = u"PageFooter" |
constexpr OUStringLiteral | DBGROUPHEADER = u"GroupHeader" |
constexpr OUStringLiteral | DBGROUPFOOTER = u"GroupFooter" |
constexpr OUStringLiteral | DBDETAIL = u"Detail" |
constexpr OUStringLiteral | REPORTCONTROLFORMAT = u"ReportControlFormat" |
constexpr OUStringLiteral | CURRENT_WINDOW = u"CurrentWindow" |
constexpr OUStringLiteral | PROPERTY_FONTCOLOR = u"FontColor" |
constexpr OUStringLiteral | PROPERTY_EMPTY_IS_NULL = u"ConvertEmptyToNull" |
constexpr OUStringLiteral | PROPERTY_FILTERPROPOSAL = u"UseFilterValueProposal" |
constexpr OUStringLiteral | PROPERTY_POSITION = u"Position" |
constexpr OUStringLiteral | PROPERTY_FORMATKEYDATE = u"FormatKeyDate" |
constexpr OUStringLiteral | PROPERTY_FORMATKEYTIME = u"FormatKeyTime" |
constexpr OUStringLiteral | DBOVERLAPPEDCONTROL = u"OverlappedControl" |
constexpr OUStringLiteral | PROPERTY_FORMULALIST = u"FormulaList" |
constexpr OUStringLiteral | PROPERTY_SCOPE = u"Scope" |
constexpr OUStringLiteral | PROPERTY_CHARTTYPE = u"ChartType" |
constexpr OUStringLiteral | PROPERTY_PREVIEW_COUNT = u"RowLimit" |
constexpr OUStringLiteral | PROPERTY_TITLE = u"Title" |
constexpr OUStringLiteral | PROPERTY_AREA = u"Area" |
constexpr OUStringLiteral | PROPERTY_FILLCOLOR = u"FillColor" |
constexpr OUStringLiteral | DBTEXTBOXBOUNDCONTENT = u"TextBoxBoundContent" |
constexpr OUStringLiteral | SERVICE_SETTINGSIMPORTER = u"com.sun.star.comp.Report.XMLOasisSettingsImporter" |
constexpr OUStringLiteral | SERVICE_STYLESIMPORTER = u"com.sun.star.comp.Report.XMLOasisStylesImporter" |
constexpr OUStringLiteral | SERVICE_CONTENTIMPORTER = u"com.sun.star.comp.Report.XMLOasisContentImporter" |
constexpr OUStringLiteral | SERVICE_METAIMPORTER = u"com.sun.star.comp.Report.XMLOasisMetaImporter" |
constexpr OUStringLiteral | PROPERTY_BORDERLEFT = u"BorderLeft" |
constexpr OUStringLiteral | PROPERTY_BORDERRIGHT = u"BorderRight" |
constexpr OUStringLiteral | PROPERTY_BORDERTOP = u"BorderTop" |
constexpr OUStringLiteral | PROPERTY_BORDERBOTTOM = u"BorderBottom" |
|
inlineconstexpr |
Definition at line 244 of file strings.hxx.
Referenced by rptui::FormattedFieldBeautifier::getTextColor(), rptui::lcl_getOverlappedControlColor(), rptui::OColorListener::Notify(), and rptui::OColorListener::OColorListener().
|
inlineconstexpr |
Definition at line 253 of file strings.hxx.
Referenced by rptui::ConditionalFormattingDialog::applyCommand(), and lcl_getReportControlFormat().
|
inlineconstexpr |
Definition at line 251 of file strings.hxx.
Referenced by rptui::OReportController::listen().
|
inlineconstexpr |
Definition at line 250 of file strings.hxx.
Referenced by rptui::OReportController::groupChange(), and rptui::OReportController::listen().
|
inlineconstexpr |
Definition at line 249 of file strings.hxx.
Referenced by rptui::OReportController::groupChange(), and rptui::OReportController::listen().
|
inlineconstexpr |
Definition at line 260 of file strings.hxx.
Referenced by rptui::lcl_getOverlappedControlColor().
|
inlineconstexpr |
Definition at line 248 of file strings.hxx.
Referenced by rptui::OReportController::listen(), and rptui::OReportController::propertyChange().
|
inlineconstexpr |
Definition at line 247 of file strings.hxx.
Referenced by rptui::OReportController::listen(), and rptui::OReportController::propertyChange().
|
inlineconstexpr |
Definition at line 246 of file strings.hxx.
Referenced by rptui::OReportController::listen(), and rptui::OReportController::propertyChange().
|
inlineconstexpr |
Definition at line 245 of file strings.hxx.
Referenced by rptui::OReportController::listen(), and rptui::OReportController::propertyChange().
|
inlineconstexpr |
Definition at line 268 of file strings.hxx.
Referenced by rptui::FormattedFieldBeautifier::getTextColor().
|
inlineconstexpr |
Definition at line 187 of file strings.hxx.
Referenced by rptui::OAddFieldWindow::getConnection(), reportdesign::OReportEngineJFree::getNewOutputName(), rptui::OReportController::getRowSet(), rptui::GeometryHandler::impl_dialogFilter_nothrow(), reportdesign::OReportDefinition::setActiveConnection(), and reportdesign::OReportEngineJFree::setActiveConnection().
|
inlineconstexpr |
Definition at line 210 of file strings.hxx.
Referenced by rptui::OPropertyInfoService::getExcludeProperties(), and rptui::getPropertyNameMap().
|
inlineconstexpr |
Definition at line 240 of file strings.hxx.
Referenced by rptui::OReportController::getRowSet().
|
inlineconstexpr |
Definition at line 266 of file strings.hxx.
Referenced by rptui::OPropertyInfoService::getPropertyInfo(), and rptui::GeometryHandler::onInteractivePropertySelection().
|
inlineconstexpr |
Definition at line 76 of file strings.hxx.
Referenced by rptui::OPropertyInfoService::getExcludeProperties(), rptui::OPropertyInfoService::getPropertyInfo(), and rptui::GeometryHandler::getSupportedProperties().
|
inlineconstexpr |
Definition at line 38 of file strings.hxx.
Referenced by rptui::OReportSection::_propertyChanged(), rptui::GeometryHandler::actuatingPropertyChanged(), rptui::addStyleListener(), rptui::OReportSection::fill(), rptui::OPropertyInfoService::getPropertyInfo(), rptui::GeometryHandler::getSupportedProperties(), rptxml::OXMLHelper::GetTableStyleProps(), rptui::OReportController::openPageDialog(), reportdesign::OSection::setBackColor(), and reportdesign::OSection::setBackTransparent().
|
inlineconstexpr |
Definition at line 60 of file strings.hxx.
|
inlineconstexpr |
Definition at line 194 of file strings.hxx.
Referenced by rptui::OReportController::addPairControls(), rptui::OReportController::createControl(), rptui::OPropertyInfoService::getExcludeProperties(), and rptui::getPropertyNameMap().
|
inlineconstexpr |
Definition at line 39 of file strings.hxx.
Referenced by rptui::GeometryHandler::getActuatingProperties(), rptui::OPropertyInfoService::getExcludeProperties(), rptui::OPropertyInfoService::getPropertyInfo(), rptui::GeometryHandler::getSupportedProperties(), rptxml::OXMLHelper::GetTableStyleProps(), rptui::OReportController::openPageDialog(), and reportdesign::OSection::setBackTransparent().
|
inlineconstexpr |
Definition at line 98 of file strings.hxx.
Referenced by rptui::OReportController::addPairControls(), rptui::OReportController::createControl(), rptui::OPropertyInfoService::getExcludeProperties(), and rptui::getPropertyNameMap().
|
inlineconstexpr |
Definition at line 277 of file strings.hxx.
Referenced by rptxml::OXMLHelper::createBorderPropertySet(), rptxml::ORptExport::exportAutoStyle(), and rptxml::OXMLHelper::GetCellStylePropertyMap().
|
inlineconstexpr |
Definition at line 99 of file strings.hxx.
Referenced by rptui::OPropertyInfoService::getExcludeProperties(), and rptui::getPropertyNameMap().
|
inlineconstexpr |
Definition at line 274 of file strings.hxx.
Referenced by rptxml::OXMLHelper::createBorderPropertySet(), rptxml::OXMLCell::endFastElement(), rptxml::ORptExport::exportAutoStyle(), and rptxml::OXMLHelper::GetCellStylePropertyMap().
|
inlineconstexpr |
Definition at line 275 of file strings.hxx.
Referenced by rptxml::OXMLHelper::createBorderPropertySet(), rptxml::OXMLCell::endFastElement(), rptxml::ORptExport::exportAutoStyle(), and rptxml::OXMLHelper::GetCellStylePropertyMap().
|
inlineconstexpr |
Definition at line 276 of file strings.hxx.
Referenced by rptxml::OXMLHelper::createBorderPropertySet(), rptxml::ORptExport::exportAutoStyle(), and rptxml::OXMLHelper::GetCellStylePropertyMap().
|
inlineconstexpr |
Definition at line 105 of file strings.hxx.
Referenced by rptui::OReportController::openPageDialog().
|
inlineconstexpr |
Definition at line 45 of file strings.hxx.
Referenced by rptui::OPropertyInfoService::getPropertyInfo(), rptui::GeometryHandler::getSupportedProperties(), reportdesign::lcl_getAbsent(), and reportdesign::lcl_getGroupAbsent().
|
inlineconstexpr |
Definition at line 46 of file strings.hxx.
Referenced by rptui::OPropertyInfoService::getPropertyInfo(), rptui::GeometryHandler::getSupportedProperties(), reportdesign::lcl_getAbsent(), and reportdesign::lcl_getGroupAbsent().
|
inlineconstexpr |
Definition at line 58 of file strings.hxx.
Referenced by rptui::OReportController::listen(), and reportdesign::OReportDefinition::setCaption().
|
inlineconstexpr |
Definition at line 233 of file strings.hxx.
Referenced by rptui::applyCharacterSettings(), reportdesign::lcl_getImageOptionals(), and reportdesign::lcl_getLineOptionals().
|
inlineconstexpr |
Definition at line 226 of file strings.hxx.
Referenced by rptui::applyCharacterSettings(), reportdesign::lcl_getImageOptionals(), and reportdesign::lcl_getLineOptionals().
|
inlineconstexpr |
Definition at line 85 of file strings.hxx.
Referenced by rptui::OUnoObject::_propertyChange(), rptui::applyCharacterSettings(), rptui::OReportController::Execute(), rptui::getPropertyNameMap(), rptui::OReportController::GetState(), reportdesign::lcl_getImageOptionals(), and reportdesign::lcl_getLineOptionals().
|
inlineconstexpr |
Definition at line 227 of file strings.hxx.
Referenced by rptui::applyCharacterSettings(), reportdesign::lcl_getImageOptionals(), and reportdesign::lcl_getLineOptionals().
|
inlineconstexpr |
Definition at line 228 of file strings.hxx.
Referenced by rptui::applyCharacterSettings(), reportdesign::lcl_getImageOptionals(), and reportdesign::lcl_getLineOptionals().
|
inlineconstexpr |
Definition at line 229 of file strings.hxx.
Referenced by rptui::applyCharacterSettings(), reportdesign::lcl_getImageOptionals(), and reportdesign::lcl_getLineOptionals().
|
inlineconstexpr |
Definition at line 232 of file strings.hxx.
Referenced by rptui::applyCharacterSettings(), reportdesign::lcl_getImageOptionals(), and reportdesign::lcl_getLineOptionals().
|
inlineconstexpr |
Definition at line 135 of file strings.hxx.
Referenced by rptui::applyCharacterSettings(), reportdesign::lcl_getImageOptionals(), and reportdesign::lcl_getLineOptionals().
|
inlineconstexpr |
Definition at line 150 of file strings.hxx.
Referenced by reportdesign::lcl_getImageOptionals(), and reportdesign::lcl_getLineOptionals().
|
inlineconstexpr |
Definition at line 166 of file strings.hxx.
Referenced by reportdesign::lcl_getImageOptionals(), and reportdesign::lcl_getLineOptionals().
|
inlineconstexpr |
Definition at line 225 of file strings.hxx.
Referenced by rptui::applyCharacterSettings(), reportdesign::lcl_getImageOptionals(), and reportdesign::lcl_getLineOptionals().
|
inlineconstexpr |
Definition at line 223 of file strings.hxx.
Referenced by rptui::applyCharacterSettings(), reportdesign::lcl_getImageOptionals(), and reportdesign::lcl_getLineOptionals().
|
inlineconstexpr |
Definition at line 222 of file strings.hxx.
Referenced by rptui::applyCharacterSettings(), reportdesign::lcl_getImageOptionals(), and reportdesign::lcl_getLineOptionals().
|
inlineconstexpr |
Definition at line 139 of file strings.hxx.
Referenced by reportdesign::lcl_getImageOptionals(), reportdesign::lcl_getLineOptionals(), and rptui::OPropertyMediator::propertyChange().
|
inlineconstexpr |
Definition at line 154 of file strings.hxx.
Referenced by reportdesign::lcl_getImageOptionals(), and reportdesign::lcl_getLineOptionals().
|
inlineconstexpr |
Definition at line 170 of file strings.hxx.
Referenced by reportdesign::lcl_getImageOptionals(), and reportdesign::lcl_getLineOptionals().
|
inlineconstexpr |
Definition at line 138 of file strings.hxx.
Referenced by reportdesign::lcl_getImageOptionals(), reportdesign::lcl_getLineOptionals(), and rptui::OPropertyMediator::propertyChange().
|
inlineconstexpr |
Definition at line 153 of file strings.hxx.
Referenced by reportdesign::lcl_getImageOptionals(), and reportdesign::lcl_getLineOptionals().
|
inlineconstexpr |
Definition at line 169 of file strings.hxx.
Referenced by reportdesign::lcl_getImageOptionals(), and reportdesign::lcl_getLineOptionals().
|
inlineconstexpr |
Definition at line 118 of file strings.hxx.
Referenced by rptxml::OXMLHelper::copyStyleElements(), and rptui::getPropertyNameMap().
|
inlineconstexpr |
Definition at line 136 of file strings.hxx.
Referenced by rptui::OReportController::Execute(), reportdesign::lcl_getImageOptionals(), reportdesign::lcl_getLineOptionals(), and rptui::OPropertyMediator::propertyChange().
|
inlineconstexpr |
Definition at line 151 of file strings.hxx.
Referenced by reportdesign::lcl_getImageOptionals(), and reportdesign::lcl_getLineOptionals().
|
inlineconstexpr |
Definition at line 167 of file strings.hxx.
Referenced by reportdesign::lcl_getImageOptionals(), and reportdesign::lcl_getLineOptionals().
|
inlineconstexpr |
Definition at line 140 of file strings.hxx.
Referenced by reportdesign::lcl_getImageOptionals(), reportdesign::lcl_getLineOptionals(), and rptui::OPropertyMediator::propertyChange().
|
inlineconstexpr |
Definition at line 155 of file strings.hxx.
Referenced by reportdesign::lcl_getImageOptionals(), and reportdesign::lcl_getLineOptionals().
|
inlineconstexpr |
Definition at line 171 of file strings.hxx.
Referenced by reportdesign::lcl_getImageOptionals(), and reportdesign::lcl_getLineOptionals().
|
inlineconstexpr |
Definition at line 137 of file strings.hxx.
Referenced by reportdesign::lcl_getImageOptionals(), reportdesign::lcl_getLineOptionals(), and rptui::OPropertyMediator::propertyChange().
|
inlineconstexpr |
Definition at line 152 of file strings.hxx.
Referenced by reportdesign::lcl_getImageOptionals(), and reportdesign::lcl_getLineOptionals().
|
inlineconstexpr |
Definition at line 168 of file strings.hxx.
Referenced by reportdesign::lcl_getImageOptionals(), and reportdesign::lcl_getLineOptionals().
|
inlineconstexpr |
Definition at line 141 of file strings.hxx.
Referenced by rptui::OReportController::Execute(), rptui::OReportController::GetState(), reportdesign::lcl_getImageOptionals(), reportdesign::lcl_getLineOptionals(), and rptui::OPropertyMediator::propertyChange().
|
inlineconstexpr |
Definition at line 156 of file strings.hxx.
Referenced by reportdesign::lcl_getImageOptionals(), and reportdesign::lcl_getLineOptionals().
|
inlineconstexpr |
Definition at line 172 of file strings.hxx.
Referenced by reportdesign::lcl_getImageOptionals(), and reportdesign::lcl_getLineOptionals().
|
inlineconstexpr |
Definition at line 230 of file strings.hxx.
Referenced by rptui::applyCharacterSettings(), rptxml::OXMLHelper::copyStyleElements(), reportdesign::lcl_getImageOptionals(), and reportdesign::lcl_getLineOptionals().
|
inlineconstexpr |
Definition at line 234 of file strings.hxx.
Referenced by rptui::applyCharacterSettings(), reportdesign::lcl_getImageOptionals(), and reportdesign::lcl_getLineOptionals().
|
inlineconstexpr |
Definition at line 224 of file strings.hxx.
Referenced by rptui::applyCharacterSettings(), reportdesign::lcl_getImageOptionals(), and reportdesign::lcl_getLineOptionals().
|
inlineconstexpr |
Definition at line 163 of file strings.hxx.
Referenced by rptui::applyCharacterSettings(), reportdesign::lcl_getImageOptionals(), and reportdesign::lcl_getLineOptionals().
|
inlineconstexpr |
Definition at line 179 of file strings.hxx.
Referenced by rptui::applyCharacterSettings(), reportdesign::lcl_getImageOptionals(), and reportdesign::lcl_getLineOptionals().
|
inlineconstexpr |
Definition at line 144 of file strings.hxx.
Referenced by rptxml::OXMLHelper::copyStyleElements(), reportdesign::lcl_getImageOptionals(), reportdesign::lcl_getLineOptionals(), and rptui::OPropertyMediator::propertyChange().
|
inlineconstexpr |
Definition at line 159 of file strings.hxx.
Referenced by reportdesign::lcl_getImageOptionals(), and reportdesign::lcl_getLineOptionals().
|
inlineconstexpr |
Definition at line 175 of file strings.hxx.
Referenced by reportdesign::lcl_getImageOptionals(), and reportdesign::lcl_getLineOptionals().
|
inlineconstexpr |
Definition at line 84 of file strings.hxx.
Referenced by rptui::applyCharacterSettings(), rptui::getPropertyNameMap(), reportdesign::lcl_getImageOptionals(), and reportdesign::lcl_getLineOptionals().
|
inlineconstexpr |
Definition at line 146 of file strings.hxx.
Referenced by reportdesign::lcl_getImageOptionals(), reportdesign::lcl_getLineOptionals(), and rptui::OPropertyMediator::propertyChange().
|
inlineconstexpr |
Definition at line 161 of file strings.hxx.
Referenced by reportdesign::lcl_getImageOptionals(), and reportdesign::lcl_getLineOptionals().
|
inlineconstexpr |
Definition at line 177 of file strings.hxx.
Referenced by reportdesign::lcl_getImageOptionals(), and reportdesign::lcl_getLineOptionals().
|
inlineconstexpr |
Definition at line 147 of file strings.hxx.
Referenced by reportdesign::lcl_getImageOptionals(), reportdesign::lcl_getLineOptionals(), and rptui::OPropertyMediator::propertyChange().
|
inlineconstexpr |
Definition at line 162 of file strings.hxx.
Referenced by reportdesign::lcl_getImageOptionals(), and reportdesign::lcl_getLineOptionals().
|
inlineconstexpr |
Definition at line 178 of file strings.hxx.
Referenced by reportdesign::lcl_getImageOptionals(), and reportdesign::lcl_getLineOptionals().
|
inlineconstexpr |
Definition at line 231 of file strings.hxx.
Referenced by rptui::applyCharacterSettings(), reportdesign::lcl_getImageOptionals(), and reportdesign::lcl_getLineOptionals().
|
inlineconstexpr |
Definition at line 125 of file strings.hxx.
Referenced by rptxml::OXMLHelper::copyStyleElements(), rptui::getPropertyNameMap(), reportdesign::lcl_getImageOptionals(), reportdesign::lcl_getLineOptionals(), and rptui::OPropertyMediator::propertyChange().
|
inlineconstexpr |
Definition at line 263 of file strings.hxx.
Referenced by rptui::OPropertyInfoService::getPropertyInfo(), and rptui::DataProviderHandler::getSupportedProperties().
|
inlineconstexpr |
Definition at line 142 of file strings.hxx.
Referenced by reportdesign::lcl_getImageOptionals(), reportdesign::lcl_getLineOptionals(), and rptui::OPropertyMediator::propertyChange().
|
inlineconstexpr |
Definition at line 157 of file strings.hxx.
Referenced by reportdesign::lcl_getImageOptionals(), and reportdesign::lcl_getLineOptionals().
|
inlineconstexpr |
Definition at line 88 of file strings.hxx.
Referenced by rptui::applyCharacterSettings(), rptui::getPropertyNameMap(), reportdesign::lcl_getImageOptionals(), and reportdesign::lcl_getLineOptionals().
|
inlineconstexpr |
Definition at line 173 of file strings.hxx.
Referenced by reportdesign::lcl_getImageOptionals(), and reportdesign::lcl_getLineOptionals().
|
inlineconstexpr |
Definition at line 143 of file strings.hxx.
Referenced by reportdesign::lcl_getImageOptionals(), reportdesign::lcl_getLineOptionals(), and rptui::OPropertyMediator::propertyChange().
|
inlineconstexpr |
Definition at line 158 of file strings.hxx.
Referenced by reportdesign::lcl_getImageOptionals(), and reportdesign::lcl_getLineOptionals().
|
inlineconstexpr |
Definition at line 174 of file strings.hxx.
Referenced by reportdesign::lcl_getImageOptionals(), and reportdesign::lcl_getLineOptionals().
|
inlineconstexpr |
Definition at line 145 of file strings.hxx.
Referenced by rptxml::OXMLHelper::copyStyleElements(), reportdesign::lcl_getImageOptionals(), reportdesign::lcl_getLineOptionals(), and rptui::OPropertyMediator::propertyChange().
|
inlineconstexpr |
Definition at line 160 of file strings.hxx.
Referenced by reportdesign::lcl_getImageOptionals(), and reportdesign::lcl_getLineOptionals().
|
inlineconstexpr |
Definition at line 176 of file strings.hxx.
Referenced by reportdesign::lcl_getImageOptionals(), and reportdesign::lcl_getLineOptionals().
|
inlineconstexpr |
Definition at line 59 of file strings.hxx.
Referenced by rptui::DataProviderHandler::actuatingPropertyChanged(), rptui::OReportController::addPairControls(), rptui::OReportController::getRowSet(), rptui::GeometryHandler::impl_initFieldList_nothrow(), rptui::OReportController::listen(), rptui::OReportController::propertyChange(), reportdesign::OReportDefinition::setCommand(), and rptui::OAddFieldWindow::Update().
|
inlineconstexpr |
Definition at line 66 of file strings.hxx.
Referenced by rptui::OReportController::addPairControls(), rptui::OReportController::getRowSet(), rptui::GeometryHandler::impl_initFieldList_nothrow(), rptui::OReportController::listen(), rptui::OReportController::propertyChange(), reportdesign::OReportDefinition::setCommandType(), and rptui::OAddFieldWindow::Update().
|
inlineconstexpr |
Definition at line 108 of file strings.hxx.
Referenced by rptxml::OXMLCondPrtExpr::endFastElement(), rptui::OPropertyInfoService::getPropertyInfo(), rptui::GeometryHandler::getSupportedProperties(), reportdesign::lcl_getLineOptionals(), rptui::GeometryHandler::onInteractivePropertySelection(), and reportdesign::OSection::setConditionalPrintExpression().
|
inlineconstexpr |
Definition at line 40 of file strings.hxx.
Referenced by rptui::GeometryHandler::actuatingPropertyChanged(), rptui::applyCharacterSettings(), rptui::OReportController::Execute(), rptxml::OXMLHelper::GetCellStylePropertyMap(), rptui::OPropertyInfoService::getExcludeProperties(), rptui::OPropertyInfoService::getPropertyInfo(), rptui::getPropertyNameMap(), rptui::OReportController::GetState(), rptui::GeometryHandler::getSupportedProperties(), reportdesign::lcl_getLineOptionals(), reportdesign::lcl_getShapeOptionals(), and rptui::lcl_setColorOfObject().
|
inlineconstexpr |
Definition at line 41 of file strings.hxx.
Referenced by rptui::GeometryHandler::getActuatingProperties(), rptxml::OXMLHelper::GetCellStylePropertyMap(), rptui::OPropertyInfoService::getExcludeProperties(), rptui::OPropertyInfoService::getPropertyInfo(), rptui::GeometryHandler::getSupportedProperties(), reportdesign::lcl_getLineOptionals(), and reportdesign::lcl_getShapeOptionals().
|
inlineconstexpr |
Definition at line 96 of file strings.hxx.
Referenced by rptui::OReportController::addPairControls(), rptui::OReportController::createControl(), rptui::getPropertyNameMap(), and reportdesign::lcl_getLineOptionals().
|
inlineconstexpr |
Definition at line 97 of file strings.hxx.
Referenced by rptui::getPropertyNameMap(), and reportdesign::lcl_getLineOptionals().
|
inlineconstexpr |
Definition at line 83 of file strings.hxx.
Referenced by rptui::getPropertyNameMap(), reportdesign::lcl_getImageOptionals(), and reportdesign::lcl_getLineOptionals().
|
inlineconstexpr |
Definition at line 204 of file strings.hxx.
Referenced by reportdesign::OShape::getCustomShapeData(), and reportdesign::OShape::setCustomShapeData().
|
inlineconstexpr |
Definition at line 203 of file strings.hxx.
Referenced by reportdesign::OShape::getCustomShapeEngine(), and reportdesign::OShape::setCustomShapeEngine().
|
inlineconstexpr |
Definition at line 205 of file strings.hxx.
Referenced by reportdesign::OShape::getCustomShapeGeometry(), and reportdesign::OShape::setCustomShapeGeometry().
|
inlineconstexpr |
Definition at line 78 of file strings.hxx.
Referenced by rptui::NavigatorTree::UserData::_propertyChanged(), rptui::GeometryHandler::actuatingPropertyChanged(), rptui::OReportController::addPairControls(), rptui::OReportController::createControl(), rptui::GeometryHandler::createDefaultFunction(), rptui::GeometryHandler::disposing(), rptui::GeometryHandler::getActuatingProperties(), rptui::OPropertyInfoService::getPropertyInfo(), rptui::GeometryHandler::getPropertyValue(), rptui::GeometryHandler::getSupersededProperties(), rptui::GeometryHandler::getSupportedProperties(), rptui::GeometryHandler::impl_getDataFieldType_throw(), rptui::GeometryHandler::impl_setCounterFunction_throw(), rptui::GeometryHandler::inspect(), reportdesign::lcl_getFixedTextOptionals(), reportdesign::lcl_getLineOptionals(), rptui::lcl_getName(), reportdesign::lcl_getShapeOptionals(), rptui::GeometryHandler::onInteractivePropertySelection(), rptui::GeometryHandler::propertyChange(), rptui::GeometryHandler::setPropertyValue(), and rptui::NavigatorTree::UserData::UserData().
|
inlineconstexpr |
Definition at line 188 of file strings.hxx.
Referenced by rptui::OPropertyInfoService::getExcludeProperties(), and reportdesign::OReportDefinition::setDataSourceName().
|
inlineconstexpr |
Definition at line 114 of file strings.hxx.
Referenced by rptui::OReportController::createDateTime(), and rptui::ODateTimeDialog::run().
|
inlineconstexpr |
Definition at line 192 of file strings.hxx.
Referenced by rptui::OPropertyInfoService::getPropertyInfo(), rptui::GeometryHandler::getSupportedProperties(), and reportdesign::OFunction::setDeepTraversing().
|
inlineconstexpr |
Definition at line 100 of file strings.hxx.
Referenced by reportdesign::lcl_getLineOptionals().
|
inlineconstexpr |
Definition at line 57 of file strings.hxx.
Referenced by rptui::DataProviderHandler::actuatingPropertyChanged(), rptui::OPropertyInfoService::getPropertyInfo(), rptui::DataProviderHandler::getSupportedProperties(), rptui::DataProviderHandler::inspect(), reportdesign::lcl_getFixedTextOptionals(), reportdesign::lcl_getFormattedFieldOptionals(), reportdesign::lcl_getImageOptionals(), and reportdesign::lcl_getLineOptionals().
|
inlineconstexpr |
Definition at line 90 of file strings.hxx.
Referenced by rptui::OPropertyInfoService::getExcludeProperties().
|
inlineconstexpr |
Definition at line 91 of file strings.hxx.
Referenced by rptui::OPropertyInfoService::getExcludeProperties().
|
inlineconstexpr |
Definition at line 92 of file strings.hxx.
Referenced by rptui::OPropertyInfoService::getExcludeProperties().
|
inlineconstexpr |
Definition at line 255 of file strings.hxx.
Referenced by rptui::OPropertyInfoService::getExcludeProperties().
|
inlineconstexpr |
Definition at line 133 of file strings.hxx.
Referenced by reportdesign::OFormatCondition::setEnabled().
|
inlineconstexpr |
Definition at line 184 of file strings.hxx.
Referenced by rptui::OReportController::getRowSet(), rptui::OReportController::propertyChange(), reportdesign::OReportDefinition::setEscapeProcessing(), and rptui::OAddFieldWindow::Update().
|
inlineconstexpr |
Definition at line 52 of file strings.hxx.
Referenced by rptui::NavigatorTree::_elementInserted(), rptui::NavigatorTree::UserData::_propertyChanged(), rptui::OSectionWindow::_propertyChanged(), reportdesign::OGroup::setExpression(), and rptui::NavigatorTree::UserData::UserData().
|
inlineconstexpr |
Definition at line 267 of file strings.hxx.
Referenced by rptui::GeometryHandler::onInteractivePropertySelection().
|
inlineconstexpr |
Definition at line 183 of file strings.hxx.
Referenced by rptui::OReportController::getRowSet(), rptui::GeometryHandler::onInteractivePropertySelection(), rptui::OReportController::propertyChange(), reportdesign::OReportDefinition::setFilter(), and rptui::OAddFieldWindow::Update().
|
inlineconstexpr |
Definition at line 256 of file strings.hxx.
Referenced by rptui::OPropertyInfoService::getExcludeProperties().
|
inlineconstexpr |
Definition at line 121 of file strings.hxx.
Referenced by rptui::GeometryHandler::convertToControlValue(), rptui::GeometryHandler::convertToPropertyValue(), rptui::OPropertyInfoService::getExcludeProperties(), rptui::OPropertyInfoService::getPropertyInfo(), rptui::GeometryHandler::getSupportedProperties(), and rptui::GeometryHandler::onInteractivePropertySelection().
|
inlineconstexpr |
Definition at line 116 of file strings.hxx.
Referenced by rptxml::OXMLHelper::copyStyleElements().
|
inlineconstexpr |
Definition at line 115 of file strings.hxx.
Referenced by rptxml::OXMLHelper::copyStyleElements().
|
inlineconstexpr |
Definition at line 254 of file strings.hxx.
Referenced by rptui::ConditionalFormattingDialog::applyCommand().
|
inlineconstexpr |
Definition at line 80 of file strings.hxx.
Referenced by rptui::OReportController::addPairControls(), rptui::OReportController::createControl(), rptui::OReportController::GetState(), reportdesign::lcl_getImageOptionals(), reportdesign::lcl_getLineOptionals(), and rptui::OPropertyMediator::propertyChange().
|
inlineconstexpr |
Definition at line 81 of file strings.hxx.
Referenced by rptui::OReportController::addPairControls(), rptui::OReportController::createControl(), reportdesign::lcl_getImageOptionals(), and reportdesign::lcl_getLineOptionals().
|
inlineconstexpr |
Definition at line 82 of file strings.hxx.
Referenced by rptui::OReportController::addPairControls(), rptui::OReportController::createControl(), reportdesign::lcl_getImageOptionals(), and reportdesign::lcl_getLineOptionals().
|
inlineconstexpr |
Definition at line 199 of file strings.hxx.
Referenced by rptui::getPropertyNameMap().
|
inlineconstexpr |
Definition at line 117 of file strings.hxx.
Referenced by rptxml::OXMLHelper::copyStyleElements().
|
inlineconstexpr |
Definition at line 119 of file strings.hxx.
Referenced by rptui::getPropertyNameMap().
|
inlineconstexpr |
Definition at line 120 of file strings.hxx.
Referenced by rptxml::OXMLHelper::copyStyleElements().
|
inlineconstexpr |
Definition at line 122 of file strings.hxx.
Referenced by rptxml::OXMLHelper::copyStyleElements().
|
inlineconstexpr |
Definition at line 123 of file strings.hxx.
Referenced by rptxml::OXMLHelper::copyStyleElements().
|
inlineconstexpr |
Definition at line 124 of file strings.hxx.
Referenced by rptxml::OXMLHelper::copyStyleElements().
|
inlineconstexpr |
Definition at line 198 of file strings.hxx.
Referenced by rptui::getPropertyNameMap().
|
inlineconstexpr |
Definition at line 126 of file strings.hxx.
Referenced by rptui::getPropertyNameMap().
|
inlineconstexpr |
Definition at line 127 of file strings.hxx.
Referenced by rptxml::OXMLHelper::copyStyleElements().
|
inlineconstexpr |
Definition at line 131 of file strings.hxx.
Referenced by rptxml::OXMLHelper::copyStyleElements().
|
inlineconstexpr |
Definition at line 128 of file strings.hxx.
Referenced by rptxml::OXMLHelper::copyStyleElements().
|
inlineconstexpr |
Definition at line 129 of file strings.hxx.
Referenced by rptxml::OXMLHelper::copyStyleElements().
|
inlineconstexpr |
Definition at line 130 of file strings.hxx.
Referenced by rptxml::OXMLHelper::copyStyleElements().
|
inlineconstexpr |
Definition at line 72 of file strings.hxx.
Referenced by rptui::NavigatorTree::UserData::_propertyChanged(), rptui::OReportController::createGroupSection(), rptui::OGroupsSortingDialog::DisplayData(), rptui::OReportController::groupChange(), rptui::IMPL_LINK(), rptui::OGroupSectionUndo::implReInsert(), rptui::OGroupSectionUndo::implReRemove(), rptui::OReportController::listen(), rptui::OReportController::notifyGroupSections(), reportdesign::OGroup::setFooterOn(), and rptui::NavigatorTree::UserData::UserData().
|
inlineconstexpr |
Definition at line 42 of file strings.hxx.
Referenced by rptui::OPropertyInfoService::getPropertyInfo(), rptui::GeometryHandler::getSupportedProperties(), reportdesign::lcl_getAbsent(), and reportdesign::OSection::setForceNewPage().
|
inlineconstexpr |
|
inlineconstexpr |
Definition at line 258 of file strings.hxx.
Referenced by rptui::OReportController::createDateTime(), and rptui::ODateTimeDialog::run().
|
inlineconstexpr |
Definition at line 259 of file strings.hxx.
Referenced by rptui::OReportController::createDateTime(), and rptui::ODateTimeDialog::run().
|
inlineconstexpr |
Definition at line 95 of file strings.hxx.
Referenced by rptui::OReportController::createControl(), rptui::OReportModel::createShape(), and reportdesign::OFormattedField::setFormatsSupplier().
|
inlineconstexpr |
Definition at line 189 of file strings.hxx.
Referenced by rptui::OPropertyInfoService::getPropertyInfo(), rptui::GeometryHandler::getSupportedProperties(), rptui::GeometryHandler::onInteractivePropertySelection(), reportdesign::OFormatCondition::setFormula(), and reportdesign::OFunction::setFormula().
|
inlineconstexpr |
Definition at line 261 of file strings.hxx.
Referenced by rptui::GeometryHandler::actuatingPropertyChanged(), rptui::GeometryHandler::getActuatingProperties(), rptui::OPropertyInfoService::getExcludeProperties(), rptui::OPropertyInfoService::getPropertyInfo(), rptui::GeometryHandler::getSupportedProperties(), and rptui::GeometryHandler::resetOwnProperties().
|
inlineconstexpr |
Definition at line 48 of file strings.hxx.
Referenced by rptui::OReportController::createGroupSection(), rptui::OFieldExpressionControl::DeleteRows(), rptui::IMPL_LINK(), rptui::OGroupSectionUndo::implReInsert(), rptui::OGroupSectionUndo::implReRemove(), rptui::OReportController::modifyGroup(), rptui::OFieldExpressionControl::moveGroups(), and rptui::OFieldExpressionControl::SaveModified().
|
inlineconstexpr |
Definition at line 51 of file strings.hxx.
Referenced by reportdesign::OGroup::setGroupInterval().
|
inlineconstexpr |
Definition at line 63 of file strings.hxx.
Referenced by rptui::OPropertyInfoService::getPropertyInfo(), and reportdesign::OReportDefinition::setGroupKeepTogether().
|
inlineconstexpr |
Definition at line 53 of file strings.hxx.
Referenced by reportdesign::OGroup::setGroupOn().
|
inlineconstexpr |
Definition at line 71 of file strings.hxx.
Referenced by rptui::NavigatorTree::UserData::_propertyChanged(), rptui::OReportController::createGroupSection(), rptui::OGroupsSortingDialog::DisplayData(), rptui::OReportController::groupChange(), rptui::IMPL_LINK(), rptui::OGroupSectionUndo::implReInsert(), rptui::OGroupSectionUndo::implReRemove(), rptui::OReportController::listen(), rptui::OReportController::notifyGroupSections(), reportdesign::OGroup::setHeaderOn(), and rptui::NavigatorTree::UserData::UserData().
|
inlineconstexpr |
Definition at line 37 of file strings.hxx.
Referenced by rptui::OSectionWindow::_propertyChanged(), rptxml::OXMLRowColumn::fillStyle(), rptui::OPropertyInfoService::getExcludeProperties(), rptui::OPropertyInfoService::getPropertyInfo(), rptxml::OXMLHelper::GetRowStyleProps(), rptui::GeometryHandler::getSupersededProperties(), rptui::GeometryHandler::getSupportedProperties(), reportdesign::OSection::setHeight(), and reportdesign::OShapeHelper::setSize().
|
inlineconstexpr |
Definition at line 237 of file strings.hxx.
Referenced by reportdesign::lcl_getLineOptionals().
|
inlineconstexpr |
Definition at line 236 of file strings.hxx.
Referenced by reportdesign::lcl_getLineOptionals().
|
inlineconstexpr |
Definition at line 235 of file strings.hxx.
Referenced by reportdesign::lcl_getLineOptionals().
|
inlineconstexpr |
Definition at line 87 of file strings.hxx.
Referenced by rptui::OReportController::createControl(), rptui::OReportController::insertGraphic(), and reportdesign::OImageControl::setImageURL().
|
inlineconstexpr |
Definition at line 190 of file strings.hxx.
Referenced by rptui::OPropertyInfoService::getPropertyInfo(), rptui::GeometryHandler::getSupportedProperties(), rptui::GeometryHandler::onInteractivePropertySelection(), and reportdesign::OFunction::setInitialFormula().
|
inlineconstexpr |
Definition at line 209 of file strings.hxx.
Referenced by rptui::OReportController::openPageDialog().
|
inlineconstexpr |
Definition at line 44 of file strings.hxx.
Referenced by rptui::OPropertyInfoService::getPropertyInfo(), rptui::GeometryHandler::getSupportedProperties(), reportdesign::lcl_getAbsent(), reportdesign::OGroup::setKeepTogether(), and reportdesign::OSection::setKeepTogether().
|
inlineconstexpr |
Definition at line 89 of file strings.hxx.
Referenced by rptui::OAddFieldWindow::_elementInserted(), rptui::NavigatorTree::UserData::_propertyChanged(), rptui::OReportController::addPairControls(), rptui::OReportController::createControl(), rptui::OUnoObject::CreateMediator(), rptui::OReportController::getColumnLabel_throw(), rptui::OPropertyInfoService::getExcludeProperties(), rptui::GeometryHandler::getSupportedProperties(), rptui::lcl_addToList_throw(), reportdesign::OFixedText::setLabel(), and rptui::NavigatorTree::UserData::UserData().
|
inlineconstexpr |
Definition at line 102 of file strings.hxx.
Referenced by rptui::OReportSection::_propertyChanged(), rptui::OReportController::addPairControls(), rptui::addStyleListener(), rptui::OViewsWindow::alignMarkedObjects(), rptui::OViewsWindow::collectBoundResizeRect(), rptui::GeometryHandler::convertToControlValue(), rptui::GeometryHandler::convertToPropertyValue(), rptui::OReportController::createControl(), rptui::GeometryHandler::describePropertyLine(), rptui::OViewsWindow::EndDragObj(), rptxml::OXMLTable::endFastElement(), rptxml::ORptExport::exportSectionAutoStyle(), rptxml::ORptExport::exportShapes(), rptui::OReportSection::fill(), rptui::OReportController::openPageDialog(), rptui::OReportWindow::Resize(), and rptui::OPageNumberDialog::run().
|
inlineconstexpr |
Definition at line 218 of file strings.hxx.
Referenced by rptui::OPropertyInfoService::getExcludeProperties(), and reportdesign::OFixedLine::setLineColor().
|
inlineconstexpr |
Definition at line 217 of file strings.hxx.
Referenced by reportdesign::OFixedLine::setLineDash().
|
inlineconstexpr |
Definition at line 216 of file strings.hxx.
Referenced by reportdesign::OFixedLine::setLineStyle().
|
inlineconstexpr |
Definition at line 219 of file strings.hxx.
Referenced by reportdesign::OFixedLine::setLineTransparence().
|
inlineconstexpr |
Definition at line 220 of file strings.hxx.
Referenced by reportdesign::OFixedLine::setLineWidth().
|
inlineconstexpr |
Definition at line 56 of file strings.hxx.
Referenced by rptui::DataProviderHandler::actuatingPropertyChanged(), rptui::OPropertyInfoService::getPropertyInfo(), rptui::DataProviderHandler::getSupportedProperties(), rptui::DataProviderHandler::inspect(), reportdesign::lcl_getFixedTextOptionals(), reportdesign::lcl_getFormattedFieldOptionals(), reportdesign::lcl_getImageOptionals(), and reportdesign::lcl_getLineOptionals().
|
inlineconstexpr |
Definition at line 241 of file strings.hxx.
Referenced by reportdesign::OReportEngineJFree::getNewOutputName(), and reportdesign::OReportEngineJFree::setMaxRows().
|
inlineconstexpr |
Definition at line 94 of file strings.hxx.
Referenced by rptui::OPropertyInfoService::getExcludeProperties().
|
inlineconstexpr |
Definition at line 193 of file strings.hxx.
Referenced by rptui::OPropertyInfoService::getPropertyInfo(), rptui::GeometryHandler::getSupportedProperties(), and reportdesign::OReportDefinition::setMimeType().
|
inlineconstexpr |
Definition at line 77 of file strings.hxx.
Referenced by rptxml::OXMLRowColumn::fillStyle(), and rptxml::OXMLHelper::GetRowStyleProps().
|
inlineconstexpr |
Definition at line 186 of file strings.hxx.
Referenced by reportdesign::OReportDrawPage::CreateShape().
|
inlineconstexpr |
Definition at line 36 of file strings.hxx.
Referenced by rptui::NavigatorTree::_elementInserted(), rptui::NavigatorTree::_elementReplaced(), rptui::OUnoObject::_propertyChange(), rptui::NavigatorTree::UserData::_propertyChanged(), rptui::OSectionWindow::_propertyChanged(), rptui::OReportController::addPairControls(), rptui::OReportController::createControl(), rptui::getParameterNames(), rptui::lcl_getName(), reportdesign::OSection::setName(), reportdesign::OFunction::setName(), and rptui::NavigatorTree::UserData::UserData().
|
inlineconstexpr |
Definition at line 43 of file strings.hxx.
Referenced by rptui::OPropertyInfoService::getPropertyInfo(), reportdesign::lcl_getAbsent(), and reportdesign::OSection::setNewRowOrCol().
|
inlineconstexpr |
Definition at line 207 of file strings.hxx.
Referenced by rptui::OReportModel::GetPageNumType(), and rptui::OReportController::openPageDialog().
|
inlineconstexpr |
Definition at line 201 of file strings.hxx.
Referenced by rptui::OSectionView::SetMarkedToLayer(), and reportdesign::OShape::setOpaque().
|
inlineconstexpr |
Definition at line 61 of file strings.hxx.
Referenced by rptui::OReportController::createControl(), rptui::IMPL_STATIC_LINK(), and reportdesign::OFixedLine::setOrientation().
|
inlineconstexpr |
Definition at line 70 of file strings.hxx.
Referenced by rptui::NavigatorTree::_propertyChanged(), rptui::OReportController::listen(), rptui::NavigatorTree::NavigatorTree(), rptui::OReportController::propertyChange(), reportdesign::OReportDefinition::setPageFooterOn(), and reportdesign::OReportDefinition::setSection().
|
inlineconstexpr |
Definition at line 65 of file strings.hxx.
Referenced by rptui::OPropertyInfoService::getPropertyInfo(), rptui::GeometryHandler::getSupportedProperties(), and reportdesign::OReportDefinition::setPageFooterOption().
|
inlineconstexpr |
Definition at line 69 of file strings.hxx.
Referenced by rptui::NavigatorTree::_propertyChanged(), rptui::OReportController::createPageNumber(), rptui::OReportController::listen(), rptui::NavigatorTree::NavigatorTree(), rptui::OReportController::propertyChange(), rptui::OPageNumberDialog::run(), reportdesign::OReportDefinition::setPageHeaderOn(), and reportdesign::OReportDefinition::setSection().
|
inlineconstexpr |
Definition at line 64 of file strings.hxx.
Referenced by rptui::OPropertyInfoService::getPropertyInfo(), rptui::GeometryHandler::getSupportedProperties(), and reportdesign::OReportDefinition::setPageHeaderOption().
|
inlineconstexpr |
Definition at line 208 of file strings.hxx.
Referenced by rptui::OReportController::openPageDialog().
|
inlineconstexpr |
Definition at line 62 of file strings.hxx.
Referenced by rptui::OReportSection::_propertyChanged(), rptui::OReportController::addPairControls(), rptui::addStyleListener(), rptui::OViewsWindow::alignMarkedObjects(), rptui::OViewsWindow::collectBoundResizeRect(), rptui::OReportController::createControl(), rptui::GeometryHandler::describePropertyLine(), rptui::OViewsWindow::EndDragObj(), rptxml::ORptExport::exportSectionAutoStyle(), rptui::OReportSection::fill(), rptui::OReportWindow::GetTotalWidth(), rptui::OReportWindow::impl_getRealPixelWidth(), rptui::OReportController::openPageDialog(), rptui::OReportWindow::Resize(), and rptui::OPageNumberDialog::run().
|
inlineconstexpr |
Definition at line 79 of file strings.hxx.
Referenced by rptui::applyCharacterSettings(), rptui::OReportController::Execute(), rptui::OPropertyInfoService::getPropertyInfo(), rptui::getPropertyNameMap(), rptui::OReportController::GetState(), rptui::GeometryHandler::getSupportedProperties(), reportdesign::lcl_getImageOptionals(), and reportdesign::lcl_getLineOptionals().
|
inlineconstexpr |
Definition at line 257 of file strings.hxx.
Referenced by rptui::OReportController::addPairControls(), rptui::OReportController::createControl(), rptui::OReportSection::ExecuteDrop(), and rptui::OPageNumberDialog::run().
|
inlineconstexpr |
Definition at line 74 of file strings.hxx.
Referenced by rptui::OPropertyInfoService::getExcludeProperties(), rptui::OPropertyInfoService::getPropertyInfo(), rptui::GeometryHandler::getSupersededProperties(), rptui::GeometryHandler::getSupportedProperties(), and reportdesign::OShapeHelper::setPosition().
|
inlineconstexpr |
Definition at line 75 of file strings.hxx.
Referenced by rptui::OPropertyInfoService::getExcludeProperties(), rptui::OPropertyInfoService::getPropertyInfo(), rptui::GeometryHandler::getSupersededProperties(), rptui::GeometryHandler::getSupportedProperties(), rptui::OReportController::modifyGroup(), rptui::OFieldExpressionControl::moveGroups(), rptui::OFieldExpressionControl::SaveModified(), and reportdesign::OShapeHelper::setPosition().
|
inlineconstexpr |
Definition at line 191 of file strings.hxx.
Referenced by rptui::OPropertyInfoService::getPropertyInfo(), rptui::GeometryHandler::getSupportedProperties(), and reportdesign::OFunction::setPreEvaluated().
|
inlineconstexpr |
Definition at line 213 of file strings.hxx.
Referenced by rptui::OPropertyInfoService::getPropertyInfo(), rptui::GeometryHandler::getSupportedProperties(), rptui::OReportController::insertGraphic(), and reportdesign::OImageControl::setPreserveIRI().
|
inlineconstexpr |
Definition at line 264 of file strings.hxx.
Referenced by rptui::OPropertyInfoService::getPropertyInfo(), and rptui::DataProviderHandler::getSupportedProperties().
|
inlineconstexpr |
Definition at line 107 of file strings.hxx.
Referenced by rptui::OPropertyInfoService::getPropertyInfo(), rptui::GeometryHandler::getSupportedProperties(), and reportdesign::lcl_getLineOptionals().
|
inlineconstexpr |
Definition at line 111 of file strings.hxx.
Referenced by rptui::OPropertyInfoService::getPropertyInfo(), rptui::GeometryHandler::getSupportedProperties(), and reportdesign::lcl_getLineOptionals().
|
inlineconstexpr |
Definition at line 47 of file strings.hxx.
Referenced by rptui::OPropertyInfoService::getPropertyInfo(), rptui::GeometryHandler::getSupportedProperties(), reportdesign::lcl_getAbsent(), and reportdesign::OSection::setRepeatSection().
|
inlineconstexpr |
Definition at line 49 of file strings.hxx.
Referenced by reportdesign::OReportEngineJFree::getNewOutputName(), and reportdesign::OReportEngineJFree::setReportDefinition().
|
inlineconstexpr |
Definition at line 68 of file strings.hxx.
Referenced by rptui::NavigatorTree::_propertyChanged(), rptui::OReportController::listen(), rptui::NavigatorTree::NavigatorTree(), rptui::OReportController::propertyChange(), and reportdesign::OReportDefinition::setReportFooterOn().
|
inlineconstexpr |
Definition at line 67 of file strings.hxx.
Referenced by rptui::NavigatorTree::_propertyChanged(), rptui::OReportController::listen(), rptui::NavigatorTree::NavigatorTree(), rptui::OReportController::propertyChange(), and reportdesign::OReportDefinition::setReportHeaderOn().
|
inlineconstexpr |
Definition at line 243 of file strings.hxx.
Referenced by rptui::OReportController::impl_initialize().
|
inlineconstexpr |
Definition at line 110 of file strings.hxx.
Referenced by rptui::OPropertyInfoService::getPropertyInfo(), rptui::GeometryHandler::getSupportedProperties(), and reportdesign::OGroup::setResetPageNumber().
|
inlineconstexpr |
Definition at line 103 of file strings.hxx.
Referenced by rptui::OReportSection::_propertyChanged(), rptui::OReportController::addPairControls(), rptui::addStyleListener(), rptui::OViewsWindow::alignMarkedObjects(), rptui::OViewsWindow::collectBoundResizeRect(), rptui::OReportController::createControl(), rptui::GeometryHandler::describePropertyLine(), rptui::OViewsWindow::EndDragObj(), rptxml::ORptExport::exportSectionAutoStyle(), rptui::OReportSection::fill(), rptui::OReportController::openPageDialog(), rptui::OReportWindow::Resize(), and rptui::OPageNumberDialog::run().
|
inlineconstexpr |
Definition at line 214 of file strings.hxx.
Referenced by reportdesign::OImageControl::setScaleMode().
|
inlineconstexpr |
Definition at line 262 of file strings.hxx.
Referenced by rptui::GeometryHandler::actuatingPropertyChanged(), rptui::GeometryHandler::createDefaultFunction(), rptui::OPropertyInfoService::getExcludeProperties(), rptui::OPropertyInfoService::getPropertyInfo(), rptui::GeometryHandler::getSupportedProperties(), rptui::GeometryHandler::resetOwnProperties(), and rptui::GeometryHandler::setPropertyValue().
|
inlineconstexpr |
Definition at line 182 of file strings.hxx.
Referenced by rptui::OReportController::createDateTime(), rptui::OReportController::getViewData(), and rptui::ODateTimeDialog::run().
|
inlineconstexpr |
Definition at line 54 of file strings.hxx.
Referenced by reportdesign::OGroup::setSortAscending().
|
inlineconstexpr |
Definition at line 109 of file strings.hxx.
Referenced by rptui::OPropertyInfoService::getPropertyInfo(), rptui::GeometryHandler::getSupportedProperties(), and reportdesign::OGroup::setStartNewColumn().
|
inlineconstexpr |
Definition at line 112 of file strings.hxx.
Referenced by rptui::OReportController::createPageNumber(), and rptui::OPageNumberDialog::run().
|
inlineconstexpr |
Definition at line 181 of file strings.hxx.
Referenced by reportdesign::OReportEngineJFree::setStatusIndicator().
|
inlineconstexpr |
Definition at line 195 of file strings.hxx.
|
inlineconstexpr |
Definition at line 196 of file strings.hxx.
Referenced by rptui::OUnoObject::_propertyChange(), rptui::getPropertyNameMap(), and rptui::FixedTextColor::setPropertyTextColor().
|
inlineconstexpr |
Definition at line 197 of file strings.hxx.
Referenced by rptui::getPropertyNameMap().
|
inlineconstexpr |
Definition at line 113 of file strings.hxx.
Referenced by rptui::OReportController::createDateTime(), and rptui::ODateTimeDialog::run().
|
inlineconstexpr |
Definition at line 265 of file strings.hxx.
Referenced by rptui::DataProviderHandler::actuatingPropertyChanged(), rptui::DataProviderHandler::getActuatingProperties(), and rptui::DataProviderHandler::getSupersededProperties().
|
inlineconstexpr |
Definition at line 104 of file strings.hxx.
Referenced by rptui::OReportController::openPageDialog().
|
inlineconstexpr |
Definition at line 202 of file strings.hxx.
Referenced by reportdesign::OShape::getTransformation(), and reportdesign::OShape::setTransformation().
|
inlineconstexpr |
Definition at line 211 of file strings.hxx.
Referenced by rptui::OReportController::addPairControls(), rptui::GeometryHandler::getActuatingProperties(), rptui::OGroupsSortingDialog::getColumnDataType(), rptui::OPropertyInfoService::getExcludeProperties(), rptui::OPropertyInfoService::getPropertyInfo(), rptui::GeometryHandler::getSupportedProperties(), and rptui::GeometryHandler::resetOwnProperties().
|
inlineconstexpr |
Definition at line 239 of file strings.hxx.
Referenced by reportdesign::lcl_getImageOptionals(), and reportdesign::lcl_getLineOptionals().
|
inlineconstexpr |
Definition at line 86 of file strings.hxx.
Referenced by rptui::applyCharacterSettings(), rptxml::OXMLHelper::GetCellStylePropertyMap(), rptui::OPropertyInfoService::getExcludeProperties(), rptui::OPropertyInfoService::getPropertyInfo(), rptui::GeometryHandler::getSupportedProperties(), and rptui::OUnoObject::impl_initializeModel_nothrow().
|
inlineconstexpr |
Definition at line 35 of file strings.hxx.
Referenced by rptui::OPropertyInfoService::getPropertyInfo(), rptui::GeometryHandler::getSupportedProperties(), and reportdesign::OSection::setVisible().
|
inlineconstexpr |
Definition at line 238 of file strings.hxx.
Referenced by reportdesign::lcl_getImageOptionals(), and reportdesign::lcl_getLineOptionals().
|
inlineconstexpr |
Definition at line 73 of file strings.hxx.
Referenced by rptui::OReportController::createControl(), rptxml::OXMLRowColumn::fillStyle(), rptxml::OXMLHelper::GetColumnStyleProps(), rptui::OPropertyInfoService::getExcludeProperties(), rptui::OPropertyInfoService::getPropertyInfo(), rptui::GeometryHandler::getSupersededProperties(), rptui::GeometryHandler::getSupportedProperties(), rptui::ODateTimeDialog::run(), and reportdesign::OShapeHelper::setSize().
|
inlineconstexpr |
Definition at line 200 of file strings.hxx.
Referenced by reportdesign::OShape::getZOrder(), and reportdesign::OShape::setZOrder().
|
inlineconstexpr |
Definition at line 252 of file strings.hxx.
Referenced by rptui::ConditionalFormattingDialog::applyCommand(), and lcl_getReportControlFormat().
|
inlineconstexpr |
Definition at line 16 of file strings.hxx.
Referenced by rptui::OUnoObject::GetDefaultName().
|
inlineconstexpr |
Definition at line 15 of file strings.hxx.
Referenced by rptui::OUnoObject::GetDefaultName().
|
inlineconstexpr |
Definition at line 18 of file strings.hxx.
Referenced by rptui::OUnoObject::GetDefaultName().
|
inlineconstexpr |
Definition at line 17 of file strings.hxx.
Referenced by rptui::OUnoObject::GetDefaultName().
|
inlineconstexpr |
Definition at line 272 of file strings.hxx.
Referenced by rptxml::ORptFilter::implImport(), and rptxml::reportdesign_XMLOasisContentImporter_get_implementation().
|
inlineconstexpr |
Definition at line 29 of file strings.hxx.
Referenced by reportdesign::OFixedLine::createClone(), reportdesign::OReportDefinition::createInstance(), rptui::OReportModel::createShape(), rptxml::OXMLCell::endFastElement(), rptui::OUnoObject::GetDefaultName(), reportdesign::OFixedLine::getSupportedServiceNames_Static(), and rptui::ObjectTypeToServiceName().
|
inlineconstexpr |
Definition at line 22 of file strings.hxx.
Referenced by reportdesign::OFixedText::createClone(), reportdesign::OReportDefinition::createInstance(), rptui::OUnoObject::CreateMediator(), rptui::OReportModel::createShape(), rptxml::OXMLFixedContent::endFastElement(), rptxml::ORptExport::exportContainer(), rptui::OUnoObject::GetDefaultName(), reportdesign::OFixedText::getSupportedServiceNames_Static(), and rptui::ObjectTypeToServiceName().
|
inlineconstexpr |
Definition at line 25 of file strings.hxx.
Referenced by reportdesign::OFormatCondition::getSupportedServiceNames_Static().
|
inlineconstexpr |
Definition at line 23 of file strings.hxx.
Referenced by reportdesign::OFormattedField::createClone(), rptxml::OXMLCell::createFastChildContext(), reportdesign::OReportDefinition::createInstance(), rptui::OReportModel::createShape(), rptxml::OXMLCell::endFastElement(), rptxml::OXMLFixedContent::endFastElement(), rptxml::ORptExport::exportContainer(), rptui::OUnoObject::GetDefaultName(), reportdesign::OFormattedField::getSupportedServiceNames_Static(), and rptui::ObjectTypeToServiceName().
|
inlineconstexpr |
Definition at line 26 of file strings.hxx.
Referenced by reportdesign::OFunction::getSupportedServiceNames_Static().
|
inlineconstexpr |
Definition at line 31 of file strings.hxx.
Referenced by reportdesign::OGroup::getSupportedServiceNames_Static().
|
inlineconstexpr |
Definition at line 24 of file strings.hxx.
Referenced by reportdesign::OImageControl::createClone(), rptxml::OXMLCell::createFastChildContext(), reportdesign::OReportDefinition::createInstance(), rptui::OReportModel::createShape(), rptxml::ORptExport::exportContainer(), rptui::OUnoObject::GetDefaultName(), reportdesign::OImageControl::getSupportedServiceNames_Static(), and rptui::ObjectTypeToServiceName().
|
inlineconstexpr |
Definition at line 273 of file strings.hxx.
Referenced by rptxml::ORptFilter::implImport(), and rptxml::reportdesign_ORptMetaImportHelper_get_implementation().
|
inlineconstexpr |
Definition at line 27 of file strings.hxx.
Referenced by reportdesign::OReportDefinition::createClone(), rptui::OReportModel::createShape(), reportdesign::OReportDefinition::getSupportedServiceNames(), reportdesign::OReportDefinition::getSupportedServiceNames_Static(), and rptui::ObjectTypeToServiceName().
|
inlineconstexpr |
Definition at line 30 of file strings.hxx.
Referenced by reportdesign::OSection::getSupportedServiceNames_Static().
|
inlineconstexpr |
Definition at line 270 of file strings.hxx.
Referenced by rptxml::ORptFilter::implImport(), and rptxml::reportdesign_ORptImportHelper_get_implementation().
|
inlineconstexpr |
Definition at line 28 of file strings.hxx.
Referenced by reportdesign::OReportDefinition::createInstance(), reportdesign::OShape::getSupportedServiceNames(), reportdesign::OShape::getSupportedServiceNames_Static(), and rptui::ObjectTypeToServiceName().
|
inlineconstexpr |
Definition at line 271 of file strings.hxx.
Referenced by rptxml::ORptFilter::implImport(), and rptxml::reportdesign_ORptStylesImportHelper_get_implementation().