Home
last modified time | relevance | path

Searched refs:sal_Unicode (Results 201 – 225 of 1685) sorted by path

12345678910>>...68

/trunk/main/cui/source/tabpages/
H A Dautocdlg.cxx2177 sal_Unicode cUCS2 = static_cast<sal_Unicode>(cStartQuote); //TODO in FillItemSet()
2183 sal_Unicode cUCS2 = static_cast<sal_Unicode>(cEndQuote); //TODO in FillItemSet()
2189 sal_Unicode cUCS2 = static_cast<sal_Unicode>(cSglStartQuote); //TODO in FillItemSet()
2195 sal_Unicode cUCS2 = static_cast<sal_Unicode>(cSglEndQuote); //TODO in FillItemSet()
H A Dbackgrnd.cxx494 aBtnPreview.Check( aUserData.Len() && sal_Unicode('1') == aUserData.GetChar( 0 ) ); in Reset()
679 aBtnPreview.Check( aUserData.Len() && sal_Unicode('1') == aUserData.GetChar( 0 ) ); in ResetFromWallpaperItem()
744 SetUserData( String( aBtnPreview.IsChecked() ? sal_Unicode('1') : sal_Unicode('0') ) ); in FillUserData()
H A Dchardlg.cxx3719 const sal_Unicode cTok = ';'; in FillUserData()
3811 sal_Unicode cChar = (sal_Unicode) aDlg->GetChar();//CHINA001 aDlg.GetChar(); in SelectCharacter()
3824 void SvxCharTwoLinesPage::SetBracket( sal_Unicode cBracket, sal_Bool bStart ) in SetBracket()
3837 const sal_Unicode cChar = pBox->GetEntry(i).GetChar(0); in SetBracket()
3956 sal_Unicode cStart = ( bOn && m_aStartBracketLB.GetSelectEntryPos() > 0 ) in FillItemSet()
3958 sal_Unicode cEnd = ( bOn && m_aEndBracketLB.GetSelectEntryPos() > 0 ) in FillItemSet()
3984 sal_Unicode cStart = m_aStartBracketLB.GetSelectEntryPos() > 0 in UpdatePreview_Impl()
3986 sal_Unicode cEnd = m_aEndBracketLB.GetSelectEntryPos() > 0 in UpdatePreview_Impl()
H A Dnumpages.cxx158 static const sal_Unicode aBulletTypes[] =
408 … const sal_Unicode cLocalPrefix = _pSet->sPrefix.getLength() ? _pSet->sPrefix.getStr()[0] : 0; in IMPL_LINK()
409 … const sal_Unicode cLocalSuffix = _pSet->sSuffix.getLength() ? _pSet->sSuffix.getStr()[0] : 0; in IMPL_LINK()
602 sal_Unicode cChar = aBulletTypes[pExamplesVS->GetSelectItemId() - 1]; in IMPL_LINK()
2388 sal_Unicode cBullet = 0; in IMPL_LINK()
2430 aNumFmt.SetBulletChar( (sal_Unicode) pMap->GetChar() ); in IMPL_LINK()
2653 String aText(sal_Unicode(rFmt.GetBulletChar())); in lcl_DrawBullet()
H A Dpage.cxx1030 aName.Append( sal_Unicode(' ') ); in IMPL_LINK()
H A Dtabstpge.cxx467 aDezChar.SetText( String( (sal_Unicode)aAktTab.GetDecimal() ) ); in SetFillAndTabType_Impl()
490 aFillChar.SetText( String( (sal_Unicode)aAktTab.GetFill() ) ); in SetFillAndTabType_Impl()
635 aDezChar.SetText( String( (sal_Unicode)aAktTab.GetDecimal() ) ); in IMPL_LINK()
H A Dtpbitmap.cxx537 aName += sal_Unicode(' '); in IMPL_LINK()
H A Dtpgradnt.cxx454 aName += sal_Unicode(' '); in IMPL_LINK()
H A Dtphatch.cxx519 aName += sal_Unicode(' '); in IMPL_LINK()
H A Dtplnedef.cxx599 aName += sal_Unicode(' '); in IMPL_LINK()
H A Dtplneend.cxx485 aName += sal_Unicode(' '); in IMPL_LINK()
/trunk/main/dbaccess/source/core/api/
H A DRowSet.cxx2640 sal_Int32 nSize = x->readBytes(aData, length * sizeof(sal_Unicode)); in setCharacterStream()
2641 if (nSize / sizeof(sal_Unicode)) in setCharacterStream()
2642 aDataStr = rtl::OUString((sal_Unicode*)aData.getConstArray(), nSize / sizeof(sal_Unicode)); in setCharacterStream()
/trunk/main/dbaccess/source/core/dataaccess/
H A DContentHelper.cxx157 aHierarchicalName.append( sal_Unicode( '/' ) ); in impl_getHierarchicalName()
H A Ddocumentcontainer.cxx708 aBuffer.append( sal_Unicode( '/' ) ); in composeHierarchicalName()
H A Ddocumentdefinition.cxx698 aBuffer.append( sal_Unicode( '/' ) ); in getFastPropertyValue()
2180 aBuffer.append( sal_Unicode( '/' ) ); in composeHierarchicalName()
/trunk/main/dbaccess/source/core/inc/
H A Dcomposertools.hxx113 m_aBuffer.insert( 0, (sal_Unicode)' ' ); in appendNonEmptyToNonEmpty()
114 m_aBuffer.insert( 0, (sal_Unicode)'(' ); in appendNonEmptyToNonEmpty()
/trunk/main/dbaccess/source/core/misc/
H A Ddsntypes.cxx351 sal_uInt16 nSeparator = sDsn.Search((sal_Unicode)':'); in determineType()
359 sal_uInt16 nOracleSeparator = sDsn.Search((sal_Unicode)':', nSeparator + 1); in determineType()
362 nOracleSeparator = sDsn.Search((sal_Unicode)':', nOracleSeparator + 1); in determineType()
374 nSeparator = sDsn.Search((sal_Unicode)':', nSeparator + 1); in determineType()
384 nSeparator = sDsn.Search((sal_Unicode)':', nSeparator + 1); in determineType()
387 nSeparator = sDsn.Search((sal_Unicode)';', nSeparator + 1); in determineType()
/trunk/main/dbaccess/source/core/recovery/
H A Ddbdocrecovery.cxx97 o_rBuffer.append( sal_Unicode( '=' ) ); in lcl_getPersistentRepresentation()
99 o_rBuffer.append( sal_Unicode( ',' ) ); in lcl_getPersistentRepresentation()
100 o_rBuffer.append( sal_Unicode( i_rComponentDesc.second.bForEditing ? '1' : '0' ) ); in lcl_getPersistentRepresentation()
106 const sal_Int32 nEqualSignPos = i_rIniLine.indexOf( sal_Unicode( '=' ) ); in lcl_extractCompDesc()
114 const sal_Int32 nCommaPos = i_rIniLine.lastIndexOf( sal_Unicode( ',' ) ); in lcl_extractCompDesc()
H A Dstoragetextstream.cxx81 static const ::rtl::OUString s_sLineFeed( sal_Unicode( '\n' ) ); in lcl_getLineFeed()
H A Dsubcomponentrecovery.cxx231 aQualifiedName.append( sal_Unicode( ':' ) ); in impl_prefix()
/trunk/main/dbaccess/source/ext/adabas/
H A DASqlNameEdit.cxx30 sal_Bool isCharOk(sal_Unicode _cChar) in isCharOk()
/trunk/main/dbaccess/source/ext/macromigration/
H A Dmigrationengine.cxx1239 const sal_Unicode* pBaseName = sBaseName.getStr(); in lcl_createTargetLibName()
1253 const sal_Unicode* pReplacement = aReplacement.getStr(); in lcl_createTargetLibName()
H A Dmigrationlog.cxx409 _rBuffer.append( sal_Unicode( '-' ) ); in lcl_describeErrors()
410 _rBuffer.append( sal_Unicode( ' ' ) ); in lcl_describeErrors()
412 _rBuffer.append( sal_Unicode( '\n' ) ); in lcl_describeErrors()
419 _rBuffer.append( sal_Unicode( '\n' ) ); in lcl_describeErrors()
420 _rBuffer.append( sal_Unicode( '\n' ) ); in lcl_describeErrors()
491 aBuffer.append( sal_Unicode( '\n' ) ); in getCompleteLog()
494 aBuffer.append( sal_Unicode( '\n' ) ); in getCompleteLog()
/trunk/main/dbaccess/source/filter/xml/
H A DxmlExport.cxx568 sURL.append(sal_Unicode('/')); in exportConnectionData()
H A DxmlServerDatabase.cxx114 sURL.append( sal_Unicode( ':' ) ); in DBG_NAME()

Completed in 171 milliseconds

12345678910>>...68