| /AOO41X/main/oox/source/xls/ |
| H A D | numberformatsbuffer.cxx | 132 #define NUMFMT_CURRENCY_SYMBOL_MINUS_NUMBER( INDEX, SYMBOL, SPACE, MODIF ) \ argument 133 … NUMFMT_STRING( INDEX + 0, MODIF SYMBOL SPACE "#,##0;" MODIF SYMBOL SPACE "-#,##0" ), \ 134 … NUMFMT_STRING( INDEX + 1, MODIF SYMBOL SPACE "#,##0;" "[RED]" MODIF SYMBOL SPACE "-#,##0" ), \ 135 …NUMFMT_STRING( INDEX + 2, MODIF SYMBOL SPACE "#,##0.00;" MODIF SYMBOL SPACE "-#,##0.00" ),… 136 … NUMFMT_STRING( INDEX + 3, MODIF SYMBOL SPACE "#,##0.00;" "[RED]" MODIF SYMBOL SPACE "-#,##0.00" ) 143 #define NUMFMT_ACCOUNTING_SYMBOL_MINUS_NUMBER( INDEX, SYMBOL, SPACE ) \ argument 145 …NUMFMT_STRING( INDEX + 1, "_ " SYMBOL SPACE "* #,##0_ ;" "_ " SYMBOL SPACE "* -#,##0_ ;" "_ … 147 …NUMFMT_STRING( INDEX + 3, "_ " SYMBOL SPACE "* #,##0.00_ ;" "_ " SYMBOL SPACE "* -#,##0.00_ ;" "_ … 154 #define NUMFMT_ALLCURRENCIES_SYMBOL_MINUS_NUMBER( SYMBOL, SPACE ) \ argument 155 NUMFMT_CURRENCY_SYMBOL_MINUS_NUMBER( 5, SYMBOL, SPACE, "" ), \ [all …]
|
| /AOO41X/main/dtrans/source/cnttype/ |
| H A D | mcnttype.cxx | 49 const OUString SPACE = OUString::createFromAscii( " " ); variable 183 while ( SPACE == m_nxtSym ) in skipSpaces() 359 if ( bAfterQuoteSign && ((m_nxtSym == SPACE)||(m_nxtSym == SEMICOLON) ) ) in quotedPValue() 361 else if ( isInRange( m_nxtSym, TOKEN + TSPECIALS + SPACE ) ) in quotedPValue() 407 if ( isInRange( m_nxtSym, TOKEN + SPACE ) ) in comment()
|
| /AOO41X/main/wizards/com/sun/star/wizards/query/ |
| H A D | QuerySummary.java | 109 …ditions = appendClauseSeparator(sconditions, PropertyNames.SPACE + sAnd + PropertyNames.SPACE, i, … in combineFilterNameFraction() 118 …nditions = appendClauseSeparator(sconditions, PropertyNames.SPACE + sOr + PropertyNames.SPACE, i, … in combineFilterNameFraction()
|
| /AOO41X/main/shell/source/backends/wininetbe/ |
| H A D | wininetbackend.cxx | 44 #define SPACE ' ' macro 89 rtl::OUString nextToken = aProxyList.getToken( 0, SPACE, nIndex ); in FindProxyEntry() 170 rtl::OUString aToken = aProxyBypassList.getToken( 0, SPACE, nIndex ); in WinInetBackend() 187 valueNoProxy_.Value <<= aProxyBypassList.replace( SPACE, SEMI_COLON ); in WinInetBackend()
|
| /AOO41X/main/odk/source/unoapploader/win/ |
| H A D | unoapploader.c | 187 const char* SPACE = " "; in createCommandLine() local 209 strlen ( DQUOTE ) + strlen( SPACE ) + strlen( appendix ) + 1 ); in createCommandLine() 213 strcat( cmdline, SPACE ); in createCommandLine()
|
| /AOO41X/main/wizards/com/sun/star/wizards/db/ |
| H A D | BlindtextCreator.java | 66 String[] BlindTextArray = JavaTools.ArrayoutofString(BlindText, PropertyNames.SPACE); in getBlindTextString() 87 NewPartBlindText = PartBlindText + PropertyNames.SPACE + BlindTextArray[i]; in getBlindTextString()
|
| /AOO41X/main/shell/source/all/ooofilereader/ |
| H A D | contentreader.cxx | 139 ( ( Content != SPACE ) && ( Content != LF ) ) ) in addChunk() 205 addChunk( getLocale( getCurrentContentStyle() ), ::std::wstring( SPACE ) ); in end_element()
|
| /AOO41X/main/wizards/com/sun/star/wizards/document/ |
| H A D | TimeStampControl.java | 103 …fieldcolumn, DataType.DATE, _curfieldcolumn.getFieldTitle() + PropertyNames.SPACE + sDateAppendix); in TimeStampControl() 104 …fieldcolumn, DataType.TIME, _curfieldcolumn.getFieldTitle() + PropertyNames.SPACE + sTimeAppendix); in TimeStampControl()
|
| /AOO41X/main/shell/source/backends/kdebe/ |
| H A D | kdeaccess.cxx | 38 #define SPACE ' ' macro 61 aClientProgram = aClientProgram.section(SPACE, 0, 0); in getValue()
|
| /AOO41X/main/shell/source/win32/shlxthandler/infotips/ |
| H A D | infotips.cxx | 45 const std::wstring WSPACE = std::wstring(SPACE); 215 const std::wstring CONST_SPACE(SPACE); in GetInfoTip()
|
| /AOO41X/main/shell/source/backends/kde4be/ |
| H A D | kde4access.cxx | 42 #define SPACE ' ' macro 65 aClientProgram = aClientProgram.section(SPACE, 0, 0); in getValue()
|
| /AOO41X/main/shell/source/backends/macbe/ |
| H A D | macbackend.cxx | 41 #define SPACE ' ' macro 441 uno::makeAny( aProxyBypassList.replace( SPACE, SEMI_COLON ) ) ) ); in getPropertyValue()
|
| /AOO41X/main/sal/osl/w32/ |
| H A D | procimpl.cxx | 58 const sal_Char* SPACE = " "; variable 479 command_line.appendAscii(SPACE); in osl_executeProcess_WithRedirectedIO()
|
| /AOO41X/main/wizards/com/sun/star/wizards/text/ |
| H A D | TextDocument.java | 398 String fullname = gn + PropertyNames.SPACE + sn; in setWizardTemplateDocInfo() 417 description = description + PropertyNames.SPACE + TemplateDescription; in setWizardTemplateDocInfo()
|
| /AOO41X/main/wizards/com/sun/star/wizards/common/ |
| H A D | PropertyNames.java | 61 public static String SPACE = " "; field in PropertyNames
|
| /AOO41X/main/shell/inc/internal/ |
| H A D | config.hxx | 52 #define SPACE L" " macro
|
| /AOO41X/main/offapi/com/sun/star/text/ |
| H A D | LabelFollow.idl | 49 const short SPACE = 1;
|
| /AOO41X/main/offapi/com/sun/star/ui/ |
| H A D | ActionTriggerSeparatorType.idl | 39 const short SPACE = 1;
|
| /AOO41X/main/wizards/com/sun/star/wizards/ui/ |
| H A D | ImageList.java | 817 …Value(getModel(lblImageText), PropertyNames.PROPERTY_LABEL, PropertyNames.SPACE + renderer.render(… in refreshImageText() 1056 case Key.SPACE: in getKeyMove()
|
| /AOO41X/main/vcl/unx/gtk/a11y/ |
| H A D | atkaction.cxx | 195 case awt::Key::SPACE: c = ' '; break; in appendKeyStrokes()
|
| /AOO41X/main/sw/source/ui/misc/ |
| H A D | num.cxx | 371 if ( aNumFmtArr[nLvl]->GetLabelFollowedBy() == SvxNumberFormat::SPACE ) in InitControls() 864 eLabelFollowedBy = SvxNumberFormat::SPACE; in IMPL_LINK()
|
| H A D | outline.cxx | 1202 rFmt.GetLabelFollowedBy() == SvxNumberFormat::SPACE ) in Paint() 1235 case SvxNumberFormat::SPACE: in Paint()
|
| /AOO41X/main/framework/source/accelerators/ |
| H A D | keymapping.cxx | 125 {css::awt::Key::SPACE , "KEY_SPACE" },
|
| /AOO41X/main/offapi/com/sun/star/awt/ |
| H A D | Key.idl | 335 const short SPACE = 1284;
|
| /AOO41X/main/editeng/inc/editeng/ |
| H A D | numitem.hxx | 111 SPACE, enumerator
|