Home
last modified time | relevance | path

Searched refs:pAttr (Results 151 – 175 of 184) sorted by relevance

12345678

/trunk/main/sw/inc/
H A Dndhints.hxx151 void NoteInHistory( SwTxtAttr *pAttr, const bool bNew = false );
/trunk/main/sw/source/filter/html/
H A Dswhtml.hxx529 void EndAttr( _HTMLAttr *pAttr, _HTMLAttr **ppDepAttr=0,
531 void DeleteAttr( _HTMLAttr* pAttr );
/trunk/main/unoxml/source/dom/
H A Dattr.hxx61 xmlAttrPtr const pAttr);
/trunk/main/cui/source/inc/
H A Dtransfrm.hxx66 SvxTransformTabDialog( Window* pParent, const SfxItemSet* pAttr,
H A Dcuitabline.hxx71 SvxLineTabDialog( Window* pParent, const SfxItemSet* pAttr,
H A Dcuitabarea.hxx74 SvxAreaTabDialog( Window* pParent, const SfxItemSet* pAttr, SdrModel* pModel, bool bShadow );
/trunk/main/sc/source/core/data/
H A Dcolumn3.cxx1658 const ScProtectionAttr* pAttr = (const ScProtectionAttr*)&pPattern->GetItem(ATTR_PROTECTION); in RemoveProtected() local
1659 if ( pAttr->GetHideCell() ) in RemoveProtected()
1661 else if ( pAttr->GetHideFormula() ) in RemoveProtected()
H A Dattarray.cxx1450 const ScMergeAttr* pAttr = (const ScMergeAttr*) in RemoveAreaMerge() local
1464 pDocument->ApplyAttr( nThisCol, nThisRow, nTab, *pAttr ); in RemoveAreaMerge()
/trunk/main/sw/source/core/text/
H A Dpormulti.hxx53 const SwTxtAttr* pAttr; member
/trunk/main/editeng/inc/editeng/
H A Deditdata.hxx298 const SfxPoolItem* pAttr; member
/trunk/main/editeng/source/editeng/
H A Deditobj2.hxx240 void DestroyAttrib( XEditAttribute* pAttr );
/trunk/main/idlc/source/
H A Dparser.y1642 AstAttribute* pAttr = NULL;
1684 pAttr = new AstAttribute(NT_property, $1, pType, pDecl->getName(), pScope);
1686 pScope->addDeclaration(pAttr);
/trunk/main/sc/source/ui/view/
H A Dviewfunc.cxx977 const ScPatternAttr* pAttr = pDoc->GetSelectionPattern( rMark ); in GetSelectionPattern() local
978 return pAttr; in GetSelectionPattern()
988 const ScPatternAttr* pAttr = pDoc->GetSelectionPattern( aTempMark ); in GetSelectionPattern() local
989 return pAttr; in GetSelectionPattern()
H A Doutput2.cxx1043 const ScProtectionAttr* pAttr = (const ScProtectionAttr*) in IsEmptyCellText() local
1045 if ( bIsPrint && pAttr->GetHidePrint() ) in IsEmptyCellText()
1049 if ( pAttr->GetHideCell() ) in IsEmptyCellText()
1051 else if ( bShowFormulas && pAttr->GetHideFormula() ) in IsEmptyCellText()
/trunk/main/winaccessibility/source/UAccCOM/
H A DMAccessible.h176 STDMETHOD(get_attributes)(/*[out]*/ BSTR *pAttr);
/trunk/main/sw/source/core/doc/
H A Ddoc.cxx2684 SwTxtFld * const pAttr = GetTxtFldAtPos(rPos); in GetFieldAtPos() local
2686 return (pAttr) ? const_cast<SwField *>( pAttr->GetFmtFld().GetField() ) : 0; in GetFieldAtPos()
H A Ddocfld.cxx2212 const SwTxtAttr* pAttr = pTNd->GetSwpHints()[ n ]; in SetFieldsDirty() local
2213 if ( pAttr->Which() == RES_TXTATR_FIELD ) in SetFieldsDirty()
/trunk/main/sw/source/filter/ww8/
H A Dwrtw8nds.cxx2647 const SwTxtAttr* pAttr = (*pTxtAttrs)[ n ]; in OutWW6FlyFrmsInCntnt() local
2648 if( RES_TXTATR_FLYCNT == pAttr->Which() ) in OutWW6FlyFrmsInCntnt()
2651 const SwFmtFlyCnt& rFlyCntnt = pAttr->GetFlyCnt(); in OutWW6FlyFrmsInCntnt()
H A Dww8par6.cxx2324 if (isCHRATR(pEntry->pAttr->Which())) in WW8DupProperties()
2326 aChrSet.Put( *pEntry->pAttr ); in WW8DupProperties()
2329 else if (isPARATR(pEntry->pAttr->Which())) in WW8DupProperties()
2331 aParSet.Put( *pEntry->pAttr ); in WW8DupProperties()
/trunk/main/sw/source/core/access/
H A Daccpara.cxx3377 const SwTxtAttr *pAttr = 0; in next() local
3380 while( !pAttr && nPos < pHints->Count() ) in next()
3391 pAttr = pHt; in next()
3398 return pAttr; in next()
/trunk/main/sw/source/ui/docvw/
H A Dromenu.cxx128 SwFmtINetFmt &rIItem = *(SwFmtINetFmt*)aCntntAtPos.aFnd.pAttr; in SwReadOnlyPopup()
/trunk/main/cui/source/tabpages/
H A Dtransfrm.cxx119 SvxTransformTabDialog::SvxTransformTabDialog( Window* pParent, const SfxItemSet* pAttr, in SvxTransformTabDialog() argument
121 SfxTabDialog( pParent, CUI_RES( RID_SVXDLG_TRANSFORM ), pAttr ), in SvxTransformTabDialog()
/trunk/main/sw/source/filter/inc/
H A Dfltshell.hxx66 SfxPoolItem * pAttr;// Format Attribute member in SwFltStackEntry
/trunk/main/sw/source/ui/inc/
H A Dwrtsh.hxx237 sal_Bool SelectTxtAttr( sal_uInt16 nWhich, const SwTxtAttr* pAttr = 0 );
/trunk/main/sw/source/core/layout/
H A Dsectfrm.cxx1329 void SwSectionFrm::Format( const SwBorderAttrs *pAttr ) in Format() argument
1431 FormatWidthCols( *pAttr, nRemaining, MINLAY ); in Format()

Completed in 5985 milliseconds

12345678