Searched refs:nColl (Results 1 – 6 of 6) sorted by relevance
/trunk/main/sw/source/filter/ww8/ |
H A D | ww8par.hxx | 1236 bool StyleExists(int nColl) const { return (nColl < nColls); } in StyleExists() 1237 SwWW8StyInf *GetStyle(sal_uInt16 nColl) const; 1444 void InsertTxbxStyAttrs( SfxItemSet& rS, sal_uInt16 nColl ); 1736 void SetNAktColl( sal_uInt16 nColl ) { nAktColl = nColl; } in SetNAktColl() argument
|
H A D | ww8par6.cxx | 1839 sal_uInt16 nColl = pPap->GetIstd(); in ReadFull() local 1840 …eWW6 ? ww::GetCanonicalStiFromStc( static_cast< sal_uInt8 >(nColl) ) : static_cast<ww::sti>(nColl); in ReadFull() 1841 while (eSti != ww::stiNil && 0 == (pNowStyleApo = pIo->pCollA[nColl].pWWFly)) in ReadFull() 1843 nColl = pIo->pCollA[nColl].nBase; in ReadFull() 1844 …eWW6 ? ww::GetCanonicalStiFromStc( static_cast< sal_uInt8 >(nColl) ) : static_cast<ww::sti>(nColl); in ReadFull() 2930 SwWW8StyInf *SwWW8ImplReader::GetStyle(sal_uInt16 nColl) const in GetStyle() 2932 return nColl < nColls ? &pCollA[nColl] : 0; in GetStyle()
|
H A D | ww8par.cxx | 1053 sal_uInt16 nColl = 0; in Read_StyleCode() local 1055 nColl = *pData; in Read_StyleCode() 1057 nColl = SVBT16ToShort(pData); in Read_StyleCode() 1058 if (nColl < nColls) in Read_StyleCode() 1060 SetTxtFmtCollAndListLevel( *pPaM, pCollA[nColl] ); in Read_StyleCode()
|
H A D | ww8graf.cxx | 499 void SwWW8ImplReader::InsertTxbxStyAttrs( SfxItemSet& rS, sal_uInt16 nColl ) in InsertTxbxStyAttrs() argument 501 SwWW8StyInf * pStyInf = GetStyle(nColl); in InsertTxbxStyAttrs()
|
/trunk/main/sw/source/filter/html/ |
H A D | swhtml.cxx | 4032 void SwHTMLParser::NewTxtFmtColl( int nToken, sal_uInt16 nColl ) in NewTxtFmtColl() argument 4092 …_HTMLAttrContext *pCntxt = new _HTMLAttrContext( static_cast< sal_uInt16 >(nToken), nColl, aClass … in NewTxtFmtColl() 4475 sal_uInt16 nColl = pCntxt->GetTxtFmtColl(); in SetTxtCollAttrs() local 4476 if( nColl ) in SetTxtCollAttrs() 4482 switch( nColl ) in SetTxtCollAttrs() 4491 nColl = nDfltColl; in SetTxtCollAttrs() 4504 pCSS1Parser->GetTxtFmtColl( nColl, pCntxt->GetClass() ); in SetTxtCollAttrs() 4548 nColl = pCntxt->GetDfltTxtFmtColl(); in SetTxtCollAttrs() 4549 if( nColl ) in SetTxtCollAttrs() 4550 nDfltColl = nColl; in SetTxtCollAttrs()
|
H A D | htmltab.cxx | 3325 sal_uInt16 nToken, nColl; in _CellSaveStruct() local 3329 nColl = RES_POOLCOLL_TABLE_HDLN; in _CellSaveStruct() 3334 nColl = RES_POOLCOLL_TABLE; in _CellSaveStruct() 3336 _HTMLAttrContext *pCntxt = new _HTMLAttrContext( nToken, nColl, aEmptyStr, sal_True ); in _CellSaveStruct()
|
Completed in 279 milliseconds