Home
last modified time | relevance | path

Searched refs:pAttribs (Results 1 – 15 of 15) sorted by relevance

/trunk/main/sdext/source/pdfimport/
H A Dpdfiadaptor.cxx78 pAttribs[i].Value >>= aVal; in filter()
84 pAttribs[i].Value >>= xSubStream; in filter()
88 pAttribs[i].Value >>= aPwd; in filter()
99 pAttribs[i].Value >>= xInput; in filter()
289 for( sal_Int32 i = 0; i < nAttribs; i++, pAttribs++ ) in importer()
293 pAttribs->Value >>= xInput; in importer()
294 else if( pAttribs->Name.equalsAscii( "URL" ) ) in importer()
295 pAttribs->Value >>= aURL; in importer()
297 pAttribs->Value >>= xStatus; in importer()
299 pAttribs->Value >>= xInteractionHandler; in importer()
[all …]
H A Dfilterdet.cxx366 const beans::PropertyValue* pAttribs = rFilterData.getConstArray(); in detect() local
374 pAttribs[i].Value >>= aVal; in detect()
376 rtl::OUStringToOString( pAttribs[i].Name, RTL_TEXTENCODING_UTF8 ).getStr(), in detect()
379 if( pAttribs[i].Name.equalsAscii( "InputStream" ) ) in detect()
380 pAttribs[i].Value >>= xInput; in detect()
381 else if( pAttribs[i].Name.equalsAscii( "URL" ) ) in detect()
382 pAttribs[i].Value >>= aURL; in detect()
383 else if( pAttribs[i].Name.equalsAscii( "FilterName" ) ) in detect()
385 else if( pAttribs[i].Name.equalsAscii( "Password" ) ) in detect()
388 pAttribs[i].Value >>= aPwd; in detect()
[all …]
/trunk/main/framework/source/xml/
H A Dacceleratorconfigurationwriter.cxx80 ::comphelper::AttributeList* pAttribs = new ::comphelper::AttributeList; in flush()
81 …XAttributeList > xAttribs(static_cast< css::xml::sax::XAttributeList* >(pAttribs), css::uno::UNO_Q… in flush()
83 pAttribs->AddAttribute(AL_XMLNS_ACCEL, ATTRIBUTE_TYPE_CDATA, NS_XMLNS_ACCEL); in flush()
84 pAttribs->AddAttribute(AL_XMLNS_XLINK, ATTRIBUTE_TYPE_CDATA, NS_XMLNS_XLINK); in flush()
124 ::comphelper::AttributeList* pAttribs = new ::comphelper::AttributeList; in impl_ts_writeKeyCommandPair()
130 pAttribs->AddAttribute(AL_ATTRIBUTE_KEYCODE, ATTRIBUTE_TYPE_CDATA, sKey ); in impl_ts_writeKeyCommandPair()
131 pAttribs->AddAttribute(AL_ATTRIBUTE_URL , ATTRIBUTE_TYPE_CDATA, sCommand); in impl_ts_writeKeyCommandPair()
134pAttribs->AddAttribute(AL_ATTRIBUTE_MOD_SHIFT, ATTRIBUTE_TYPE_CDATA, ::rtl::OUString::createFromAs… in impl_ts_writeKeyCommandPair()
137pAttribs->AddAttribute(AL_ATTRIBUTE_MOD_MOD1, ATTRIBUTE_TYPE_CDATA, ::rtl::OUString::createFromAsc… in impl_ts_writeKeyCommandPair()
140pAttribs->AddAttribute(AL_ATTRIBUTE_MOD_MOD2, ATTRIBUTE_TYPE_CDATA, ::rtl::OUString::createFromAsc… in impl_ts_writeKeyCommandPair()
[all …]
/trunk/main/svtools/source/edit/
H A Dtextdata.cxx333 pAttribs = NULL; in TEIMEInfos()
339 delete[] pAttribs; in ~TEIMEInfos()
345 delete pAttribs; in CopyAttribs()
346 pAttribs = new sal_uInt16[ nL ]; in CopyAttribs()
347 memcpy( pAttribs, pA, nL*sizeof(sal_uInt16) ); in CopyAttribs()
352 delete pAttribs; in DestroyAttribs()
353 pAttribs = NULL; in DestroyAttribs()
H A Dtexteng.cxx1527 if ( mpIMEInfos && mpIMEInfos->pAttribs && ( mpIMEInfos->aPos.GetPara() == nPara ) && in SeekCursor()
1530 sal_uInt16 nAttr = mpIMEInfos->pAttribs[ nPos - mpIMEInfos->aPos.GetIndex() - 1 ]; in SeekCursor()
1894 if ( mpIMEInfos && mpIMEInfos->pAttribs && ( mpIMEInfos->aPos.GetPara() == nPara ) ) in CreateTextPortions()
1899 if ( mpIMEInfos->pAttribs[n] != nLastAttr ) in CreateTextPortions()
1902 nLastAttr = mpIMEInfos->pAttribs[n]; in CreateTextPortions()
/trunk/main/editeng/source/editeng/
H A Dimpedit5.cxx885 pAttribs = NULL; in ImplIMEInfos()
891 delete[] pAttribs; in ~ImplIMEInfos()
897 delete pAttribs; in CopyAttribs()
898 pAttribs = new sal_uInt16[ nL ]; in CopyAttribs()
899 memcpy( pAttribs, pA, nL*sizeof(sal_uInt16) ); in CopyAttribs()
904 delete[] pAttribs; in DestroyAttribs()
905 pAttribs = NULL; in DestroyAttribs()
H A Dimpedit3.cxx2330 …if ( mpIMEInfos && mpIMEInfos->nLen && mpIMEInfos->pAttribs && ( mpIMEInfos->aPos.GetNode() == pNo… in CreateTextPortions()
2335 if ( mpIMEInfos->pAttribs[n] != nLastAttr ) in CreateTextPortions()
2338 nLastAttr = mpIMEInfos->pAttribs[n]; in CreateTextPortions()
2743 if ( mpIMEInfos && mpIMEInfos->pAttribs && ( mpIMEInfos->aPos.GetNode() == pNode ) && in SeekCursor()
2746 sal_uInt16 nAttr = mpIMEInfos->pAttribs[ nPos - mpIMEInfos->aPos.GetIndex() - 1 ]; in SeekCursor()
3750 mpIMEInfos->pAttribs)) in Paint()
3752 sal_uInt16 nAttr = mpIMEInfos->pAttribs[ 0 ]; in Paint()
H A Dimpedit.hxx142 sal_uInt16* pAttribs; member
/trunk/main/vcl/source/control/
H A Dedit.cxx136 sal_uInt16* pAttribs; member
157 pAttribs = NULL; in Impl_IMEInfos()
165 delete[] pAttribs; in ~Impl_IMEInfos()
173 delete[] pAttribs; in CopyAttribs()
174 pAttribs = new sal_uInt16[ nL ]; in CopyAttribs()
175 rtl_copyMemory( pAttribs, pA, nL*sizeof(sal_uInt16) ); in CopyAttribs()
182 delete[] pAttribs; in DestroyAttribs()
183 pAttribs = NULL; in DestroyAttribs()
599 if( mpIMEInfos && mpIMEInfos->pAttribs && in ImplRepaint()
637 if( mpIMEInfos && mpIMEInfos->pAttribs ) in ImplRepaint()
[all …]
/trunk/main/editeng/source/uno/
H A Dunotext.cxx651 SfxItemSet* pAttribs = NULL; in _getPropertyValue() local
653 pAttribs = pForwarder->GetParaAttribs( nPara ).Clone(); in _getPropertyValue()
658 pAttribs->ClearInvalidItems(); in _getPropertyValue()
660 getPropertyValue( pMap, aAny, *pAttribs ); in _getPropertyValue()
662 delete pAttribs; in _getPropertyValue()
936 SfxItemSet* pAttribs = NULL; in _getPropertyValues() local
938 pAttribs = pForwarder->GetParaAttribs( nPara ).Clone(); in _getPropertyValues()
940 pAttribs = pForwarder->GetAttribs( GetSelection() ).Clone(); in _getPropertyValues()
942 pAttribs->ClearInvalidItems(); in _getPropertyValues()
952 getPropertyValue( pMap, *pValues, *pAttribs ); in _getPropertyValues()
[all …]
/trunk/main/vcl/unx/generic/printer/
H A Dcupsmgr.cxx308 GetPPDAttribs* pAttribs = (GetPPDAttribs*)pData; in getPPDWorker() local
309 pAttribs->executeCall(); in getPPDWorker()
322 GetPPDAttribs* pAttribs = new GetPPDAttribs( m_pcupsGetPPD, in cupsGetPPD() local
327 oslThread aThread = osl_createThread( getPPDWorker, pAttribs ); in cupsGetPPD()
334 aResult = pAttribs->waitResult( &aValue ); in cupsGetPPD()
/trunk/main/fpicker/source/aqua/
H A DFilterHelper.cxx397 NSDictionary* pAttribs = [manager fileAttributesAtPath: sFilename traverseLink: NO]; in filenameMatchesFilter() local
398 if( pAttribs ) in filenameMatchesFilter()
400 NSObject* pType = [pAttribs objectForKey: NSFileType]; in filenameMatchesFilter()
/trunk/main/sc/source/ui/Accessibility/
H A DAccessibleCell.cxx549 beans::PropertyValue *pAttribs = aAttribs.getArray(); in getCharacterAttributes() local
557 if (sLeftMarginName == pAttribs[i].Name) in getCharacterAttributes()
559 pAttribs[i].Value = uno::makeAny( nParaIndent ); in getCharacterAttributes()
/trunk/main/svtools/inc/svtools/
H A Dtextdata.hxx146 sal_uInt16* pAttribs; member
/trunk/main/editeng/source/accessibility/
H A DAccessibleEditableTextPara.cxx1485 const beans::PropertyValue *pAttribs = aAttribs.getConstArray(); in getCharacterAttributes() local
1490 uno::Any aAny( pAttribs[0].Value ); in getCharacterAttributes()

Completed in 183 milliseconds