Home
last modified time | relevance | path

Searched refs:sal_Unicode (Results 326 – 350 of 1685) sorted by relevance

1...<<11121314151617181920>>...68

/trunk/main/comphelper/source/misc/
H A Dlocale.cxx38 const sal_Unicode Locale::SEPERATOR_LC = (sal_Unicode)'-';
39 const sal_Unicode Locale::SEPERATOR_CV = (sal_Unicode)'_';
40 const sal_Unicode Locale::SEPERATOR_CV_LINUX = (sal_Unicode)'.';
H A Daccessibletexthelper.cxx218 sal_Int32 nFound = sText.lastIndexOf( (sal_Unicode)'\n', nIndex ); in implGetParagraphBoundary()
222 nFound = sText.indexOf( (sal_Unicode)'\n', nIndex ); in implGetParagraphBoundary()
254sal_Unicode OCommonAccessibleText::getCharacter( sal_Int32 nIndex ) throw (IndexOutOfBoundsExcepti… in getCharacter()
741 const sal_Unicode* pFirstDiffOld = rOldString.getStr(); in implInitTextChangedEvent()
742 const sal_Unicode* pLastDiffOld = rOldString.getStr() + nLenOld; in implInitTextChangedEvent()
743 const sal_Unicode* pFirstDiffNew = rNewString.getStr(); in implInitTextChangedEvent()
744 const sal_Unicode* pLastDiffNew = rNewString.getStr() + nLenNew; in implInitTextChangedEvent()
819sal_Unicode OAccessibleTextHelper::getCharacter( sal_Int32 nIndex ) throw (IndexOutOfBoundsExcepti… in IMPLEMENT_FORWARD_XINTERFACE2()
/trunk/main/xmloff/source/style/
H A Dchrhghdl.cxx58 if( rStrImpValue.indexOf( sal_Unicode('%') ) == -1 ) in importXML()
79 aOut.append( sal_Unicode('p')); in exportXML()
80 aOut.append( sal_Unicode('t')); in exportXML()
101 if( rStrImpValue.indexOf( sal_Unicode('%') ) != -1 ) in importXML()
/trunk/main/sysui/source/win32/misc/
H A Dresourceprovider.cxx59 const sal_Unicode TILDE_SIGN = L'~';
166 const sal_Unicode* pPos = aResOUString.getStr( ); in getResString()
167 const sal_Unicode* pNext = aResOUString.getStr( ) + 1; in getResString()
168 const sal_Unicode* pEnd = aResOUString.getStr( ) + nStrLen; in getResString()
/trunk/main/i18npool/inc/
H A Dinputsequencechecker.hxx51 sal_Unicode inputChar, sal_Int16 inputCheckMode) throw(com::sun::star::uno::RuntimeException);
54 sal_Unicode inputChar, sal_Int16 inputCheckMode) throw(com::sun::star::uno::RuntimeException);
81 sal_Char* SAL_CALL getLanguageByScripType(sal_Unicode cChar, sal_Unicode nChar);
/trunk/main/xmlsecurity/source/helper/
H A Dxsecctl.cxx92 while( nPos < nLen && sal_Unicode(' ') == rString[nPos] ) in convertNumber()
95 if( nPos < nLen && sal_Unicode('-') == rString[nPos] ) in convertNumber()
103 sal_Unicode('0') <= rString[nPos] && in convertNumber()
104 sal_Unicode('9') >= rString[nPos] ) in convertNumber()
108 rValue += (rString[nPos] - sal_Unicode('0')); in convertNumber()
167 sal_Int32 nPos = rString.indexOf( (sal_Unicode) 'T' ); in convertDateTime()
168 sal_Int32 nPos2 = rString.indexOf( (sal_Unicode) ',' ); in convertDateTime()
212 const sal_Unicode* pStr = aDateStr.getStr(); in convertDateTime()
/trunk/main/forms/source/xforms/
H A Ddatatypes.cxx436 rValue, sal_Unicode('.'), sal_Unicode(0), &eStatus, &nEnd ); in _getValue()
709 const sal_Unicode* pValue = rValue.getStr(); in _validate()
710 for( ; pValue[n] != sal_Unicode('.') && n < nLength; n++ ) in _validate()
711 if( pValue[n] >= sal_Unicode('0') in _validate()
712 && pValue[n] <= sal_Unicode('9')) in _validate()
715 if( pValue[n] >= sal_Unicode('0') in _validate()
716 && pValue[n] <= sal_Unicode('9')) in _validate()
/trunk/main/xmlhelp/source/treeview/
H A Dtvread.cxx199 while( ( idx = oustring.indexOf( sal_Unicode('%'),++idx ) ) != -1 ) in replaceName()
395 if( ( idx = name.indexOf( sal_Unicode( '/' ) ) ) != -1 && in getByHierarchicalName()
412 if( ( idx = name.indexOf( sal_Unicode( '/' ) ) ) != -1 && in hasByHierarchicalName()
610 if( ( idx = name.indexOf( sal_Unicode( '/' ) ) ) != -1 ) in getByHierarchicalName()
633 if( ( idx = name.indexOf( sal_Unicode( '/' ) ) ) != -1 ) in hasByHierarchicalName()
718 if( url.lastIndexOf( sal_Unicode( '/' ) ) != url.getLength() - 1 ) in init()
762 idx_ = aFileName.lastIndexOf( sal_Unicode( '.' ) ); in init()
766 const sal_Unicode* str = aFileName.getStr(); in init()
1133 inline bool isLetter( sal_Unicode c ) in isLetter()
1160 const sal_Unicode* pc = aPureEntry.getStr(); in implGetLanguageVectorFromPackage()
/trunk/main/fpicker/source/win32/folderpicker/
H A DMtaFop.hxx59 pBuff = new sal_Unicode[size]; in CAutoPathBuff()
69 operator sal_Unicode*( ) in operator sal_Unicode*()
76 sal_Unicode* get( ) in get()
84 sal_Unicode* pBuff;
/trunk/main/sc/source/filter/dif/
H A Ddifexp.cxx71 sal_Unicode cStrDelim('"'); in ScExportDif()
136 aOS += sal_Unicode('\n'); in ScExportDif()
144 aOS += sal_Unicode('\n'); in ScExportDif()
162 aOS += sal_Unicode('\n'); in ScExportDif()
302 aOS += sal_Unicode('\n'); in ScExportDif()
/trunk/main/svtools/source/edit/
H A Dtextdoc.hxx96 void InsertText( sal_uInt16 nPos, sal_Unicode c );
122 TextPaM InsertText( const TextPaM& rPaM, sal_Unicode c );
128 sal_uLong GetTextLen( const sal_Unicode* pSep, const TextSelection* pSel = NULL ) const;
129 String GetText( const sal_Unicode* pSep ) const;
/trunk/main/sc/source/core/tool/
H A Dreffind.cxx41 const sal_Unicode __FAR_DATA ScRefFinder::pDelimiters[] = {
47 inline sal_Bool IsText( sal_Unicode c ) in IsText()
52 inline sal_Bool IsText( sal_Bool& bQuote, sal_Unicode c ) in IsText()
93 const sal_Unicode* pSource = aFormula.GetBuffer(); // fuer schnellen Zugriff in ToggleRel()
/trunk/main/ucbhelper/source/provider/
H A Dproviderhelper.cxx397 sal_Unicode('/') in renameAdditionalPropertySet()
400 aOldKeyWithSlash += rtl::OUString( sal_Unicode('/') ); in renameAdditionalPropertySet()
484 sal_Unicode('/') in copyAdditionalPropertySet()
487 aSrcKeyWithSlash += rtl::OUString( sal_Unicode('/') ); in copyAdditionalPropertySet()
623 sal_Unicode('/') in removeAdditionalPropertySet()
626 aKeyWithSlash += rtl::OUString( (sal_Unicode)'/' ); in removeAdditionalPropertySet()
/trunk/main/sal/osl/w32/
H A Dprocimpl.cxx57 const sal_Unicode NAME_VALUE_SEPARATOR = TEXT('=');
69 typedef std::vector<sal_Unicode > environment_container_t;
143 environment->push_back(reinterpret_cast<const sal_Unicode*>(p)); in read_environment()
220 n * sizeof(sal_Unicode)); in setup_process_environment()
309 std::vector<sal_Unicode> vec(path.getLength() + 1); in getShortPath()
318 std::vector<sal_Unicode > vec2( extPath.getLength() + 1); in getShortPath()
H A Dprofile.cxx37 …, const void *source, size_t length ) { rtl_copyMemory(dest, source, length*sizeof(sal_Unicode)); } in copy_ustr_n()
173 …atic sal_Bool lookupProfile(const sal_Unicode *strPath, const sal_Unicode *strFile, sa…
888 ::osl::LongPathBuffer< sal_Unicode > aFile( MAX_LONG_PATH ); in osl_getProfileName()
889 ::osl::LongPathBuffer< sal_Unicode > aPath( MAX_LONG_PATH ); in osl_getProfileName()
918 sal_Unicode *pProgName; in osl_getProfileName()
959 sal_Unicode *pPath = rtl_uString_getStr(strPath); in osl_getProfileName()
2148 sal_Unicode* pExtensionBuf = 0; in osl_ProfileGenerateExtension()
2149 sal_Unicode* pFileNameBuf = 0; in osl_ProfileGenerateExtension()
2296 static sal_Bool lookupProfile(const sal_Unicode *strPath, const sal_Unicode *strFile, sal_Unicode *… in lookupProfile()
2302 ::osl::LongPathBuffer< sal_Unicode > aPath( MAX_LONG_PATH ); in lookupProfile()
[all …]
/trunk/main/framework/source/recording/
H A Ddispatchrecorder.cxx254 const sal_Unicode* pChars = sVal.getStr(); in AppendToBuffer()
304 sal_Unicode nVal = *((sal_Unicode*)aValue.getValue()); in AppendToBuffer()
306 if ( (sal_Unicode(nVal) == '\"') ) in AppendToBuffer()
308 aArgumentBuffer.append((sal_Unicode)nVal); in AppendToBuffer()
309 aArgumentBuffer.append((sal_Unicode)nVal); in AppendToBuffer()
/trunk/main/desktop/source/deployment/misc/
H A Ddp_misc.cxx113 sal_Size size = (userPath.getLength() * sizeof (sal_Unicode)); in operator ()()
251 sal_Unicode c = str[ pos ]; in encodeForRcFile()
257 buf.append( static_cast<sal_Unicode>('\\') ); in encodeForRcFile()
279 buf.append( static_cast<sal_Unicode>('/') ); in makeURL()
301 OSL_ASSERT(segment.indexOf(static_cast<sal_Unicode>('/')) == -1); in makeURLAppendSysPathSegment()
548 sal_Unicode aBuffer[1024]; in readConsole()
/trunk/main/linguistic/inc/linguistic/
H A Dmisc.hxx112 rtl::OUString StripTrailingChars( rtl::OUString &rTxt, sal_Unicode cChar );
189 sal_Unicode ToLower( const sal_Unicode cChar, sal_Int16 nLanguage );
190 sal_Unicode ToUpper( const sal_Unicode cChar, sal_Int16 nLanguage );
/trunk/main/svx/source/xoutdev/
H A Dxtabbtmp.cxx45 sal_Unicode const pszExtBitmap[] = {'s','o','b'};
157 aStr.SetChar(nLen, sal_Unicode('2')); in Create()
164 aStr.SetChar(nLen, sal_Unicode('3')); in Create()
171 aStr.SetChar(nLen, sal_Unicode('4')); in Create()
/trunk/main/i18npool/source/inputchecker/
H A Dinputsequencechecker_th.cxx72 static sal_Bool SAL_CALL check(sal_Unicode ch1, sal_Unicode ch2, sal_Int16 inputCheckMode) in check()
88 sal_Unicode inputChar, sal_Int16 inputCheckMode) throw(com::sun::star::uno::RuntimeException) in checkInputSequence()
96 sal_Unicode inputChar, in correctInputSequence()
H A Dinputsequencechecker.cxx60 sal_Unicode inputChar, sal_Int16 inputCheckMode) throw(RuntimeException) in checkInputSequence()
75 sal_Unicode inputChar, sal_Int16 inputCheckMode) throw(RuntimeException) in correctInputSequence()
97 InputSequenceCheckerImpl::getLanguageByScripType(sal_Unicode cChar, sal_Unicode nChar) in getLanguageByScripType()
/trunk/main/sw/source/core/text/
H A Dinftxt.cxx84 #define CHAR_UNDERSCORE ((sal_Unicode)0x005F)
85 #define CHAR_LEFT_ARROW ((sal_Unicode)0x25C0)
86 #define CHAR_RIGHT_ARROW ((sal_Unicode)0x25B6)
87 #define CHAR_TAB ((sal_Unicode)0x2192)
88 #define CHAR_TAB_RTL ((sal_Unicode)0x2190)
89 #define CHAR_LINEBREAK ((sal_Unicode)0x21B5)
90 #define CHAR_LINEBREAK_RTL ((sal_Unicode)0x21B3)
863 SwRect& rRect, const Color* pCol, sal_Unicode cChar, in lcl_DrawSpecial()
1021 const sal_Unicode cChar = GetTxtFrm()->IsRightToLeft() ? in DrawTab()
1045 const sal_Unicode cChar = GetTxtFrm()->IsRightToLeft() ? in DrawLineBreak()
[all …]
/trunk/main/xmloff/source/draw/
H A Dximpcustomshape.cxx169 (sal_Unicode)('.'), (sal_Unicode)(','), &eStatus, NULL ); in GetDoublePercentage()
199 sal_Unicode nChar = rEquation[ nIndex ]; in GetEquationName()
227 if ( rParaString[ nIndex ] == (sal_Unicode)'$' ) in GetNextParameter()
233 else if ( rParaString[ nIndex ] == (sal_Unicode)'?' ) in GetNextParameter()
246 else if ( rParaString[ nIndex ] > (sal_Unicode)'9' ) in GetNextParameter()
417 const sal_Unicode aSpace(sal_Unicode(' ')); in GetNextParameter()
418 const sal_Unicode aCommata(sal_Unicode(',')); in GetNextParameter()
422 const sal_Unicode aCandidate(rParaString[nIndex]); in GetNextParameter()
950 while( ( nIndex < rValue.getLength() ) && rValue[ nIndex ] == (sal_Unicode)' ' ) in StartElement()
/trunk/main/editeng/inc/editeng/
H A Dbulitem.hxx78 sal_Unicode cSymbol;
92 SvxBulletItem( const Font& rFont, sal_Unicode cSymbol, sal_uInt16 nWhich=0 );
104 sal_Unicode GetSymbol() const { return cSymbol; } in GetSymbol()
121 void SetSymbol( sal_Unicode c) { cSymbol = c; } in SetSymbol()
/trunk/main/connectivity/source/inc/flat/
H A DETable.hxx60sal_Unicode m_cStringDelimiter; // delimiter for strings m_cStringDelimiter b…
61 sal_Unicode m_cFieldDelimiter; // look at the name
70 …,const sal_Unicode cDecimalDelimiter,const sal_Unicode cThousandDelimiter,const CharClass& aCharCl…

Completed in 162 milliseconds

1...<<11121314151617181920>>...68