Home
last modified time | relevance | path

Searched refs:pAtom (Results 1 – 11 of 11) sorted by last modified time

/trunk/main/filter/source/msfilter/
H A Dsvdfppt.cxx4037 PptFontEntityAtom* pAtom = rManager.GetFontEnityAtom( nBulletFont ); in ImplGetNumberFormat() local
4038 if ( pAtom ) in ImplGetNumberFormat()
4040 CharSet eCharSet( pAtom->eCharSet ); in ImplGetNumberFormat()
4041 aFont.SetName( pAtom->aName ); in ImplGetNumberFormat()
4043 aFont.SetFamily( pAtom->eFamily ); in ImplGetNumberFormat()
4044 aFont.SetPitch( pAtom->ePitch ); in ImplGetNumberFormat()
/trunk/main/sd/source/filter/ppt/
H A Dpptinanimations.cxx256 if( pAtom ) in import()
562 dump_atom( pAtom ); in importAnimationContainer()
1680 if( pAtom ) in importAnimateAttributeTargetContainer()
2551 if( pAtom ) in importAttributeNamesContainer()
2588 if( pAtom ) in importAnimationValues()
2802 if( pAtom && pAtom->seekToContent() ) in importAttributeValue()
2995 if( pAtom ) in importAnimationActions()
3036 if( pAtom ) in importTargetElementContainer()
3171 if( pAtom ) in importPropertySetContainer()
3197 if( pAtom ) in dump_atom_header()
[all …]
H A Dpptinanimations.hxx59 …void importTimeContainer( const Atom* pAtom, const ::com::sun::star::uno::Reference< ::com::sun::s…
64 …void importAnimateContainer( const Atom* pAtom, const ::com::sun::star::uno::Reference< ::com::sun…
70 …void importAudioContainer( const Atom* pAtom, const ::com::sun::star::uno::Reference< ::com::sun::…
78 void importPropertySetContainer( const Atom* pAtom,PropertySet& rSet );
79 bool importAttributeValue( const Atom* pAtom, com::sun::star::uno::Any& rAny );
80 bool importAttributeNamesContainer( const Atom* pAtom, rtl::OUString& rAttributeNames );
81 …sal_Int32 importTargetElementContainer( const Atom* pAtom, ::com::sun::star::uno::Any& rTarget, sa…
84 …e< ::com::sun::star::animations::XAnimationNode > createNode( const Atom* pAtom, const AnimationNo…
107 …void dump_anim_group( const Atom* pAtom, const AnimationNode& rNode, const PropertySet& rSet, bool…
112 void dump_atom_header( const Atom* pAtom, bool bOpen, bool bAppend );
[all …]
H A Dpptatom.cxx62 Atom* pAtom = new Atom( aChildHeader, mrStream ); in Atom() local
65 pLastAtom->mpNextAtom = pAtom; in Atom()
67 mpFirstChild = pAtom; in Atom()
69 pLastAtom = pAtom; in Atom()
/trunk/main/vcl/unx/generic/dtrans/
H A DX11_selection.cxx722 char* pAtom = m_pDisplay ? XGetAtomName( m_pDisplay, aAtom ) : NULL; in getString() local
723 if( ! pAtom ) in getString()
725 OUString aString( OStringToOUString( pAtom, RTL_TEXTENCODING_ISO_8859_1 ) ); in getString()
726 XFree( pAtom ); in getString()
/trunk/main/vcl/unx/generic/app/
H A Dkeysymnames.cxx649 const char* pAtom = NULL; in GetKeyboardName()
652 pAtom = XGetAtomName( GetDisplay(), pXkbDesc->names->groups[0] ); in GetKeyboardName()
653 m_aKeyboardName = pAtom; in GetKeyboardName()
654 XFree( (void*)pAtom ); in GetKeyboardName()
659 …sc->names->x ) { pAtom = XGetAtomName( GetDisplay(), pXkbDesc->names->x ); fprintf( stderr, "%s: %… in GetKeyboardName()
668 …s->x[i] ) { pAtom = XGetAtomName( GetDisplay(), pXkbDesc->names->x[i] ); fprintf( stderr, "%s[%d]:… in GetKeyboardName()
/trunk/main/svx/workben/msview/
H A Dmsview.cxx146 void setCompareAtom( Atom* pAtom ) { mpCompareAtom = pAtom; } in setCompareAtom() argument
404 while( pAtom && (pAtom != pSkipTo) ) in skipAtoms()
407 pAtom = const_cast< Atom* >( pContainer->findNextChildAtom( pAtom ) ); in skipAtoms()
410 return pAtom; in skipAtoms()
415 if( pAtom ) in compare()
691 mpRootAtom = pAtom; in SetRootAtom()
697 if( pAtom ) in InsertAtom()
719 if( pAtom->isContainer() && pAtom->findFirstChildAtom() ) in InsertAtom()
968 if( pAtom ) in GetAtomText()
1030 if( pAtom && pAtom->getCompareAtom() ) in Sync()
[all …]
/trunk/main/oox/source/drawingml/diagram/
H A Ddiagramlayoutatoms.cxx101 static bool _test_atom( const LayoutAtomPtr & pAtom) in _test_atom() argument
105 const ConditionAtomPtr pCond = boost::dynamic_pointer_cast< ConditionAtom >(pAtom); in _test_atom()
H A Dlayoutnodecontext.cxx50 pAtom->iterator().loadFromXAttr( xAttribs ); in IfContext()
51 pAtom->cond().loadFromXAttr( xAttribs ); in IfContext()
104 mpNode->addChild( pAtom ); in createFastChildContext()
113 mpNode->addChild( pAtom ); in createFastChildContext()
151 pAtom->iterator().loadFromXAttr( xAttribs ); in ForEachContext()
288 LayoutAtomPtr pAtom( new AlgAtom ); in createFastChildContext() local
289 mpNode->addChild( pAtom ); in createFastChildContext()
296 LayoutAtomPtr pAtom( new ChooseAtom ); in createFastChildContext() local
297 mpNode->addChild( pAtom ); in createFastChildContext()
304 LayoutAtomPtr pAtom( new ForEachAtom ); in createFastChildContext() local
[all …]
/trunk/main/connectivity/source/drivers/file/
H A Dfcomp.cxx293 OSQLParseNode* pAtom = pPart2->getChild(pPart2->count()-2); in execute_LIKE() local
296 if (!(pAtom->getNodeType() == SQL_NODE_STRING || in execute_LIKE()
297 SQL_ISRULE(pAtom,parameter) || in execute_LIKE()
299 SQL_ISRULE(pAtom,set_fct_spec) || in execute_LIKE()
300 SQL_ISRULE(pAtom,position_exp) || in execute_LIKE()
301 SQL_ISRULE(pAtom,char_substring_fct) || in execute_LIKE()
303 SQL_ISRULE(pAtom,fold)) ) in execute_LIKE()
325 execute(pAtom); in execute_LIKE()
/trunk/main/connectivity/source/drivers/evoab2/
H A DNStatement.cxx388 OSQLParseNode *pAtom = pPart2->getChild( pPart2->count() - 2 ); // Match String in whereAnalysis() local
391 if( !( pAtom->getNodeType() == SQL_NODE_STRING || in whereAnalysis()
392 pAtom->getNodeType() == SQL_NODE_NAME || in whereAnalysis()
393 SQL_ISRULE( pAtom,parameter ) || in whereAnalysis()
394 ( pAtom->getChild( 0 ) && pAtom->getChild( 0 )->getNodeType() == SQL_NODE_NAME ) || in whereAnalysis()
395 ( pAtom->getChild( 0 ) && pAtom->getChild( 0 )->getNodeType() == SQL_NODE_STRING ) ) ) in whereAnalysis()
397 OSL_TRACE( "analyseSQL : pAtom->count() = %d\n", pAtom->count() ); in whereAnalysis()
404 aMatchString = pAtom->getTokenValue(); in whereAnalysis()

Completed in 110 milliseconds