Home
last modified time | relevance | path

Searched refs:mp (Results 1 – 25 of 34) sorted by relevance

12

/AOO41X/main/canvas/source/directx/
H A Ddx_winstuff.hxx127 mp( NULL ) in COMReference()
148 mp( p ) in COMReference()
153 mp( NULL ) in COMReference()
155 if( rNew.mp == NULL ) in COMReference()
158 rNew.mp->AddRef(); // do that _before_ assigning the in COMReference()
160 mp = rNew.mp; in COMReference()
166 ::std::swap( mp, aTmp.mp ); in operator =()
179 if( mp ) in reset()
180 refcount = mp->Release(); in reset()
182 mp = NULL; in reset()
[all …]
/AOO41X/main/comphelper/source/property/
H A Dpropertysethelper.cxx68 mp = new PropertySetHelperImpl; in PropertySetHelper()
69 mp->mpInfo = new PropertySetInfo; in PropertySetHelper()
70 mp->mpInfo->acquire(); in PropertySetHelper()
75 mp = new PropertySetHelperImpl; in PropertySetHelper()
76 mp->mpInfo = pInfo; in PropertySetHelper()
82 mp = new PropertySetHelperImpl; in PropertySetHelper()
83 mp->mpInfo = pInfo; in PropertySetHelper()
88 mp->mpInfo->release(); in ~PropertySetHelper()
89 delete mp; in ~PropertySetHelper()
95 OSL_ENSURE( mp->mpInfo != NULL, "where's the old pInfo?" ); in setInfo()
[all …]
/AOO41X/main/unotools/source/property/
H A Dpropertysethelper.cxx69 mp = new PropertySetHelperImpl; in PropertySetHelper()
70 mp->mpInfo = pInfo; in PropertySetHelper()
76 mp->mpInfo->release(); in ~PropertySetHelper()
77 delete mp; in ~PropertySetHelper()
83 return mp->mpInfo; in getPropertySetInfo()
89 aEntries[0] = mp->find( aPropertyName ); in setPropertyValue()
102 aEntries[0] = mp->find( PropertyName ); in getPropertyValue()
152 pEntries[n] = mp->find( *pNames ); in setPropertyValues()
180 pEntries[n] = mp->find( *pNames ); in getPropertyValues()
216 aEntries[0] = mp->find( PropertyName ); in getPropertyState()
[all …]
/AOO41X/main/l10ntools/java/l10nconv/java/com/sun/star/tooling/converter/
H A DGSIandSDFMerger.java119 Map mp=(Map)gsiBlock.get(gsiReader.targetLanguage); in matchGSI() local
120 if (mp.size()!=0&&!((String)mp.get("TargetText")).equals("")){ in matchGSI()
/AOO41X/main/sc/source/core/tool/
H A Dinterpr4.cxx3352 FormulaToken* mp; member
3353 FormulaTokenRefPtr() : mp(0) {} in FormulaTokenRefPtr()
3354 FormulaTokenRefPtr( FormulaToken* p ) : mp(p) { if (mp) mp->IncRef(); } in FormulaTokenRefPtr()
3355 FormulaTokenRefPtr( const FormulaTokenRefPtr & r ) : mp(r.mp) { if (mp) mp->IncRef(); } in FormulaTokenRefPtr()
3356 ~FormulaTokenRefPtr() { if (mp) mp->DecRef(); } in ~FormulaTokenRefPtr()
3358 { if (r.mp) r.mp->IncRef(); if (mp) mp->DecRef(); mp = r.mp; return *this; } in operator =()
/AOO41X/extras/l10n/source/ro/
H A Dlocalize.sdf183 …X_UPDATE_SHARED_EXTENSION 0 ro Când modificați extensiile împărtășite într-un medi…
225 …X_REMOVE_SHARED_EXTENSION 0 ro Când modificați extensiile împărtășite într-un medi…
226 …X_ENABLE_SHARED_EXTENSION 0 ro Când modificați extensiile împărtășite într-un medi…
227 …X_DISABLE_SHARED_EXTENSION 0 ro Când modificați extensiile împărtășite într-un medi…
240 …UERYBOX_INSTALL_FOR_ALL 0 ro Când modificați extensiile împărtășite într-un medi…
372 … nu au acces la parolă să poată rula macrouri în aceste module trebuie să împărțiți aceste module …
681 …anumite date.\n\nDe exemplu, puteți să stocați adresele de email într-un câmp numit „email”, „E-m…
682 …ID_PAGE_FIELDMAPPING PB_INVOKE_FIELDS_DIALOG 0 ro Atribuire câmp 2011020…
699 …0 modaldialog RID_DLG_SELECTLABELCONTROL 0 ro Selecție câmp etichetă …
730 …r\formres.src 0 string RID_STR_LABELCONTROL 0 ro Câmp etichetă …
[all …]
/AOO41X/main/libtextcat/data/new_fingerprints/lm/
H A Dcatalan.lm263 mp 90
H A Dmalay.lm182 mp 790
H A Ditalian.lm257 mp 143
H A Dindonesian.lm223 mp 150
H A Dspanish.lm269 mp 135
H A Denglish.lm344 mp 85
H A Dromansh.lm238 mp 60
H A Dromanian.lm255 mp 109
H A Dportuguese.lm267 mp 185
H A Dfrench.lm274 mp 119
H A Desperanto.lm223 mp 337
H A Dquechua.lm207 mp 64
H A Dfinnish.lm374 mp 114
H A Dlatin.lm261 mp 123
H A Dbreton.lm341 mp 79
/AOO41X/main/unotools/inc/unotools/
H A Dpropertysethelper.hxx49 PropertySetHelperImpl* mp; member in utl::PropertySetHelper
/AOO41X/main/comphelper/inc/comphelper/
H A Dpropertysethelper.hxx50 PropertySetHelperImpl* mp; member in comphelper::PropertySetHelper
/AOO41X/main/
H A Dconfig.guess869 *:UNICOS/mp:*:*)
/AOO41X/main/libxmlsec/
H A Dxmlsec1-update-config-sub-and-guess.patch681 *:UNICOS/mp:*:*)

12