Resource Compiler. This compiler converts .src files and .hrc equivalents into binary .res files. The basic idea is that this provides a map between integer identifiers and the resources: string, pixmap (only the file-name), and VCL control properties. In more detail: Typically we would have a .hrc file with entries like this: #define SID_STR_FOO 1234 And then a .src file with some entries like this: String SID_STR_FOO { Text [ en-US ] = "Foo !" ; }; This is compiled into a binary resource file, we have many of these which live in program/resource/ and then tends to get used in the code thus: String aStr( ResId( SID_STR_FOO ) ); It is important to note that any appearance of hierarchical structure in the .src files is in fact a mirage. The file is compiled at root into a plain map. There is some German documentation about it in a subdirectory called [git:rsc/doku]. Seems to be very old (January 1992). on value='distro/allotropia/zeta-24-2'>distro/allotropia/zeta-24-2 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/starmath/source
AgeCommit message (Expand)Author
2013-06-10fdo#63690 - replace RTL_CONTEXT_ macros with SAL_INFORadu Ioan
2013-06-10fdo#65581 Elements dock window has wrong titleJoren De Cuyper
2013-06-05remove unused componentcontext.hxx includesNoel Grandin
2013-05-31Fix fdo#32059: Commands merge with variablesMarcos Paulo de Souza
2013-05-30Clean zoom redundances in Math and fix fdo#55929Rodolfo Ribeiro Gomes
2013-05-30fdo#63351 make use of ZoomSlider in StarMathThomas Arnhold
2013-05-29convert save defaults to .ui formatCaolán McNamara
2013-05-24adapt code to spacing dialog .ui conversionCaolán McNamara
2013-05-22adapt code to catalog .ui conversionCaolán McNamara
2013-05-22adapt code to alignment dialog .ui conversionCaolán McNamara
2013-05-21fdo#62483 missing default button in format -> aligment dialog at mathJoren De Cuyper
2013-05-20Math: Use shared_ptr in ElementsDockingWindowTomaž Vajngerl
2013-05-20Fix Warning/Errors in Math.Tomaž Vajngerl
2013-05-20Math: new rendered Elements docking window addedTomaž Vajngerl
2013-05-18Resolves: #ii120149# Flash changes on slot execution to reflect AutoUpdateAriel Constenla-Haile
2013-05-15Spelling "separate" (etc) correctly is hardTor Lillqvist
2013-05-13Bin IsDigit method and use isAsciiDigit from CharClassMarcos Paulo de Souza
2013-05-10resolved fdo#35756 import more than 64k HTML table cellsEike Rathke
2013-04-30Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks
2013-04-27some eco-activismThomas Arnhold
2013-04-26XubString->OUStringCaolán McNamara
2013-04-26SmXMLExport::GetViewSettings: add back lost property nameMiklos Vajna
2013-04-22Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks
2013-04-20Remove pass-through header file sot/inc/sot/clsids.hxxMichael Dunphy
2013-04-20fdo#63154: Change Min/Max/Abs for std::min/max/absMarcos Paulo de Souza
2013-04-16Convert SmFontPickList from SfxPtrArr to std::vectorNoel Grandin