Home
last modified time | relevance | path

Searched refs:nToken (Results 176 – 198 of 198) sorted by relevance

12345678

/aoo41x/main/sw/source/ui/docvw/
H A Dsrcedtw.cxx161 int nToken = ::GetHTMLToken(sToken); in lcl_Highlight() local
162 if(nToken) in lcl_Highlight()
/aoo41x/main/sax/source/fastparser/
H A Dfastparser.cxx77 …e( const OString& rPrefix, sal_Int32 nToken, const OUString& rNamespaceURL ) : maPrefix( rPrefix )… in NamespaceDefine()
/aoo41x/main/sw/source/filter/html/
H A Dparcss1.hxx221 CSS1Token nToken; // das aktuelle Token member in CSS1Parser
H A Dswcss1.hxx97 SwCharFmt* GetChrFmt( sal_uInt16 nToken, const String& rClass ) const;
H A Dhtmlatr.cxx661 sal_uInt16 nToken = 0; // Token fuer Tag-Wechsel in OutHTML_SwFmt() local
698 nToken = HTML_PREFORMTXT_ON; in OutHTML_SwFmt()
920 rHWrt.ChangeParaToken( nToken ); in OutHTML_SwFmt()
/aoo41x/main/dbaccess/source/ui/inc/
H A DDExport.hxx116 virtual sal_Bool CreateTable(int nToken) = 0;
/aoo41x/main/editeng/inc/editeng/
H A Deditdata.hxx251 int nToken; member
/aoo41x/main/dbaccess/source/ui/querydesign/
H A DSelectionBrowseBox.cxx1331 xub_StrLen nToken = (xub_StrLen) (m_nSeekRow >= GetBrowseRow(BROW_CRIT2_ROW)) in PaintStatusCell() local
1334 rDev.DrawText(aRect, aLabel.GetToken(nToken),TEXT_DRAW_VCENTER); in PaintStatusCell()
2759 xub_StrLen nToken = (xub_StrLen) (_nRow >= GetBrowseRow(BROW_CRIT2_ROW)) in GetRowDescription() local
2762 return ::rtl::OUString(aLabel.GetToken(nToken)); in GetRowDescription()
/aoo41x/main/tools/source/fsys/
H A Ddirent.cxx1782 for ( sal_uInt16 nToken = 0; nToken < nTokenCount; ++nToken ) in Find() local
/aoo41x/main/sc/source/filter/xml/
H A Dxmlcelli.cxx139 sal_uInt16 nToken = rTokenMap.Get(nAttrPrefix, aLocalName); in ScXMLTableRowCellContext() local
140 switch (nToken) in ScXMLTableRowCellContext()
/aoo41x/main/filter/source/config/cache/
H A Dfiltercache.cxx2458 sal_Int32 nToken = 0; in impl_tokenizeString() local
2461 ::rtl::OUString sToken = sData.getToken(0, cSeperator, nToken); in impl_tokenizeString()
2464 while(nToken >= 0); in impl_tokenizeString()
/aoo41x/main/oox/source/dump/
H A Ddumperbase.cxx619 void StringHelper::appendToken( OUStringBuffer& rStr, sal_Int64 nToken, sal_Unicode cSep ) in appendToken() argument
622 appendDec( aToken, nToken ); in appendToken()
633 void StringHelper::prependToken( OUStringBuffer& rStr, sal_Int64 nToken, sal_Unicode cSep ) in prependToken() argument
636 appendDec( aToken, nToken ); in prependToken()
/aoo41x/main/sc/source/filter/excel/
H A Dxiescher.cxx2993 sal_uInt8 nToken; in ReadPictFmla() local
2994 rStrm >> nToken; in ReadPictFmla()
2997 if( nToken == XclTokenArrayHelper::GetTokenId( EXC_TOKID_NAMEX, EXC_TOKCLASS_REF ) ) in ReadPictFmla()
3028 else if( nToken == XclTokenArrayHelper::GetTokenId( EXC_TOKID_TBL, EXC_TOKCLASS_NONE ) ) in ReadPictFmla()
/aoo41x/main/oox/inc/oox/xls/
H A Dstylesbuffer.hxx88 virtual sal_Int32 getSchemeColor( sal_Int32 nToken ) const;
/aoo41x/main/sw/source/filter/ww8/
H A Ddocxattributeoutput.cxx2707 sal_Int32 nToken = pFootnote->IsEndNote()? XML_endnoteReference: XML_footnoteReference; in FootnoteEndnoteReference() local
2713 m_pSerializer->singleElementNS( XML_w, nToken, in FootnoteEndnoteReference()
2720 m_pSerializer->singleElementNS( XML_w, nToken, in FootnoteEndnoteReference()
/aoo41x/main/oox/source/xls/
H A Dformulaparser.cxx2897 sal_uInt8 nToken; in importOleTargetLink() local
2900 rStrm >> nToken >> nRefId >> nNameId; in importOleTargetLink()
2901 if( nToken == (BIFF_TOKCLASS_VAL|BIFF_TOKID_NAMEX) ) in importOleTargetLink()
H A Dstylesbuffer.cxx304 sal_Int32 ExcelGraphicHelper::getSchemeColor( sal_Int32 nToken ) const in getSchemeColor()
307 return getTheme().getColorByToken( nToken ); in getSchemeColor()
308 return GraphicHelper::getSchemeColor( nToken ); in getSchemeColor()
/aoo41x/main/writerfilter/source/dmapper/
H A DDomainMapper_Impl.hxx621 void SetCurrentRedlineToken( sal_Int32 nToken );
H A DDomainMapper.cxx4205 sal_Int32 nToken = m_pImpl->GetCurrentRedlineToken(); in sprmWithProps() local
4206 switch( nToken & 0xffff ) in sprmWithProps()
/aoo41x/main/soldep/bootstrp/
H A Dprj.cxx1989 sal_uInt16 nToken = aFullPathName.GetTokenCount(PATH_DELIMETER); in GetPrjName() local
1990 for ( int i=0; i< nToken; i++ ) in GetPrjName()
/aoo41x/main/sw/source/ui/index/
H A Dcnttab.cxx839 for(sal_uInt16 nToken = 0; nToken < sStyles.GetTokenCount(TOX_STYLE_DELIMITER); nToken++) in SwAddStylesDlg_Impl() local
841 String sTmp(sStyles.GetToken(nToken, TOX_STYLE_DELIMITER)); in SwAddStylesDlg_Impl()
/aoo41x/main/oox/inc/oox/dump/
H A Ddumperbase.hxx394 …static void appendToken( ::rtl::OUStringBuffer& rStr, sal_Int64 nToken, sal_Unicode cSep =…
396 …static void prependToken( ::rtl::OUStringBuffer& rStr, sal_Int64 nToken, sal_Unicode cSep …
/aoo41x/main/sw/source/core/unocore/
H A Dunochart.cxx246 xub_StrLen nToken = STRING_NOTFOUND == rCellRangeName.Search('.') ? 0 : 1; in FillRangeDescriptor() local
247 String aCellRangeNoTableName( rCellRangeName.GetToken( nToken, '.' ) ); in FillRangeDescriptor()

Completed in 294 milliseconds

12345678