Home
last modified time | relevance | path

Searched refs:pDelim (Results 1 – 8 of 8) sorted by relevance

/trunk/main/starmath/source/
H A Dutility.cxx177 const sal_Char *pDelim = ", "; in GetStringItem() local
185 aString.AppendAscii( pDelim ); in GetStringItem()
190 aString.AppendAscii( pDelim ); in GetStringItem()
H A Dparse.cxx383 const sal_Unicode *pDelim = &aDelimiterTable[0]; in IsDelimiter() local
384 for ( ; *pDelim != 0; pDelim++) in IsDelimiter()
385 if (*pDelim == cChar) in IsDelimiter()
388 sal_Bool bIsDelim = *pDelim != 0; in IsDelimiter()
/trunk/main/svtools/source/svhtml/
H A Dhtmlout.cxx615 const sal_Char *pDelim, in Out_ImageMap() argument
706 if( pDelim ) in Out_ImageMap()
707 rStream << pDelim; in Out_ImageMap()
766 if( pDelim ) in Out_ImageMap()
767 rStream << pDelim; in Out_ImageMap()
/trunk/main/sfx2/source/dialog/
H A Dversdlg.cxx151 const String pDelim ( DEFINE_CONST_UNICODE( ", ")); in ConvertDateTime_Impl() local
153 aStr += pDelim; in ConvertDateTime_Impl()
H A Ddinfdlg.cxx195 const String pDelim ( DEFINE_CONST_UNICODE( ", ")); in ConvertDateTime_Impl() local
197 aStr += pDelim; in ConvertDateTime_Impl()
203 aStr += pDelim; in ConvertDateTime_Impl()
/trunk/main/editeng/source/misc/
H A Dsvxacorr.cxx847 *pDelim = 0; in FnCptlSttSntnc() local
856 pDelim = pStr+1; in FnCptlSttSntnc()
893 if( *pDelim && 2 >= pDelim - pWordStt && in FnCptlSttSntnc()
894 lcl_IsInAsciiArr( ".-)>", *pDelim ) ) in FnCptlSttSntnc()
/trunk/main/sw/source/filter/html/
H A Dwrthtml.cxx573 const sal_Char *pDelim = "&#255;"; in lcl_html_OutSectionStartTag() local
575 rHTMLWrt.Strm() << pDelim; in lcl_html_OutSectionStartTag()
580 rHTMLWrt.Strm() << pDelim; in lcl_html_OutSectionStartTag()
/trunk/main/svtools/inc/svtools/
H A Dhtmlout.hxx85 const sal_Char *pDelim = 0,

Completed in 68 milliseconds