Lines Matching refs:GetProperty

1877     sal_Bool    GetProperty(sal_uInt16 nWhichId, sal_uInt16 nMemberId, const uno::Any*& rpAny);
1896 sal_Bool SwTableProperties_Impl::GetProperty(sal_uInt16 nWhichId, sal_uInt16 nMemberId, const uno::… in GetProperty() function in SwTableProperties_Impl
1916 if(GetProperty(FN_TABLE_HEADLINE_REPEAT, 0xff, pRepHead )) in ApplyTblAttr()
1923 GetProperty(RES_BACKGROUND, MID_BACK_COLOR, pBackColor ); in ApplyTblAttr()
1925 GetProperty(RES_BACKGROUND, MID_GRAPHIC_TRANSPARENT, pBackTrans ); in ApplyTblAttr()
1927 GetProperty(RES_BACKGROUND, MID_GRAPHIC_POSITION, pGrLoc ); in ApplyTblAttr()
1929 GetProperty(RES_BACKGROUND, MID_GRAPHIC_URL, pGrURL ); in ApplyTblAttr()
1931 GetProperty(RES_BACKGROUND, MID_GRAPHIC_FILTER, pGrFilter ); in ApplyTblAttr()
1951 if(GetProperty(FN_UNO_PAGE_STYLE, 0, pPage) || GetProperty(RES_PAGEDESC, 0xff, pPage)) in ApplyTblAttr()
1964 if(GetProperty(RES_PAGEDESC, MID_PAGEDESC_PAGENUMOFFSET, pPgNo )) in ApplyTblAttr()
1977 if(bPutBreak && GetProperty(RES_BREAK, 0, pBreak)) in ApplyTblAttr()
1984 if(GetProperty(RES_SHADOW, 0, pShadow)) in ApplyTblAttr()
1991 if(GetProperty(RES_KEEP, 0, pKeep)) in ApplyTblAttr()
2000 if(GetProperty(RES_HORI_ORIENT, MID_HORIORIENT_ORIENT, pHOrient)) in ApplyTblAttr()
2010 GetProperty(FN_TABLE_IS_RELATIVE_WIDTH, 0xff, pSzRel ); in ApplyTblAttr()
2012 GetProperty(FN_TABLE_RELATIVE_WIDTH, 0xff, pRelWidth); in ApplyTblAttr()
2014 GetProperty(FN_TABLE_WIDTH, 0xff, pWidth ); in ApplyTblAttr()
2036 GetProperty(RES_LR_SPACE, MID_L_MARGIN|CONVERT_TWIPS, pL); in ApplyTblAttr()
2038 GetProperty(RES_LR_SPACE, MID_R_MARGIN|CONVERT_TWIPS, pR); in ApplyTblAttr()
2049 GetProperty(RES_UL_SPACE, MID_UP_MARGIN|CONVERT_TWIPS, pU); in ApplyTblAttr()
2051 GetProperty(RES_UL_SPACE, MID_LO_MARGIN|CONVERT_TWIPS, pLo); in ApplyTblAttr()
2062 if(GetProperty(RES_LAYOUT_SPLIT, 0, pSplit )) in ApplyTblAttr()
2308 if(pTableProps->GetProperty(FN_UNO_TABLE_NAME, 0, pName)) in attachToRange()
3379 if(!pTableProps->GetProperty(pEntry->nWID, pEntry->nMemberId, pAny)) in getPropertyValue()