Home
last modified time | relevance | path

Searched refs:pDescription (Results 1 – 11 of 11) sorted by relevance

/trunk/main/forms/source/misc/
H A Dlimitedformats.cxx86 const sal_Char* pDescription; member
175 while (pLoopFormats->pDescription) in ensureTableInitialized()
179 ::rtl::OUString::createFromAscii(pLoopFormats->pDescription), in ensureTableInitialized()
187 ::rtl::OUString::createFromAscii(pLoopFormats->pDescription), in ensureTableInitialized()
216 while (pResetLoop->pDescription) in clearTable()
266 (NULL != pFormats->pDescription) && (nLookup < nValue); in getFormatKeyPropertyValue()
270 …OSL_ENSURE(NULL != pFormats->pDescription, "OLimitedFormats::getFormatKeyPropertyValue: did not fi… in getFormatKeyPropertyValue()
271 if (pFormats->pDescription) in getFormatKeyPropertyValue()
304 (NULL != pFormats->pDescription) && (nNewFormat != pFormats->nKey); in convertFormatKeyPropertyValue()
312 sal_Bool bFoundIt = (NULL != pFormats->pDescription); in convertFormatKeyPropertyValue()
[all …]
/trunk/main/svx/source/dialog/
H A Dpfiledlg.cxx90 const plugin::PluginDescription* pDescription = aSeq.getConstArray(); in SvxPluginFileDlg() local
101 String aStrPlugMIMEType( pDescription[i].Mimetype ); in SvxPluginFileDlg()
102 String aStrPlugName( pDescription[i].Description ); in SvxPluginFileDlg()
103 String aStrPlugExtension( pDescription[i].Extension ); in SvxPluginFileDlg()
235 const plugin::PluginDescription* pDescription = aSeq.getConstArray(); in IsAvailable() local
240 String aStrPlugMIMEType( pDescription[i].Mimetype ); in IsAvailable()
H A Dsvxruler.cxx190 static void AddDebugText(const sal_Char* pDescription, const String& rText );
198 void RulerDebugWindow::AddDebugText(const sal_Char* pDescription, const String& rText ) in AddDebugText() argument
207 String sContent(String::CreateFromAscii(pDescription)); in AddDebugText()
/trunk/main/forms/source/richtext/
H A Drichtextvclcontrol.cxx247 const sal_Char* pDescription; in PreNotify() member
263 String::CreateFromAscii( aExportFormats[i].pDescription ), in PreNotify()
279 if ( sFilter.EqualsAscii( aExportFormats[i].pDescription ) ) in PreNotify()
/trunk/main/cppu/inc/typelib/
H A Dtypedescription.h1147 inline void TYPELIB_DANGER_RELEASE( typelib_TypeDescription* pDescription ) in TYPELIB_DANGER_RELEASE() argument
1149 if (TYPELIB_TYPEDESCRIPTIONREFERENCE_ISREALLYWEAK( pDescription->eTypeClass )) in TYPELIB_DANGER_RELEASE()
1150 typelib_typedescription_release( pDescription ); in TYPELIB_DANGER_RELEASE()
/trunk/main/dbaccess/source/ui/querydesign/
H A DQueryDesignFieldUndoAct.hxx113 void SetTabFieldDescr(OTableFieldDescRef pDescription) { pDescr = pDescription; } in SetTabFieldDescr() argument
/trunk/main/vcl/unx/generic/app/
H A Di18n_im.cxx315 static const StyleName pDescription[] = { in GetMethodName() local
332 for ( pDescPtr = const_cast<StyleName*>(pDescription); pDescPtr->nStyle != 0; pDescPtr++ ) in GetMethodName()
/trunk/main/sw/source/core/frmedt/
H A Dfefly1.cxx1646 String *pDescription ) const in IsURLGrfAtPos()
1667 sal_Bool bSetDescription = pDescription != 0; in IsURLGrfAtPos()
1683 *pDescription = pObject->GetAltText(); in IsURLGrfAtPos()
1710 *pDescription = pFly->GetFmt()->GetName(); in IsURLGrfAtPos()
/trunk/main/svx/source/inc/
H A DGraphCtlAccessibleContext.hxx99 const ::rtl::OUString* pDescription = NULL );
H A Dsvxrectctaccessiblecontext.hxx87 const ::rtl::OUString* pDescription = NULL );
/trunk/main/sw/source/core/unocore/
H A Dunoframe.cxx3007 const ::uno::Any* pDescription; in attachToRange() local
3008 if ( pProps->GetProperty(FN_UNO_DESCRIPTION, 0, pDescription) ) in attachToRange()
3010 setPropertyValue(C2U(SW_PROP_NAME_STR(UNO_NAME_DESCRIPTION)), *pDescription); in attachToRange()

Completed in 127 milliseconds