Home
last modified time | relevance | path

Searched refs:SPACE (Results 1 – 25 of 50) sorted by relevance

12

/aoo41x/main/oox/source/xls/
H A Dnumberformatsbuffer.cxx147 …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 Dmcnttype.cxx49 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 DQuerySummary.java109 …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 Dwininetbackend.cxx44 #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 Dunoapploader.c187 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 DBlindtextCreator.java66 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 Dcontentreader.cxx139 ( ( 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 DTimeStampControl.java103 …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 Dinfotips.cxx45 const std::wstring WSPACE = std::wstring(SPACE);
215 const std::wstring CONST_SPACE(SPACE); in GetInfoTip()
/aoo41x/main/shell/source/backends/kde4be/
H A Dkde4access.cxx42 #define SPACE ' ' macro
65 aClientProgram = aClientProgram.section(SPACE, 0, 0); in getValue()
/aoo41x/main/shell/source/backends/kdebe/
H A Dkdeaccess.cxx38 #define SPACE ' ' macro
61 aClientProgram = aClientProgram.section(SPACE, 0, 0); in getValue()
/aoo41x/main/shell/source/backends/macbe/
H A Dmacbackend.cxx41 #define SPACE ' ' macro
441 uno::makeAny( aProxyBypassList.replace( SPACE, SEMI_COLON ) ) ) ); in getPropertyValue()
/aoo41x/main/sal/osl/w32/
H A Dprocimpl.cxx58 const sal_Char* SPACE = " "; variable
479 command_line.appendAscii(SPACE); in osl_executeProcess_WithRedirectedIO()
/aoo41x/main/wizards/com/sun/star/wizards/text/
H A DTextDocument.java398 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 DPropertyNames.java61 public static String SPACE = " "; field in PropertyNames
/aoo41x/main/shell/inc/internal/
H A Dconfig.hxx52 #define SPACE L" " macro
/aoo41x/main/offapi/com/sun/star/text/
H A DLabelFollow.idl49 const short SPACE = 1;
/aoo41x/main/offapi/com/sun/star/ui/
H A DActionTriggerSeparatorType.idl39 const short SPACE = 1;
/aoo41x/main/wizards/com/sun/star/wizards/ui/
H A DImageList.java817 …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 Datkaction.cxx195 case awt::Key::SPACE: c = ' '; break; in appendKeyStrokes()
/aoo41x/main/sw/source/ui/misc/
H A Dnum.cxx371 if ( aNumFmtArr[nLvl]->GetLabelFollowedBy() == SvxNumberFormat::SPACE ) in InitControls()
864 eLabelFollowedBy = SvxNumberFormat::SPACE; in IMPL_LINK()
/aoo41x/main/i18npool/source/breakiterator/data/
H A Dedit_word.txt27 $ALetter = [\u0002 [:Alphabetic:] [:name= NO-BREAK SPACE:] [:name= HEBREW PUNCTUATION GERESH:]
H A Dedit_word_he.txt27 $ALetter = [\u0002 [:Alphabetic:] [:name= NO-BREAK SPACE:] [:name= HEBREW PUNCTUATION GERESH:]
/aoo41x/main/framework/source/accelerators/
H A Dkeymapping.cxx125 {css::awt::Key::SPACE , "KEY_SPACE" },
/aoo41x/main/offapi/com/sun/star/awt/
H A DKey.idl335 const short SPACE = 1284;

Completed in 226 milliseconds

12