Searched refs:GetPropName (Results 1 – 7 of 7) sorted by relevance
495 if (rName.equalsAscii( GetPropName( UNO_NAME_SELECTION ) )) in execute()497 else if (rName.equalsAscii( GetPropName( UNO_NAME_RESULT_SET ) )) in execute()499 else if (rName.equalsAscii( GetPropName( UNO_NAME_CONNECTION ) )) in execute()501 else if (rName.equalsAscii( GetPropName( UNO_NAME_MODEL ) )) in execute()505 else if (rName.equalsAscii( GetPropName( UNO_NAME_DAD_COMMAND ) )) in execute()507 else if (rName.equalsAscii( GetPropName( UNO_NAME_FILTER ) )) in execute()516 else if (rName.equalsAscii( GetPropName( UNO_NAME_OUTPUT_URL ) )) in execute()531 else if (rName.equalsAscii( GetPropName( UNO_NAME_OUTPUT_TYPE ) )) in execute()539 else if (rName.equalsAscii( GetPropName( UNO_NAME_SUBJECT ) )) in execute()545 else if (rName.equalsAscii( GetPropName( UNO_NAME_MAIL_BODY ) )) in execute()[all …]
1309 STR( GetPropName( UNO_NAME_CHAR_COLOR ).pName ); in getAttributeNames()1310 STR( GetPropName( UNO_NAME_CHAR_CONTOURED ).pName ); in getAttributeNames()1311 STR( GetPropName( UNO_NAME_CHAR_EMPHASIS ).pName ); in getAttributeNames()1313 STR( GetPropName( UNO_NAME_CHAR_FONT_NAME ).pName ); in getAttributeNames()1314 STR( GetPropName( UNO_NAME_CHAR_HEIGHT ).pName ); in getAttributeNames()1315 STR( GetPropName( UNO_NAME_CHAR_POSTURE ).pName ); in getAttributeNames()1316 STR( GetPropName( UNO_NAME_CHAR_SHADOWED ).pName ); in getAttributeNames()1320 STR( GetPropName( UNO_NAME_CHAR_WEIGHT ).pName ); in getAttributeNames()1345 STR( GetPropName( UNO_NAME_NUMBERING_RULES ).pName ); in getSupplementalAttributeNames()1346 STR( GetPropName( UNO_NAME_PARA_ADJUST ).pName ); in getSupplementalAttributeNames()[all …]
808 SW_DLLPUBLIC const SwPropNameLen& GetPropName( sal_uInt16 nId );812 GetPropName( nId ).pName, GetPropName( nId ).nNameLen815 GetPropName( nId ).pName, 0, GetPropName( nId ).nNameLen818 GetPropName( nId ).pName
786 return GetPropName( nId ); in SwGetPropName()788 const SwPropNameLen& GetPropName( sal_uInt16 nId ) in GetPropName() function
2539 const SwPropNameLen& rPropNm = GetPropName( (sal_uInt16)(long)p->pName ); in GetPropertyMapEntries()
221 const String& GetPropName() { return maPropName; } in GetPropName() function in SbiProcDef
239 String aPropName = pProc->GetPropName(); in Save()
Completed in 83 milliseconds