Home
last modified time | relevance | path

Searched refs:nPropertyFlags (Results 1 – 2 of 2) sorted by relevance

/trunk/main/sd/source/filter/eppt/
H A Depptso.cxx1332 sal_uInt32 nPropertyFlags = 0; in ImplWriteParagraphs() local
1348 nPropertyFlags |= 0x00000800; in ImplWriteParagraphs()
1362 nPropertyFlags |= 0x00001000; in ImplWriteParagraphs()
1380 nPropertyFlags |= 0x00001000; in ImplWriteParagraphs()
1384 nPropertyFlags |= 0x00002000; in ImplWriteParagraphs()
1387 nPropertyFlags |= 0x00004000; in ImplWriteParagraphs()
1390 nPropertyFlags |= 0x00020000; in ImplWriteParagraphs()
1393 nPropertyFlags |= 0x00080000; in ImplWriteParagraphs()
1396 nPropertyFlags |= 0x00200000; in ImplWriteParagraphs()
1403 nPropertyFlags |= pPara->nParaFlags; in ImplWriteParagraphs()
[all …]
/trunk/main/fpicker/source/office/
H A DOfficeControlAccess.cxx72 sal_Int32 nPropertyFlags; member
275 *_pPropertyMask = aFoundRange.first->nPropertyFlags; in implGetControl()