Lines Matching refs:pStates

264 		const XMLPropertyState **pStates,  in lcl_addAspect()  argument
272 …*pStates = new XMLPropertyState( rMapper->FindEntryIndex( CTF_OLE_DRAW_ASPECT ), uno::makeAny( nAs… in lcl_addAspect()
273 pStates++; in lcl_addAspect()
280 const XMLPropertyState **pStates, in lcl_addOutplaceProperties() argument
292 *pStates = new XMLPropertyState( rMapper->FindEntryIndex( CTF_OLE_VIS_AREA_LEFT ), aAny ); in lcl_addOutplaceProperties()
293 pStates++; in lcl_addOutplaceProperties()
297 *pStates = new XMLPropertyState( rMapper->FindEntryIndex( CTF_OLE_VIS_AREA_TOP ), aAny ); in lcl_addOutplaceProperties()
298 pStates++; in lcl_addOutplaceProperties()
302 *pStates = new XMLPropertyState( rMapper->FindEntryIndex( CTF_OLE_VIS_AREA_WIDTH ), aAny ); in lcl_addOutplaceProperties()
303 pStates++; in lcl_addOutplaceProperties()
307 *pStates = new XMLPropertyState( rMapper->FindEntryIndex( CTF_OLE_VIS_AREA_HEIGHT ), aAny ); in lcl_addOutplaceProperties()
308 pStates++; in lcl_addOutplaceProperties()
315 const XMLPropertyState **pStates, in lcl_addFrameProperties() argument
360 *pStates = new XMLPropertyState( rMapper->FindEntryIndex( CTF_FRAME_DISPLAY_SCROLLBAR ), aAny2 ); in lcl_addFrameProperties()
361 pStates++; in lcl_addFrameProperties()
366 *pStates = new XMLPropertyState( rMapper->FindEntryIndex( CTF_FRAME_DISPLAY_BORDER ), aAny2 ); in lcl_addFrameProperties()
367 pStates++; in lcl_addFrameProperties()
373 *pStates = new XMLPropertyState( rMapper->FindEntryIndex( CTF_FRAME_MARGIN_HORI ), aAny2 ); in lcl_addFrameProperties()
374 pStates++; in lcl_addFrameProperties()
380 *pStates = new XMLPropertyState( rMapper->FindEntryIndex( CTF_FRAME_MARGIN_VERT ), aAny2 ); in lcl_addFrameProperties()
381 pStates++; in lcl_addFrameProperties()
412 const XMLPropertyState **pStates = aStates; in _collectTextEmbeddedAutoStyles() local
413 while( *pStates ) in _collectTextEmbeddedAutoStyles()
415 delete *pStates; in _collectTextEmbeddedAutoStyles()
416 pStates++; in _collectTextEmbeddedAutoStyles()
483 const XMLPropertyState **pStates = aStates; in _exportTextEmbedded() local
484 while( *pStates ) in _exportTextEmbedded()
486 delete *pStates; in _exportTextEmbedded()
487 pStates++; in _exportTextEmbedded()