Searched refs:nColl (Results 1 – 6 of 6) sorted by relevance
/aoo4110/main/sw/source/filter/ww8/ |
H A D | ww8par.hxx | 1234 bool StyleExists(int nColl) const { return (nColl < nColls); } in StyleExists() 1235 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 | 502 void SwWW8ImplReader::InsertTxbxStyAttrs( SfxItemSet& rS, sal_uInt16 nColl ) in InsertTxbxStyAttrs() argument 504 SwWW8StyInf * pStyInf = GetStyle(nColl); in InsertTxbxStyAttrs()
|
/aoo4110/main/sw/source/filter/html/ |
H A D | swhtml.cxx | 4053 void SwHTMLParser::NewTxtFmtColl( int nToken, sal_uInt16 nColl ) in NewTxtFmtColl() argument 4113 …_HTMLAttrContext *pCntxt = new _HTMLAttrContext( static_cast< sal_uInt16 >(nToken), nColl, aClass … in NewTxtFmtColl() 4498 sal_uInt16 nColl = pCntxt->GetTxtFmtColl(); in SetTxtCollAttrs() local 4499 if( nColl ) in SetTxtCollAttrs() 4505 switch( nColl ) in SetTxtCollAttrs() 4514 nColl = nDfltColl; in SetTxtCollAttrs() 4527 pCSS1Parser->GetTxtFmtColl( nColl, pCntxt->GetClass() ); in SetTxtCollAttrs() 4575 nColl = pCntxt->GetDfltTxtFmtColl(); in SetTxtCollAttrs() 4576 if( nColl ) in SetTxtCollAttrs() 4577 nDfltColl = nColl; in SetTxtCollAttrs()
|
H A D | htmltab.cxx | 3340 sal_uInt16 nToken, nColl; in _CellSaveStruct() local 3344 nColl = RES_POOLCOLL_TABLE_HDLN; in _CellSaveStruct() 3349 nColl = RES_POOLCOLL_TABLE; in _CellSaveStruct() 3351 _HTMLAttrContext *pCntxt = new _HTMLAttrContext( nToken, nColl, aEmptyStr, sal_True ); in _CellSaveStruct()
|
Completed in 141 milliseconds