Home
last modified time | relevance | path

Searched defs:pAttr (Results 51 – 75 of 130) sorted by relevance

123456

/trunk/main/sw/source/core/undo/
H A Dunsect.cxx53 SfxItemSet* pAttr = 0; in lcl_GetAttrSet() local
H A Dundobj1.cxx203 SwTxtFlyCnt* const pAttr = static_cast<SwTxtFlyCnt*>( in DelFly() local
/trunk/main/sw/source/ui/uiview/
H A Dview0.cxx388 const SfxPoolItem* pAttr=NULL; in ExecViewOptions() local
/trunk/main/toolkit/source/layout/core/
H A Dproplist.cxx391 findAndRemove( const char *pAttr, PropList &rProps, OUString &rValue ) in findAndRemove()
/trunk/main/sw/source/core/txtnode/
H A Dthints.cxx1132 void SwTxtNode::DestroyAttr( SwTxtAttr* pAttr ) in DestroyAttr()
1271 bool SwTxtNode::InsertHint( SwTxtAttr * const pAttr, const SetAttrMode nMode ) in InsertHint()
1658 void SwTxtNode::DeleteAttribute( SwTxtAttr * const pAttr ) in DeleteAttribute()
2614 const SwTxtAttr* pAttr; in CalcFlags() local
2682 void SwpHints::NoteInHistory( SwTxtAttr *pAttr, const bool bNew ) in NoteInHistory()
/trunk/main/sd/source/ui/view/
H A Ddrviews9.cxx257 SfxItemSet* pAttr = new SfxItemSet ( GetDoc()->GetPool() ); in AttrExec() local
/trunk/main/sw/source/ui/inc/
H A Dcontent.hxx106 const SwTxtINetFmt* pAttr, in SwURLFieldContent()
/trunk/main/xml2cmp/source/xcd/
H A Dparse.cxx416 const char * pAttr = strchr(text+1, '"'); in IsAbsoluteEmpty() local
/trunk/main/sw/source/filter/html/
H A Dhtmlfld.cxx640 _HTMLAttr *pAttr = aSetAttrTab[--i]; in InsertComment() local
H A Dhtmlctxt.cxx167 _HTMLAttr *pAttr = *pTbl; in SplitAttrTab() local
H A Dhtmldraw.cxx457 _HTMLAttr *pAttr = *pTbl; in NewMarquee() local
/trunk/main/sax/source/tools/
H A Dfastserializer.cxx248 const Attribute *pAttr = aAttrSeq.getConstArray(); in writeFastAttributeList() local
/trunk/main/sw/source/core/docnode/
H A Dndsect.cxx159 SfxItemSet const*const pAttr, bool const bUpdate) in InsertSwSection()
614 SfxItemSet const*const pAttr, bool const bPreventLinkUpdate) in UpdateSection()
/trunk/main/sc/source/ui/view/
H A Dcellsh3.cxx338 const SfxPoolItem* pAttr = NULL; in Execute() local
/trunk/main/sd/source/ui/dlg/
H A Dtpaction.cxx94 ::Window* pParent, const SfxItemSet* pAttr, ::sd::View* pView ) : in SdActionDlg()
/trunk/main/svtools/source/graphic/
H A Dgrfmgr2.cxx2021 const GraphicAttr* pAttr, sal_uLong nFlags ) in ImplRenderTempTile()
2064 const Size& rTileSizePixel, const GraphicAttr* pAttr, in ImplRenderTileRecursive()
2240 … const Size& rOffset, const GraphicAttr* pAttr, sal_uLong nFlags, int nTileCacheSize1D ) in ImplDrawTiled()
2351 … const Size& rTileSizePixel, const GraphicAttr* pAttr, sal_uLong nFlags ) in ImplDrawTiled()
/trunk/main/cui/source/factory/
H A Ddlgfact.cxx1383 const SfxItemSet* pAttr, in CreateSvxTransformTabDialog()
1392 const SfxItemSet* pAttr, in CreateSchTransformTabDialog()
1616 const SfxItemSet* pAttr, in CreateSvxAreaTabDialog()
1624 …ractDialogFactory_Impl::CreateSvxLineTabDialog( Window* pParent, const SfxItemSet* pAttr, //add fo… in CreateSvxLineTabDialog()
1945 …DialogFactory_Impl::CreateSvxFormatCellsDialog( Window* pParent, const SfxItemSet* pAttr, SdrModel… in CreateSvxFormatCellsDialog()
/trunk/main/editeng/source/items/
H A Dfrmitems.cxx388 SvxSizeItem* pAttr = new SvxSizeItem( Which() ); in Create() local
751 SvxLRSpaceItem* pAttr = new SvxLRSpaceItem( Which() ); in Create() local
1014 SvxULSpaceItem* pAttr = new SvxULSpaceItem( Which() ); in Create() local
1281 SvxProtectItem* pAttr = new SvxProtectItem( Which() ); in Create() local
2353 SvxBoxItem* pAttr = new SvxBoxItem( Which() ); in Create() local
2757 SvxBoxInfoItem* pAttr = new SvxBoxInfoItem( Which() ); in Create() local
/trunk/main/sw/source/core/crsr/
H A Dfindattr.cxx724 const SwTxtAttr* pAttr; in lcl_SearchForward() local
798 const SwTxtAttr* pAttr; in lcl_SearchBackward() local
/trunk/main/unoxml/source/dom/
H A Ddocument.cxx438 xmlAttrPtr const pAttr = xmlNewDocProp(m_aDocPtr, xName, NULL); in createAttribute() local
469 xmlAttrPtr const pAttr = xmlNewDocProp(m_aDocPtr, in createAttributeNS() local
/trunk/main/sw/source/core/text/
H A Dpormulti.hxx53 const SwTxtAttr* pAttr; member
H A Datrstck.cxx198 sal_Bool IsItemIncluded( const sal_uInt16 nWhich, const SwTxtAttr *pAttr ) in IsItemIncluded()
/trunk/main/editeng/source/editeng/
H A Dimpedit3.cxx1791 EditCharAttrib* pAttr = pNode->GetCharAttribs().GetAttribs()[--nAttr]; in ImpBreakLine() local
3168 EditCharAttrib* pAttr = pPortion->GetNode()->GetCharAttribs().FindFeature( nIndex ); in Paint() local
3295 EditCharAttrib* pAttr = pPortion->GetNode()->GetCharAttribs().FindFeature(nIndex); in Paint() local
3449 EditCharAttrib* pAttr = pPortion->GetNode()->GetCharAttribs().FindFeature( nIndex ); in Paint() local
3520 EditCharAttrib* pAttr = pPortion->GetNode()->GetCharAttribs().FindFeature( nIndex ); in Paint() local
4328 EditCharAttrib* pAttr = rAttribs[nAttr]; in DoStretchChars() local
H A Dimpedit4.cxx313 EditCharAttrib* pAttr = GetAttrib( pNode->GetCharAttribs().GetAttribs(), nAttr ); in lcl_FindValidAttribs() local
1116 EditCharAttrib* pAttr = GetAttrib( pNode->GetCharAttribs().GetAttribs(), nAttr ); in CreateBinTextObject() local
1300 EditCharAttrib* pAttr; in InsertBinTextObject() local
1435 EditCharAttrib* pAttr = rPaM.GetNode()->GetCharAttribs().FindAttrib( nLangId, rPaM.GetIndex() ); in GetLanguage() local
/trunk/main/sw/source/core/edit/
H A Dedattr.cxx457 const SwTxtAttr* const pAttr = rTNd.GetTxtAttrForCharAt( nPos ); in lcl_IsNoEndTxtAttrAtPos() local

Completed in 961 milliseconds

123456