Lines Matching refs:pAny

142     Any *pAny,  in getCrsrPropertyValue()  argument
153 if (pAny) in getCrsrPropertyValue()
169 *pAny <<= bRet; in getCrsrPropertyValue()
174 if (pAny) in getCrsrPropertyValue()
187 *pAny <<= OUString(sRet); in getCrsrPropertyValue()
192 if (pAny) in getCrsrPropertyValue()
203 *pAny <<= nRet; in getCrsrPropertyValue()
221 if( pAny ) in getCrsrPropertyValue()
225 *pAny <<= OUString(sVal); in getCrsrPropertyValue()
236 if( pAny ) in getCrsrPropertyValue()
237 *pAny <<= OUString(sVal); in getCrsrPropertyValue()
243 if( pAny ) in getCrsrPropertyValue()
246 *pAny <<= nValue; in getCrsrPropertyValue()
259 if( pAny ) in getCrsrPropertyValue()
262 *pAny <<= (sal_Int16)(pTxtNd->GetActualListLevel()); in getCrsrPropertyValue()
266 pAny->setValue(&bIsNumber, ::getBooleanCppuType()); in getCrsrPropertyValue()
271 *pAny <<= OUString(sListId); in getCrsrPropertyValue()
276 pAny->setValue(&bIsRestart, ::getBooleanCppuType()); in getCrsrPropertyValue()
284 if( pAny ) in getCrsrPropertyValue()
288 *pAny <<= static_cast<sal_Int16>( 0 ); in getCrsrPropertyValue()
290 *pAny <<= false; in getCrsrPropertyValue()
294 *pAny <<= OUString(); in getCrsrPropertyValue()
298 *pAny <<= false; in getCrsrPropertyValue()
306 if( pAny ) in getCrsrPropertyValue()
307 getNumberingProperty(rPam, eNewState, pAny); in getCrsrPropertyValue()
322 if( pAny ) in getCrsrPropertyValue()
330 (*pAny) <<= xRef; in getCrsrPropertyValue()
345 if( pAny ) in getCrsrPropertyValue()
350 (*pAny) <<= xRef; in getCrsrPropertyValue()
368 if( pAny ) in getCrsrPropertyValue()
372 *pAny <<= uno::Reference< XTextField >( pField ); in getCrsrPropertyValue()
387 if( pAny ) in getCrsrPropertyValue()
395 pAny->setValue(&xTable, ::getCppuType((uno::Reference<XTextTable>*)0)); in getCrsrPropertyValue()
401 pAny->setValue(&xCell, ::getCppuType((uno::Reference<XCell>*)0)); in getCrsrPropertyValue()
418 if( pAny ) in getCrsrPropertyValue()
421 pAny->setValue(&xFrm, ::getCppuType((uno::Reference<XTextFrame>*)0)); in getCrsrPropertyValue()
434 if( pAny ) in getCrsrPropertyValue()
437 pAny->setValue(&xSect, ::getCppuType((uno::Reference<XTextSection>*)0) ); in getCrsrPropertyValue()
456 if( pAny ) in getCrsrPropertyValue()
460 *pAny <<= xFootnote; in getCrsrPropertyValue()
478 if( pAny ) in getCrsrPropertyValue()
482 pAny->setValue(&xRef, ::getCppuType((uno::Reference<XTextContent>*)0)); in getCrsrPropertyValue()
497 if (pAny) in getCrsrPropertyValue()
499 (*pAny) <<= xRet; in getCrsrPropertyValue()
564 if(pAny) in getCrsrPropertyValue()
565 (*pAny) <<= aCharStyles; in getCrsrPropertyValue()
734 void getNumberingProperty(SwPaM& rPam, PropertyState& eState, Any * pAny ) in getNumberingProperty() argument
740 if ( pAny ) in getNumberingProperty()
741 pAny->setValue(&xNum, ::getCppuType((const uno::Reference<XIndexReplace>*)0)); in getNumberingProperty()
1106 bool SwAnyMapHelper::FillValue( sal_uInt16 nWhichId, sal_uInt16 nMemberId, const uno::Any*& pAny in FillValue() argument
1113 pAny = aIt->second; in FillValue()