Home
last modified time | relevance | path

Searched refs:cDelim (Results 1 – 21 of 21) sorted by relevance

/trunk/main/l10ntools/source/
H A Dtagtest.cxx97 sal_Unicode cDelim; in SplitTag() local
122 switch ( cDelim ) in SplitTag()
152 switch ( cDelim ) in SplitTag()
172 switch ( cDelim ) in SplitTag()
184 switch ( cDelim ) in SplitTag()
199 switch ( cDelim ) in SplitTag()
212 switch ( cDelim ) in SplitTag()
247 switch ( cDelim ) in SplitTag()
265 switch ( cDelim ) in SplitTag()
280 switch ( cDelim ) in SplitTag()
[all …]
/trunk/main/cui/source/options/
H A Doptpath.cxx159 char cDelim = MULTIPATH_DELIMITER; in Convert_Impl() local
160 sal_uInt16 nCount = rValue.GetTokenCount( cDelim ); in Convert_Impl()
164 String aValue = rValue.GetToken( i, cDelim ); in Convert_Impl()
597 char cDelim = MULTIPATH_DELIMITER; in IMPL_LINK() local
605 sUser += cDelim; in IMPL_LINK()
606 sUser += sNewPath.GetToken( i, cDelim ); in IMPL_LINK()
609 sFullPath += cDelim; in IMPL_LINK()
611 sWritable += sNewPath.GetToken( i, cDelim ); in IMPL_LINK()
613 sFullPath += cDelim; in IMPL_LINK()
831 char cDelim = MULTIPATH_DELIMITER; in SetPathList() local
[all …]
/trunk/main/cui/source/dialogs/
H A Dmultipat.cxx245 sal_Unicode cDelim = pImpl->bIsClassPathMode ? CLASSPATH_DELIMITER : SVT_SEARCHPATH_DELIMITER; in GetPath() local
258 sNewPath += cDelim; in GetPath()
263 sNewPath += cDelim; in GetPath()
271 sNewPath += cDelim; in GetPath()
282 sal_Unicode cDelim = pImpl->bIsClassPathMode ? CLASSPATH_DELIMITER : SVT_SEARCHPATH_DELIMITER; in SetPath() local
283 sal_uInt16 nPos, nCount = rPath.GetTokenCount( cDelim ); in SetPath()
287 String sPath = rPath.GetToken( i, cDelim ); in SetPath()
/trunk/main/sc/source/ui/docshell/
H A Ddocsh.cxx1697 sal_Unicode cDelim = rAsciiOpt.nFieldSepCode; in AsciiSave() local
1777 else if ( cDelim != 0 ) in AsciiSave()
1789 else if ( cDelim != 0 ) in AsciiSave()
1799 else if ( cDelim != 0 ) in AsciiSave()
1811 else if ( cDelim != 0 ) in AsciiSave()
1949 if (!bString && cDelim != 0) in AsciiSave()
2051 if(cDelim!=0) //@ BugId 55355 in AsciiSave()
2052 rStream.WriteUniOrByteChar( cDelim ); in AsciiSave()
2069 else if ( cDelim != 0 ) in AsciiSave()
2070 rStream.WriteUniOrByteChar( cDelim ); in AsciiSave()
[all …]
/trunk/main/i18npool/source/search/
H A Dlevdis.cxx591 MAXSTRING cDelim = "\t, ;(){}[]<>&=+-/%!|.\\'\"~"; variable
610 printf(" j cDelim . . . . . . : '%s'\n", cDelim); in ShowTest()
616 char* cp = cDelim; in IsDelim()
678 strncpy( cDelim+1, argv[args+6], LINESIZE ); // \t Tab always remains in main()
679 cDelim[LINESIZE-1] = 0; in main()
700 strncpy( cDelim+1, argv[args+6], LINESIZE ); // \t Tab always remains in main()
701 cDelim[LINESIZE-1] = 0; in main()
/trunk/main/sc/source/core/tool/
H A Dunitconv.cxx42 const sal_Unicode cDelim = 0x01; // Delimiter zwischen From und To variable
80 rStr += cDelim; in BuildIndexString()
88 rStr += cDelim; in BuildIndexString()
/trunk/main/sc/source/core/data/
H A Dattrib.cxx317 sal_Unicode cDelim = ','; in GetValueText() local
320 aValue += (bProtection ? aStrYes : aStrNo); aValue += cDelim; in GetValueText()
321 aValue += (bHideFormula ? aStrYes : aStrNo); aValue += cDelim; in GetValueText()
322 aValue += (bHideCell ? aStrYes : aStrNo); aValue += cDelim; in GetValueText()
595 const sal_Unicode cDelim = ','; in GetPresentation() local
611 rText += cDelim; in GetPresentation()
/trunk/main/tools/source/fsys/
H A Ddirent.cxx1763 sal_Bool DirEntry::Find( const String& rPfad, char cDelim ) in Find() argument
1772 if ( !cDelim ) in Find()
1773 cDelim = SEARCHDELIM(DEFSTYLE)[0]; in Find()
1775 sal_uInt16 nTokenCount = rPfad.GetTokenCount( cDelim ); in Find()
1781 … ByteString aPath = ByteString(rPfad, osl_getThreadTextEncoding()).GetToken( 0, cDelim, nIndex ); in Find()
2454 char cDelim = bUseDelim == 2 ? FSYS_SHORTNAME_DELIMITER : char(0); in IsValidEntry_Impl() local
2457 (!bIsShortened && rLongName.Search(cDelim) != STRING_NOTFOUND) in IsValidEntry_Impl()
/trunk/main/setup_native/source/win32/customactions/rebase/
H A Drebase.cxx196 const TCHAR cDelim = ','; in InitExcludeFromRebaseList() local
201 size_t nDelPos = sLibsExcluded.find_first_of( cDelim, nPos ); in InitExcludeFromRebaseList()
/trunk/main/sw/source/ui/frmdlg/
H A Dcption.cxx542 sal_Unicode cDelim = aEdDelim.GetText().GetChar(0); in Apply() local
547 pFldType->SetDelimiter( cDelim ); in Apply()
554 aFldType.SetDelimiter( cDelim ); in Apply()
/trunk/main/sw/source/filter/html/
H A Dwrthtml.cxx566 sal_Unicode cDelim = 255U; in lcl_html_OutSectionStartTag() local
568 (STRING_NOTFOUND != aEncURL.Search( cDelim ) ); in lcl_html_OutSectionStartTag()
590 nPos = aSection.Search( cDelim ); in lcl_html_OutSectionStartTag()
595 nPos = aSection.Search( cDelim, nPos+3 ); in lcl_html_OutSectionStartTag()
H A Dhtmlsect.cxx274 sal_Unicode cDelim = 255U; in NewDivision() local
276 xub_StrLen nPos = aHRef.SearchBackward( cDelim ); in NewDivision()
280 nPos2 = aHRef.SearchBackward( cDelim, nPos ); in NewDivision()
/trunk/main/comphelper/inc/comphelper/
H A Dservicedecl.hxx118 char const* pSupportedServiceNames, char cDelim = ';' ) in ServiceDecl() argument
122 m_cDelim(cDelim) {} in ServiceDecl()
/trunk/main/sw/source/ui/shells/
H A Dbasesh.cxx831 sal_Unicode cDelim = 0; in Execute() local
846 cDelim = sDelim.GetChar(0); in Execute()
893 pDlg->GetValues( cDelim, aInsTblOpts, pTAFmt ); in Execute()
899 if( cDelim ) in Execute()
910 aReq.AppendItem( SfxStringItem( FN_PARAM_1, String(cDelim) )); in Execute()
924 rSh.TableToText( cDelim ); in Execute()
927 … bInserted = rSh.TextToTable( aInsTblOpts, cDelim, text::HoriOrientation::FULL, pTAFmt ); in Execute()
/trunk/main/sfx2/source/doc/
H A Dobjcont.cxx816 const char cDelim = ' '; in Print() local
825 nIdx = aStr.Search(cDelim, nStart); in Print()
832 nIdx = aStr.Search(cDelim, nIdx+1); in Print()
H A Ddocvor.cxx79 static const char cDelim = ':'; variable
/trunk/main/unotools/source/ucbhelper/
H A Ducbhelper.cxx758 …indInPath( const String& rPath, const String& rName, String& rFile, char cDelim, sal_Bool bAllowWi… in FindInPath() argument
761 sal_uInt16 nTokenCount = rPath.GetTokenCount( cDelim ); in FindInPath()
764 String aPath = rPath.GetToken( nToken, cDelim ); in FindInPath()
/trunk/main/editeng/inc/editeng/
H A Ditemtype.hxx43 static const sal_Unicode cDelim = ','; variable
/trunk/main/sw/source/ui/fldui/
H A Dfldpage.hxx81 sal_Unicode cDelim = ' ',
/trunk/main/unotools/inc/unotools/
H A Ducbhelper.hxx76 …indInPath( const String& rPath, const String& rName, String& rFile, char cDelim = ';', sal_Bool bA…
/trunk/main/tools/inc/tools/
H A Dfsys.hxx333 sal_Bool Find( const String& rPfad, char cDelim = 0 );

Completed in 168 milliseconds