Searched refs:_pLine (Results 1 – 8 of 8) sorted by relevance
/aoo42x/main/tools/source/debug/ |
H A D | debug.cxx | 435 bool lcl_isConfigSection( const sal_Char* _pLine, size_t _nLineLen ) in lcl_isConfigSection() argument 440 if ( ( _pLine[0] == '[' ) && ( _pLine[ _nLineLen - 1 ] == ']' ) ) in lcl_isConfigSection() 444 bool lcl_isConfigKey( const sal_Char* _pLine, size_t _nLineLen, const sal_Char* _pKeyName ) in lcl_isConfigKey() argument 450 if ( ( strncmp( _pLine, _pKeyName, nKeyLength ) == 0 ) && ( _pLine[ nKeyLength ] == '=' ) ) in lcl_isConfigKey() 456 if ( !lcl_isConfigKey( _pLine, _nLineLen, _pKeyName ) ) in lcl_tryReadConfigString() 460 const sal_Char* pValue = _pLine + nValuePos; in lcl_tryReadConfigString() 468 … size_t nValueLen = lcl_tryReadConfigString( _pLine, _nLineLen, _pKeyName, aBuf, sizeof( aBuf ) ); in lcl_tryReadConfigBoolean() 492 … size_t nValueLen = lcl_tryReadConfigString( _pLine, _nLineLen, _pKeyName, aBuf, sizeof( aBuf ) ); in lcl_tryReadOutputChannel() 499 … size_t nValueLen = lcl_tryReadConfigString( _pLine, _nLineLen, _pKeyName, aBuf, sizeof( aBuf ) ); in lcl_tryReadConfigFlag() 506 …void lcl_tryReadHexByte( const sal_Char* _pLine, size_t _nLineLen, const sal_Char* _pKeyName, sal_… in lcl_tryReadHexByte() argument [all …]
|
/aoo42x/main/dbaccess/source/ui/querydesign/ |
H A D | ConnectionLineAccess.cxx | 69 OConnectionLineAccess::OConnectionLineAccess(OTableConnection* _pLine) in OConnectionLineAccess() argument 70 : VCLXAccessibleComponent(_pLine->GetComponentInterface().is() ? _pLine->GetWindowPeer() : NULL) in OConnectionLineAccess() 71 ,m_pLine(_pLine) in OConnectionLineAccess()
|
/aoo42x/main/extensions/source/propctrlr/ |
H A D | browserlistbox.hxx | 72 …ListBoxLine( BrowserLinePointer _pLine, const ::com::sun::star::uno::Reference< ::com::sun::star::… in ListBoxLine() 73 :pLine( _pLine ) in ListBoxLine() 182 void buttonClicked( OBrowserLine* _pLine, sal_Bool _bPrimary );
|
H A D | browserlistbox.cxx | 892 void OBrowserListBox::buttonClicked( OBrowserLine* _pLine, sal_Bool _bPrimary ) in buttonClicked() argument 894 DBG_ASSERT( _pLine, "OBrowserListBox::buttonClicked: invalid browser line!" ); in buttonClicked() 895 if ( _pLine && m_pLineListener ) in buttonClicked() 897 m_pLineListener->Clicked( _pLine->GetEntryName(), _bPrimary ); in buttonClicked()
|
H A D | browserline.hxx | 51 virtual void buttonClicked( OBrowserLine* _pLine, sal_Bool _bPrimary ) = 0;
|
/aoo42x/main/dbaccess/source/ui/inc/ |
H A D | ConnectionLine.hxx | 95 inline void operator()(OConnectionLine* _pLine) in operator ()() 97 _pLine->Draw(pDevice); in operator ()()
|
H A D | ConnectionLineAccess.hxx | 59 OConnectionLineAccess(OTableConnection* _pLine);
|
/aoo42x/main/editeng/source/items/ |
H A D | frmitems.cxx | 3413 SvxLineItem* _pLine = new SvxLineItem( Which() ); in Create() local 3421 _pLine->SetLine( &aLine ); in Create() 3423 return _pLine; in Create()
|
Completed in 102 milliseconds