/aoo41x/main/oox/source/xls/ |
H A D | numberformatsbuffer.cxx | 147 …NUMFMT_STRING( INDEX + 3, "_ " SYMBOL SPACE "* #,##0.00_ ;" "_ " SYMBOL SPACE "* -#,##0.00_ ;" "_ … 180 …NUMFMT_STRING( INDEX + 3, "_-" SYMBOL SPACE "* #,##0.00_-;" "_-" SYMBOL SPACE "* #,##0.00-;" "_-" … 211 …NUMFMT_STRING( INDEX + 0, "_-* #,##0" SPACE BLINDS "_-;_-* #,##0" SPACE BLINDS "-;_-* \"-\""… 212 …NUMFMT_STRING( INDEX + 1, "_-* #,##0" SPACE SYMBOL "_-;_-* #,##0" SPACE SYMBOL "-;_-* \"-\""… 213 …NUMFMT_STRING( INDEX + 2, "_-* #,##0.00" SPACE BLINDS "_-;_-* #,##0.00" SPACE BLINDS "-;_-* \"-\"?… 214 …NUMFMT_STRING( INDEX + 3, "_-* #,##0.00" SPACE SYMBOL "_-;_-* #,##0.00" SPACE SYMBOL "-;_-* \"-\"?… 279 …NUMFMT_STRING( INDEX + 0, "_-* #,##0" SPACE BLINDS "_-;-* #,##0" SPACE BLINDS "_-;_-* \"-\""… 280 …NUMFMT_STRING( INDEX + 1, "_-* #,##0" SPACE SYMBOL "_-;-* #,##0" SPACE SYMBOL "_-;_-* \"-\""… 281 …NUMFMT_STRING( INDEX + 2, "_-* #,##0.00" SPACE BLINDS "_-;-* #,##0.00" SPACE BLINDS "_-;_-* \"-\"?… 282 …NUMFMT_STRING( INDEX + 3, "_-* #,##0.00" SPACE SYMBOL "_-;-* #,##0.00" SPACE SYMBOL "_-;_-* \"-\"?… [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/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/kdebe/ |
H A D | kdeaccess.cxx | 38 #define SPACE ' ' macro 61 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()
|
/aoo41x/main/i18npool/source/breakiterator/data/ |
H A D | edit_word.txt | 27 $ALetter = [\u0002 [:Alphabetic:] [:name= NO-BREAK SPACE:] [:name= HEBREW PUNCTUATION GERESH:]
|
H A D | edit_word_he.txt | 27 $ALetter = [\u0002 [:Alphabetic:] [:name= NO-BREAK SPACE:] [:name= HEBREW PUNCTUATION GERESH:]
|
/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;
|